User Story
As a user, I want to browse available routines so that I can explore different workout options and find one that suits my needs.
Description
The Browse Routines UI Page involves designing and implementing the user interface for browsing workout routines within the application. This includes creating a page where users can explore different routine categories, view routine details, and access additional information about each routine.
Acceptance Criteria
[ ] UI aesthetic matches with other pages
[ ] Ability to filter by routine types and categories
[ ] allow for clicking on routine to view more details (all workouts within it) -> will show different details page
[ ] capability to search for specific routine
[ ] ensure user friendly scrolling ie all routines loaded at once so no delay when scrolling
[ ] integration with back end API for seamless and fast access of routine information
[ ] responsive design for various screen sizes
Testing
[ ] verify browse routine page is accessible from navbar and other pages
[ ] test display of routines and ensure nice layout/design
[ ] test filtering to ensure works as expected
[ ] test functionality of viewing more info on routine and ensure accurate information
[ ] conduct usability test to ensure it is easy to use and understand
User Story As a user, I want to browse available routines so that I can explore different workout options and find one that suits my needs.
Description The Browse Routines UI Page involves designing and implementing the user interface for browsing workout routines within the application. This includes creating a page where users can explore different routine categories, view routine details, and access additional information about each routine.
Acceptance Criteria
Testing