The Wayback Machine - https://web.archive.org/web/20211204083013/https://github.com/topics/reading
Skip to content
#

reading

Here are 479 public repositories matching this topic...

mouse-reeve
mouse-reeve commented Dec 3, 2021

Similar to how spotify playlists can be embedded in websites, it would be cool for users to be able to embed a list in their own blog or website.

I think this is pretty straightforward, and would entail:

  1. Creating an alternate list view that uses the same Django view with a simplified template designed to look nice in an embed
  2. Generating an iframe html that can be copied and pasted

(s

book-project
knjk04
knjk04 commented Oct 14, 2021

Is your feature request related to a problem? If so, please describe.
Returning all books may be a very large payload.

Describe the solution you'd like
Return a fixed size (for now, we will hardcode this to 50 per page) of results per page. Our [endpoint](https://github.com/Project-Books/book-project/blob/main/backend/src/main/java/com/karankumar/bookproject/backend/service/BookServic

Improve this page

Add a description, image, and links to the reading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reading topic, visit your repo's landing page and select "manage topics."

Learn more