frontend routes - nrice95/Stride GitHub Wiki
Frontend Routes
Our components are organized as follows:
RootAppNavBar- (main component goes here)
Footer
The following routes, defined in App, will render components between NavBar and Footer.
/Dashboard(This will likely look a bit different than the actual app)
/loginSessionForm
/signupSessionForm
/routesRoutesIndexRoutesIndexItem
/routes/newRoutesForm
/routes/:routeIdRouteShow
/activitiesActivitiesIndexActivitiesIndexItem
/activities/newActivityForm(manual entry)
/activities/:activityIdActivityShow
/activities/:activityId/editActivityForm
/athletes/:athleteIdProfileComponent