Open hackerkid opened 4 years ago
I would like to work on this @hackerkid
Great. Go ahead!
On Mon., Oct. 19, 2020, 6:41 a.m. Manuel Cepeda, notifications@github.com wrote:
I would like to work on this @hackerkid https://github.com/hackerkid
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hackerkid/Mind-Expanding-Books/issues/279#issuecomment-711456920, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABW3Q2KVODQNFXCHUNECDTDSLOG4VANCNFSM4SVALIXA .
can I be assigned to this issue??
@kshsh00 It looks like @mecm1993 has not started working on this yet https://github.com/mecm1993/Mind-Expanding-Books/branches
So can you start working on this :)
Hello, I was wondering if @kshsh00 is working on this issue. If not, I would like to contribute.
Great! I have assigned you the issue.
@hackerkid Is this issue still active? I am interested in this issue. If it is still active, may I ask you to assign this to me. Thanks
@hackerkid Can I Work on this issue?
The task is to generate a unique page for each and every book present in our list.
The page should show the name of the book, year of publishing, description etc. Basically, all the details present in the book card would be shown in thhe page. The user can access the page by clicking on "Show more" in the book card.
The URL of the page can be in this format
/book/name-of-the-book-by-author-name
You don't have to create each and every page manually. You can programmatically generate pages in Gatsby
https://www.gatsbyjs.com/docs/creating-and-modifying-pages/
The data for the pages lives in
app/src/data/books.json
We are already using Gatsby Pages in the website. Take a look at how category pages are generated to see how its done.
https://books.vishnuks.com/Philosophy-And-Psychology