Build the page for scoring an individual professor. Reference [figma designs](https://www.figma.com/file/HOeEUn2qt2nP2EvklLLUHZ/Wireframes?type=design&node-id=2944-3427&t=9Hn6JNTrRYrWC8Ze-0). Dev Design: - [ ] build route: `/merit/professors/[professorId].tsx` - [ ] on server side (`getServerSideProps`), collect user with professorInfo, activities, and scores - [ ] display list of activities (separated by type), with scores attached - [ ] display professor info and scores in sidebar - [ ] add ability to score activity (accept/reject) - [ ] add ability to create/update comment in sidebar
Build the page for scoring an individual professor. Reference figma designs.
Dev Design:
/merit/professors/[professorId].tsxgetServerSideProps), collect user with professorInfo, activities, and scores