feat: Refactor mobile UI components to adhere to design system tokens and improve loading and snackbar functionalities

This commit is contained in:
Achintha Isuru
2026-02-10 15:34:52 -05:00
parent a34cc5b462
commit 4f94bf6835
8 changed files with 259 additions and 132 deletions

View File

@@ -28,10 +28,13 @@
- track minimum shift hours in the staff profile and show a warning if they try to apply for shifts that are below their minimum hours.
- this need to be added in the BE and also a FE validation (5 hrs).
- Cannot cancel before 24 hours of the shift start time. If do we should charge for 4 hours of work for each shifts.
- verify the order creation process in the client app.
- Vendor don't need to verify the order, when the order is created it should be automatically published.
- rethink the order status, we need to simplify it.
- Validation layer
- Profile info
- emergency contact
@@ -43,4 +46,8 @@
- there should be manual verification by the client even if the ai verification is passed.
- to track false positives and false negatives.
- documents
- tax forms
- tax forms
- How do we handle the current bank account verifcaiton in the current legacy application.
- We need have a show a list of clothing items in the staff app -> shift page.
- Template models for the pdf reports in the client and web apps.