-
A solution to the wierd API endpoinds in the form of
user/id/tasks(link). -
Writing 'raw' gin-like views in DRF (link).
-
Overwrite just the post in the viewset which is prob the best move (link).
Postreturns data in headers. :(Peopleemail field should be unique.
- Can we return error messages in
JSON? (There is a fix though (link)[https://www.django-rest-framework.org/api-guide/settings/#miscellaneous-settings]).
- The weird nested endpoints (like
/tasks/id/owner). - Complete
Person'sactiveTaskCount.