FEATURE: Recipe creation page should support image upload and tag creation. #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the page accepts image uploads and tags; however, the backend does not process them. This is a required feature for launch.
This will require database migrations as well as backend updates. The UI is likely in perfect shape as is?
Tag support is complete as of #16 !
Just waiting for image implementation.
This might require a file server, though those aren't too terrible to implement with Go. Just need to set aside time to do it.