Overview
Pull all the data into the page for a single notes page.
Proposal
Update src\app\notes\[id]\page.tsx to display a note's name, description, course, section, professor, author, and last updated date. Also display the PDF, which will require some research to either display with the browsers native PDF viewer embedded in Notebook or use a library.
We don't have a design yet so this issue is just to render all the data on the page.
Overview
Pull all the data into the page for a single notes page.
Proposal
Update
src\app\notes\[id]\page.tsxto display a note's name, description, course, section, professor, author, and last updated date. Also display the PDF, which will require some research to either display with the browsers native PDF viewer embedded in Notebook or use a library.We don't have a design yet so this issue is just to render all the data on the page.