wizbots / labtab

0 stars 0 forks source link

Implement the student profile view #10

Closed internetmosquito closed 7 years ago

internetmosquito commented 8 years ago

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