openbeta-graphql
openbeta-graphql copied to clipboard
Add Post Model
This issue is tied to a couple open issues on OpenTacos:
In order to address the above tasks, we need to combine the actions of a new upload and an item on the "recent tag" page. The product is something called a "post".

UI flow:
- User selects one or more photos to upload
- User adds an optional description for the overall post
- User is prompted to add at least one tag on each uploaded photo
- User submits a new post
Changes to the current model:
- [x] Rename the current media collection to "tags"
- [ ] Create a migration script to move data from media collection to the new tag collection. Consider using something like migrate-mongo
- [ ] Rename Schema, Model, Types, etc for media collection to tags in openbeta-graphql
Rename the current media collection to "tags"
If it's easier to maintain existing tagging functionality while this new feature is under development, can we call the new media collection MediaX or something like that?