Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 5: User can view saved quotes in library #2

Closed
25 of 26 tasks
codingcodymiller opened this issue Dec 22, 2021 · 0 comments
Closed
25 of 26 tasks

Feature 5: User can view saved quotes in library #2

codingcodymiller opened this issue Dec 22, 2021 · 0 comments
Milestone

Comments

@codingcodymiller
Copy link
Owner

codingcodymiller commented Dec 22, 2021

⚙️ Feature

Users can see the quotes that they have saved.

📐 Functionality

Users will be able to view a dashboard of the books they have saved quotes for and click on the book cover for a book to see all the saved quotes for that book.

🖼️ Wireframes

Mobile

image

Desktop

image

🐘 Database

  • Update book table to include a row for larger image

☁️ Server

  • Update endpoint to save quote to include large image URL
  • write endpoint to get a list of all books for a single user
    • sends the larger image, book id, and book name (for alt text)
  • revise endpoint to get quotes to include the ability to get quotes for a single book

⚡ Client

  • Update quote storage to also include a larger image of the book cover
    • Review Google Books data to determine name of property to access the larger image URL
  • Create a component for a single book cover
    • uses the larger book image
    • should navigate to quotes for just that book when clicked
  • Create a component for the book cover list
  • Update QuoteDashboard to include the ability to show results for only a single book
    • Add bookId to state, with default null to account for all books
      • Not sure how to pass id to quotes view...maybe URL parameter?

🧑‍⚕️ Clean Up

  • Make sure that no React state objects are being mutated.
  • Make sure that no event listeners are manipulating the DOM directly.
  • Make sure that click targets are either <a> or <button> elements.
  • Make sure that all click targets show a cursor: pointer when hovered with the mouse.
  • Remove all buttons and placeholders that do not serve the functionality of the feature.
  • Remove all console logs.
  • Remove all commented out code.
  • Remove all CSS properties that have no effect.
  • Check all code for proper formatting and indentation.
  • Confirm that there are no errors in the console while using the application.
  • Confirm that all previous functionality still works without errors.
  • Confirm that the user interface looks natural on both mobile and desktop screens.
@codingcodymiller codingcodymiller changed the title User can view saved quotes in library Feature 3: User can view saved quotes in library Jan 17, 2022
@codingcodymiller codingcodymiller added this to the MVP milestone Jan 17, 2022
@codingcodymiller codingcodymiller changed the title Feature 3: User can view saved quotes in library Feature 5: User can view saved quotes in library Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant