-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Desc: Right now starter only deals with one collection at a time. It needs an easy way to initiate new collections using the same method as the installation page.
e.g. add items "cities" , add items "movies" , and "noblists" in the same api server. It would create different collections, and configs in mongo .. T
Acceptance Criteria:
-
Front end can be used to browse different collections via a route ?
http://localhost:3000/items/collectionname1
http://localhost:3000/items/collectionname2
http://localhost:3000/items/collectionname3 -
Admin can be used to add / edit / delete collections
- add can be done using a wizard or by adding your own json
- edit is similar to how it is now
- delete is self explanatory
Metadata
Metadata
Assignees
Labels
No labels