From 439971bfaba16bf8ab7f5a0205c8e8d282ba36c3 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Sun, 1 Feb 2026 22:28:43 -0500 Subject: [PATCH] feat: Update BLOCKERS.md to include new staff application session handling and assumptions for shift assignments --- BLOCKERS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/BLOCKERS.md b/BLOCKERS.md index 8c5ceb33..af8df57d 100644 --- a/BLOCKERS.md +++ b/BLOCKERS.md @@ -46,4 +46,12 @@ - Staff APP: - On app launch, check whether there is an active session. If a valid session exists, skip the auth flow and navigate directly to Home, loading Staff account. - Add an expiration time (TTL) to the session (store expiresAt / expiryTimestamp) and invalidate/clear the session when it has expired. - - For staffs Skills = Roles? thinking in the future for the smart assigned that need to know the roles of staff to assign. \ No newline at end of file + - For staffs Skills = Roles? thinking in the future for the smart assigned that need to know the roles of staff to assign. + +## App +- Staff Application + +### Github issue +- https://github.com/Oloodi/krow-workforce/issues/248 +### Deveations: +- Assumed that a worker can only have one shift per day.