From 3e5ad2c51a609f964ded8f37523936a25eb0bfe1 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Wed, 4 Feb 2026 10:35:07 -0500 Subject: [PATCH] feat: Add requirement to show proper error message for failed API calls in NEXT_SPRINT_TASKS --- apps/mobile/NEXT_SPRINT_TASKS.md | 1 + 1 file changed, 1 insertion(+) 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.