feat: Update NEXT_SPRINT_TASKS with new tasks and modify ViewOrdersCubit to remove debug print statements

This commit is contained in:
Achintha Isuru
2026-02-04 09:01:05 -05:00
parent a86a5d9e77
commit ad48d47ded
2 changed files with 2 additions and 3 deletions

View File

@@ -17,3 +17,5 @@
- Track `lat` and `lng` in the staff preferred work locations (for now we are only storing the name).
- Remove "Up Next (x)" counter from orders list in client app as it is confusing, becase the tab already has a badge showing the number of the upcoming orders.
- ` final String status;` in `OrderItem` make it an enum.
- /// Date of the shift (ISO format).
final String date; make this in the DateTime format instead of string.