feat: Update NEXT_SPRINT_TASKS with new tasks and modify ViewOrdersCubit to handle null selectedDate

This commit is contained in:
Achintha Isuru
2026-02-04 08:51:34 -05:00
parent e3268d4722
commit a86a5d9e77
2 changed files with 8 additions and 1 deletions

View File

@@ -16,3 +16,4 @@
- Update the dataconnect docs.
- 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.