Skip to content

Commit

Permalink
A1 correctness manual mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-TingWang committed Dec 18, 2022
1 parent 64a34e5 commit e55e736
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions correctness.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
====== PUT REQUEST ======

- addActor
- 200 OK
- 400 BAD REQUEST
- 500 INTERNAL SERVER ERROR
One mark for correctly handle one case
- 3/3

- addMovie
- 200 OK
- 400 BAD REQUEST
- 500 INTERNAL SERVER ERROR
One mark for correctly handle one case
- 3/3

- addRelationship
- 200 OK
- 400 BAD REQUEST
- 404 NOT FOUND
- 500 INTERNAL SERVER ERROR
One mark for correctly handle one case
- 4/4

====== GET REQUEST ======

- getMovie
- 200 OK
- 400 BAD REQUEST
- 404 NOT FOUND
- 500 INTERNAL SERVER ERROR
One mark for correctly handle one case
- 4/4

- getActor
- 200 OK
- 400 BAD REQUEST
- 404 NOT FOUND
- 500 INTERNAL SERVER ERROR
One mark for correctly handle one case
- 4/4

- hasRelationship
- 200 OK
- 400 BAD REQUEST
- 404 NOT FOUND
- 500 INTERNAL SERVER ERROR
One mark for correctly handle one case
- 4/4

- computeBaconNumber
- 200 OK
- 400 BAD REQUEST
- 404 NOT FOUND
- 500 INTERNAL SERVER ERROR
One mark for correctly handle one case
- 4/4

- computeBaconPath
- 200 OK
- 400 BAD REQUEST
- 404 NOT FOUND
- 500 INTERNAL SERVER ERROR
One mark for correctly handle one case
- 4/4

30 / 30

0 comments on commit e55e736

Please sign in to comment.