As a Developer, I can implement additional models such as Genre and Author to complement the Book Model, enabling comprehensive management of book-related data.
Acceptance Criteria
[x] The Genre Model includes attributes for genre name and any additional relevant information.
[x] The Author Model includes attributes for author name, biography, and any other relevant details.
[x] Relationships between the Genre, Author, and Book Models are properly defined and implemented.
Tasks
[x] Define the attributes and relationships for the Genre and Author Models.
[x] Implement the Genre and Author Models using an appropriate framework or ORM tool.
[x] Test the functionality of the Genre and Author Models to ensure they integrate smoothly with the existing Book Model.
Basic CRUD in local hos Django admin interface have been perfomed. All functions well. One possible bug found, the swedish letter å. ä, ö isn't accepted in the form. BUG
As a Developer, I can implement additional models such as Genre and Author to complement the Book Model, enabling comprehensive management of book-related data.
Acceptance Criteria
Tasks
Belonging to: EPIC: Model Related