Challenges
- Implement more errors on the server side. An example might be handling the errors coming out of
updateTask
anddeleteTasks
, which are talking to the database. - As deadlines can save time and resources, it is important to specify them. Make all calls to our client have a deadline of 200 milliseconds.
- Create a client-side Interceptor that logs the requests the client sends.