feat: Add requirement to show proper error message for failed API calls in NEXT_SPRINT_TASKS

This commit is contained in:
Achintha Isuru
2026-02-04 10:35:07 -05:00
parent a87830b361
commit 3e5ad2c51a

View File

@@ -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.