boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

[EPIC] Cohort pages #95

Open dogezen opened 1 year ago

dogezen commented 1 year ago

Teachers manage cohorts, exercises and much more. We provide them with additional functionality in our app.

Cohorts page (teacher only)

On the cohorts page, a teacher can:

team_dev_client_teacher_cohorts

Cohort profile page (student view)

Students can visit their cohort's page at the path cohorts/:id where :id is the id of the cohort that the student is a member of. A link to this page will be visible to the student in the header navigation bar. Only a student in a cohort can see this link. Teachers cannot see this link in the header.

On this page, the student can see:

team_dev_client_student_cohort