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

Add bestselling books page #96

Closed
2 tasks done
wihobbs opened this issue Jan 19, 2023 · 1 comment
Closed
2 tasks done

Add bestselling books page #96

wihobbs opened this issue Jan 19, 2023 · 1 comment
Assignees
Milestone

Comments

@wihobbs
Copy link
Collaborator

wihobbs commented Jan 19, 2023

All users should be able to view a list of bestselling books. This is kept by a tally which is assigned to each book, and incremented as they are bought on the bookstore website.

  • Add a "sold" integer to each book item in the database.
  • Create a page that renders the books, from most sold to least sold.
@wihobbs wihobbs added this to the Beta milestone Jan 19, 2023
@wihobbs wihobbs mentioned this issue Jan 19, 2023
@s-orug s-orug self-assigned this Jan 31, 2023
@wihobbs
Copy link
Collaborator Author

wihobbs commented Feb 21, 2023

This can be accessed via the drop-down menu on the Browse page. Nice work @s-orug :)

@wihobbs wihobbs closed this as completed Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants