diff --git a/apps/mobile/NEXT_SPRINT_TASKS.md b/apps/mobile/NEXT_SPRINT_TASKS.md index ff397940..62372238 100644 --- a/apps/mobile/NEXT_SPRINT_TASKS.md +++ b/apps/mobile/NEXT_SPRINT_TASKS.md @@ -20,3 +20,4 @@ - /// Date of the shift (ISO format). final String date; make this in the DateTime format instead of string. - in `view_orders_cubit.dart` combine the logic of `_calculateUpNextCount ` and `_calculateTodayCount` into a single function that calculates both counts together to avoid redundant filtering of orders. +- In places api call in the when the api's not working we need to show a proper error message instead of just an empty list.