From c526f74e9f82990c978fb5093966cb06b8ac24c8 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Wed, 4 Feb 2026 15:55:58 -0500 Subject: [PATCH] feat: Add task to rename connect name to 'krow-connect' in the project --- apps/mobile/NEXT_SPRINT_TASKS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/NEXT_SPRINT_TASKS.md b/apps/mobile/NEXT_SPRINT_TASKS.md index 950e3cfc..6d28a3d9 100644 --- a/apps/mobile/NEXT_SPRINT_TASKS.md +++ b/apps/mobile/NEXT_SPRINT_TASKS.md @@ -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).