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