feat: Add task to rename connect name to 'krow-connect' in the project

This commit is contained in:
Achintha Isuru
2026-02-04 15:55:58 -05:00
parent c8dcf739c6
commit c526f74e9f

View File

@@ -23,6 +23,7 @@
- in `view_orders_cubit.dart` combine the logic of `_calculateUpNextCount ` and `_calculateTodayCount` into a single function that calculates both counts together to avoid redundant filtering of orders.
- In places api call in the when the api's not working we need to show a proper error message instead of just an empty list.
- pending should come first in the view order list.
- rename connect name to 'krow-connect' in the project.
- 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).