This commit is contained in:
José Salazar
2026-01-26 18:51:20 -05:00
parent 3a4fa37a56
commit eb3a5f6916

View File

@@ -36,3 +36,14 @@
- https://github.com/Oloodi/krow-workforce/issues/240 - https://github.com/Oloodi/krow-workforce/issues/240
### Deveations: ### 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. - 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.