Skip to content

Teacher's check-ins table

As a teacher
I want to see all the check-ins students made
So that I prepare the check-ins with the team.

Extra Description

A simple (table?) overview with all the check ins from the database (See #5 (closed)).

This mustn't be more than a table.

Acceptation criteria

  • A table with every check-in made.
  • The table is sortable! (how aggressive 😳)
  • The table is default sorted on date (Most recent above).
  • An API endpoint that retrieves the check-ins.

Tasks

  • Make a teacher page
  • Create a private route to the teachers page so you can only acces that page when you are a teacher
  • Add a table
  • Write a get request to get the data into the table
  • Add an automatic sorting function for the date
  • Add a filter for the squads
  • Add a filter for the date
  • Add a sorting function for squads
  • Add a sorting function for date

Assignees

This template origin
Edited by Nikki Westenborg