/api/student/id -> But I'd need to filter on the backend by mentor-program ( I don't think every mentor should be accessing all students info, I don't think parents would like that)
Will plan on the backend to have this endpoint, should be simply GET for now, no POST
Need the logic to implement the view defined in https://github.com/wizbots/labtab/issues/9
We definitely gonna need an endpoint like
/api/lab/id/student/id
or
/api/student/id -> But I'd need to filter on the backend by mentor-program ( I don't think every mentor should be accessing all students info, I don't think parents would like that)
Will plan on the backend to have this endpoint, should be simply GET for now, no POST