charsythe / fldb

future library db - currently inactive
0 stars 0 forks source link

Adding, updating, and deleting genres #10

Open n8p opened 5 years ago

n8p commented 5 years ago

Acceptance Criteria The app administrator must have a genre management page that lists all the genres (similar to the book page) where they can add, update, and delete genres from the app.

Notes You should be able to follow similar logic that you used for adding, updating, and deleting books. The exception here is to limit this capability to the specific user account of the app administrator. Regular users will only be able to choose from existing genres when managing their books.