Revise client login and dashboard sections for clarity

Updated section titles for clarity and revised notes regarding order approval flow.
This commit is contained in:
Achintha Isuru
2026-02-06 14:13:38 -05:00
committed by GitHub
parent 415a0412e5
commit 11bd5c6106

View File

@@ -60,7 +60,7 @@
--- ---
### 2.3: Client Logs In with Existing Account (Client App) ### 2.3: Client Sign In with an Existing Account (Client App)
**Note:** Use the client demo account credentials provided above. **Note:** Use the client demo account credentials provided above.
**Purpose:** Show the sign-in experience for returning users **Purpose:** Show the sign-in experience for returning users
@@ -74,7 +74,7 @@
--- ---
### 2.4: Client Views Populated Dashboard (Client App) ### 2.4: Client Views the Populated Dashboard (Client App)
**Purpose:** Show how the client app displays active operations **Purpose:** Show how the client app displays active operations
**Steps:** **Steps:**
@@ -191,8 +191,8 @@
- Date, time, and duration - Date, time, and duration
**Note:** **Note:**
>Due to a misunderstanding in the order creation flow, we initially assumed that a newly created order would need to be approved by the vendor before appearing in the >list of available shifts for workers to apply. As a result, the order created in the previous step does not appear in the available shifts list. >Due to the current order flow, newly created orders do not appear in the Find Shifts section, as it requires an approval from the vendor. This was discussed during the demo.
>We are currently fixing this issue. >We are actively updating this flow so orders will appear correctly in a future iteration.
--- ---
### 2.12: Staff Applies for Shift (Staff App) ### 2.12: Staff Applies for Shift (Staff App)