make app creation more object oriented
split up validation of Apps into three separate concerns: 1. is it a valid dir name? 2. does the user have rx to it? 3. is there a manifest for it the user can read? for the factory methods return all apps where 1 and 2 or 1 and 3 are true
Please register or sign in to comment