SoulNaturalist / BookList

Online library
4 stars 1 forks source link

add quote on book page #177

Open SoulNaturalist opened 6 months ago

ravikr126 commented 4 months ago

@SoulNaturalist can you explain more about it in all your frontend tag issues, you didn't add any description of how someone understands the issue. Write all the description, I like to contribute to your code

SoulNaturalist commented 4 months ago

@ravikr126 I will continue to write a description, I have books in my project and I would like to create a separate page with quotes that were expressed in it, that is, it's just a card with the text at the top of the author's name and the quote itself at the bottom, you need to output quotes with pagination, but first you could just output all the quotes of the book

you could implement a template for a page to read books and then I will write the necessary part on the server side and eventually the real quotes of the book will be displayed, an important requirement is the path to the quotes of the book, they must be templated, that is, the id of the book must be specified in the url of the page and that this is a quote example: quote_book_id and thus one the component dynamically outputs quotes based on the received slug in the specified link

I hope you have caught at least some of my thoughts because I use a translator