TheUnknow23 / SE2_prj_henohenomoheji

へのへのもへじ
0 stars 1 forks source link

View list of all created/assigned tasks #21

Open g1nus opened 5 years ago

g1nus commented 5 years ago

As a Teacher or Student, I want to see all the tasks created by me or assigned to me

g1nus commented 5 years ago

HOW TO DEMO: GET [/tasks]()

The request payload should contain:

  • token

The response should contain:

  • task object[] (it's the list of created tasks if the user is a teacher, otherwise it's the list of assigned tasks)