# Schedules ## Functionality ### Frontend - [x] `/schedule/:categoryName` should bring user to the schedules page of a specific category - [x] Navigation bar should redirect user to appropriate page - [x] Schedule should list workout classes in order - [x] Users should be able to sign up/cancel a workout class - [x] Each class should display a picture of the instructor's profile photo - [x] Each class should display the correct information - [x] Dates should be formatted properly just like the actual website ### Backend - [x] Backend calls should return information as JSON - [x] Backend calls should fetch information about a category's classes - [x] User profile pictures should be uploaded to AWS - [x] Each user should only have one profile picture at a time ## Style - [x] All relevant elements should have `cursor: pointer` on hover - [x] Sign up/cancel button should have individual hover effect ## Seeds - [x] Adequate and appropriate seeds
Schedules
Functionality
Frontend
/schedule/:categoryNameshould bring user to the schedules page of a specific categoryBackend
Style
cursor: pointeron hoverSeeds