feat: Add requirement to show proper error message for failed API calls in NEXT_SPRINT_TASKS
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user