From eb3a5f69167bc00fee8de8c6e70259738ad87920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salazar?= <73718835+joshrs23@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:51:20 -0500 Subject: [PATCH] blockers --- BLOCKERS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BLOCKERS.md b/BLOCKERS.md index 34982d58..8c5ceb33 100644 --- a/BLOCKERS.md +++ b/BLOCKERS.md @@ -36,3 +36,14 @@ - https://github.com/Oloodi/krow-workforce/issues/240 ### Deveations: - In the web prototype, when creating an order, position role rates are displayed based on the selected vendor. This behavior was missing in the mobile prototype. Therefore, we added a dropdown to select the vendor and display the corresponding role rates based on that selection. + +# Points to considerate in the future +- client APP: + - Billing need to download a pdf of their invoice. + - 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 business account. + - Add an expiration time (TTL) to the session (store expiresAt / expiryTimestamp) and invalidate/clear the session when it has expired. + - Rapid order need IA to work, I think we need also to add a form as the webpage. +- 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