You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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?
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:
Changes to the current model:
The text was updated successfully, but these errors were encountered: