boolean-uk / team-dev-server

3 stars 12 forks source link

#27 As a teacher, so I can begin onboarding a new class, I want to create cohorts. #209

Closed richard-mattinson closed 2 years ago

richard-mattinson commented 2 years ago

User Story

As a teacher, so I can begin onboarding a new class, I want to create cohorts.

Tasks

SERVER

Auenc commented 2 years ago

This should be displayed for teachers only. Might be a good idea to write how you will check if a user is a teacher or not.

For now, all the button needs to do is create a new Cohort, there is no other information required. It would be good if you can add a bit of detail as to how clicking the button will create the cohort. For instance, is it calling an API? If so, what endpoint is it calling? Does it need to pass any data to that endpoint etc.

It's great you'e added an example response, but it might also be a good idea to add an example request