From 24d346d9a98ec1618757d0643ede13fceda8a0fa Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Tue, 3 Feb 2026 16:21:15 -0500 Subject: [PATCH] feat: update next sprint tasks and demo notes with new tracking and UI suggestions --- apps/mobile/NEXT_SPRINT_TASKS.md | 2 ++ demos/m3/m3-notes.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/apps/mobile/NEXT_SPRINT_TASKS.md b/apps/mobile/NEXT_SPRINT_TASKS.md index babe1f19..d35afb90 100644 --- a/apps/mobile/NEXT_SPRINT_TASKS.md +++ b/apps/mobile/NEXT_SPRINT_TASKS.md @@ -14,3 +14,5 @@ - line 125 remove redundant location values. - Need to clarify the difference b/w `case dc.ApplicationStatus.ACCEPTED` and `case dc.ApplicationStatus.CONFIRMED`. - 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. diff --git a/demos/m3/m3-notes.md b/demos/m3/m3-notes.md index a9a7a265..e4111452 100644 --- a/demos/m3/m3-notes.md +++ b/demos/m3/m3-notes.md @@ -9,6 +9,9 @@ - **Flickering company name:** Every time I navigate to the home screen, I see "your company" for a moment before it changes to the real name. - Creating a One-Time Order shows "No Vendors Available" — this is expected, OK. +**Suggestions: Achintha:** +- We need to have a shimmer loading state while fetching data, to avoid flickering and empty states. + --- ## Demo 2: Register Staff & Show Empty States (Staff App)