As a user, I want to view a list of all my added books so that I can easily see my entire collection.
Acceptance Criteria
[x] Users can access a page that displays all books in their collection.
[x] The list includes essential details for each book: title, author, publication date, and genre.
[x] The list is updated in real-time as books are added, edited, or deleted.
Tasks
[x] Create a page that lists all books in the user's collection. Ensure the page is accessible and user-friendly, with clear navigation.
[x] Optimize the backend to efficiently handle real-time updates, ensuring minimal impact on server performance. Implement error handling and fallback mechanisms
[x] Use real-time data binding or a similar technology to update the list automatically when changes are made.
Test the real-time update feature to ensure it works as expected.
As a user, I want to view a list of all my added books so that I can easily see my entire collection.
Acceptance Criteria
Tasks
Belonging to: EPIC - Book Management