Skip to content

Commit 9e277fb

Browse files
authored
specify edge case is if completed_at is not datetime
1 parent 00fce6d commit 9e277fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ada-project-docs/optional-enhancements.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ As inspiration, here are some beginning edge cases to consider:
1818

1919
What should happen if...
2020

21-
- when creating a task, the value of `completed_at` is a string?
22-
- when updating a task, the value of `completed_at` is a string?
21+
- when creating a task, the value of `completed_at` is a string that is not a datetime?
22+
- when updating a task, the value of `completed_at` is a string that is not a datetime?
2323
- when getting all tasks, and using query params, the value of `sort` is not "desc" or "asc"?
2424

2525
For each of these, consider what the HTTP response should be.

0 commit comments

Comments
 (0)