puffproject / test-runner

Backend microservice managing user code uploads and running test cases
MIT License
0 stars 0 forks source link

Add ?assignmentId query param for GET /user/cases endpoints #4

Closed benjaminkostiuk closed 3 years ago

benjaminkostiuk commented 3 years ago

Currently have endpoints GET /case fetches test cases created by the user GET /user/cases fetches test cases created by the user

Need to add an extra query param ?assignmentId={XX} to allow filtering of results by assignment id. This will allow users to filter viewing of test cases by assignments in the UI.

Verification:

benjaminkostiuk commented 3 years ago

@youcefs21 This can be task 3.