Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Coach, Family, Admin Functionality #74

Merged
merged 2 commits into from
Dec 9, 2023
Merged

Adding Coach, Family, Admin Functionality #74

merged 2 commits into from
Dec 9, 2023

Conversation

roshanbellary
Copy link
Contributor

All of the functionality has been added except for the progress button for the family accounts. Need to change up backend to allow for student id to be accessed through user id if user is a parent.

updates routes
Family:

  • Onboarding: /onboarding/student - done
  • Family Lessons: /lessons - done

  • Family Student Progress Page: /student-progress/:id - not done(need to implement)
    Teachers:
  • Teacher Homepage: /teacher - done

  • Teacher Student Progress Page: /student-progress/:id - done

    Coach:
  • Coach Lessons: /lessons-done
  • Coach Landing Page: /coach-landing-done

  • Coach Student Progress Page: /student-progress/:id - done

    Admin:
  • Admin - Home: /admin-menu - done
  • Admin - Sessions: /admin/sessions - done

  • Admin - Add Block: admin/add-block - done

  • Admin - Edit Block: /admin/edit-block/:id - done
  • Admin - Sessions (Block): /admin/block/:id - done
  • Admin - Notes: /admin-notes/:studentId - done

  • Admin - Attendance: /admin-attendance - done

  • Admin - Attendance Table (Students): /admin-student-attendance - done

  • Admin - Attendance Table (Coaches): /admin-coach-attendance - done

  • Admin - User Profiles: /admin/profiles - done

  • Admin - School Profiles: /school/profiles - done

  • Admin - User Profile (Individual) - Student: /admin/student/profile/:id -done

  • Admin - User Profile (Individual) - Coach: /admin/coach/profile/:id - done

  • Admin - Curriculum: - done
  • Admin - Curriculum (Lessons): /resources/lesson/:id - done

  • Admin - Curriculum (Additional Resources): /resources/student/:id - done

  • Admin - Curriculum (Edit Resources): /admin-resources - done


@roshanbellary
Copy link
Contributor Author

Family Student Progress Page: /student-progress/:id - done

@zhouhelena zhouhelena merged commit abfb5c4 into main Dec 9, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants