gbowne1 / gbowne1/codebooker

[FEAT] Users' Library feature

Open
#48 2 comments 0 reactions 0 assignees View on GitHub
bug documentation enhancement good first issue help wanted question
Dominant language
JavaScript
Stars
35
Forks
54
PR merge metrics
No merged PRs in 30d

Description

Implement a user Library feature.

Use the current [Library] button in the left navigation drawer panel to implement a feature or set of features that allows the user to store the books they currently own.

Later on we can implement borrowed books, eBooks, PDFs, etc features as well as favorited books.

way the app is currently rendering, the view has a table with books. This was meant for displaying only when the user clicked on the "Library" button in the left side navigation panel drawer. This button clearly does not really do anything, nor is there a way to close this view and return to the global scope of the app showing all books added to the database.

The main app view should show not only books added to the users library but the apps' database(s). of books. A user could theoretically add a book to their library which has not been added to the app's global scope database yet.

(Note the view currently displayed is actually meant to display when the user clicks on the "Library" button in the drawer, thus showing the books in the users' own library or collection of books showing what they own.)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.