redz1029
783c5eb0be
* Task/Ticket desktop dialogs — widened from 520 → 600dp, and tasks now uses SizedBox(width: 600) instead of ConstrainedBox(maxWidth:) which was the root cause of the "still small" issue (max-only never forced expansion)
...
* Pass Slip + Leave — both dialogs gained an isSheet flag; callers now branch on AppBreakpoints.tablet: bottom sheet on mobile, dialog on desktop
2026-04-30 06:45:51 +08:00
redz1029
48cd3bcd60
Offline Support
2026-04-27 06:20:39 +08:00
redz1029
f223d1f958
iOS PWA and IT Job Checklist for IT Staff view
2026-04-11 07:40:12 +08:00
redz1029
5cb6561924
added ruflo
2026-04-09 19:01:53 +08:00
redz1029
872c2aab87
UI Enhancements in IT Service Request, Announcements, Workforce and notification fixes
2026-03-22 18:00:10 +08:00
redz1029
049ab2c794
Added My Schedule tab in attendance screen
...
Allow 1 Day, Whole Week and Date Range swapping
2026-03-22 11:52:25 +08:00
redz1029
ba155885c0
Immediate feedback on sending IT Job Reminder
2026-03-21 19:28:53 +08:00
redz1029
beb21e48d0
Announcements: Show snackbar on event and enhanced comment notification messages
2026-03-21 19:28:18 +08:00
redz1029
3fb6fd5c93
Announcements and IT Job Checklist
2026-03-21 18:51:04 +08:00
redz1029
b2c3202317
Enhaced m3 motion
2026-03-21 12:57:41 +08:00
redz1029
d484f62cbd
Implement push notification reminder system with 9 notification types
...
Adds comprehensive push notification reminders using pg_cron + pg_net:
- Shift check-in reminder (15 min before, with countdown banner)
- Shift check-out reminder (hourly, persistent until checkout)
- Overtime idle reminder (15 min without task)
- Overtime checkout reminder (30 min after task completion)
- IT service request event reminder (1 hour before event)
- IT service request evidence reminder (daily)
- Paused task reminder (daily)
- Backlog reminder (15 min before shift end)
- Pass slip expiry reminder (15 min before 1-hour limit, with countdown banner)
Database: Extended scheduled_notifications table to support polymorphic references
(schedule_id, task_id, it_service_request_id, pass_slip_id) with unique constraint
and epoch column for deduplication. Implemented 8 enqueue functions + master dispatcher.
Uses pg_cron every minute to enqueue and pg_net to trigger process_scheduled_notifications
edge function, eliminating need for external cron job. Credentials stored in vault with
GUC fallback for flexibility.
Flutter: Added ShiftCountdownBanner and PassSlipCountdownBanner widgets that display
persistent countdown timers for active shifts and pass slips. Both auto-dismiss when
user completes the action. FCM handler triggers shift countdown on start_15 messages.
navigate_to field in data payload enables flexible routing to any screen.
Edge function: Updated process_scheduled_notifications to handle all 9 types with
appropriate titles, bodies, and routing. Includes pass_slip_id in idempotency tracking.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-03-20 18:26:48 +08:00
redz1029
74197c525d
Enhanced material design 3 implementation
2026-03-20 15:15:38 +08:00
redz1029
a39e33bc6b
Added Team Activity Dashboard
2026-03-18 22:04:15 +08:00
redz1029
3af7a1e348
Added configurable shift types and holiday settings
2026-03-18 16:51:34 +08:00
redz1029
4eaf9444f0
Enhanced Logbook layout
2026-03-18 10:56:31 +08:00
redz1029
84837c4bf2
Show overtime checkin when a user does not have a schedule for the day or the schedule ended for the day
2026-03-18 04:51:45 +08:00
redz1029
3e3e4d560e
Ensures allowing assigned IT Staff to check in outside geofence when and IT Service Request venue is outside premise
2026-03-17 07:20:24 +08:00
redz1029
eeab3b1fcf
render overtime anytime needed
2026-03-16 19:46:51 +08:00
redz1029
81853c4367
Added programmer role and fixed snackbar not showing
2026-03-16 07:23:20 +08:00
redz1029
885b543fb5
Pass Slip and Leave approval/rejection push notifications
2026-03-15 22:36:33 +08:00
redz1029
6fd3b66251
OTA Updates for adnroid app and web apk uploader
2026-03-15 19:24:34 +08:00
redz1029
9bbaf67fef
A more robust self hosted OTA updates implementation
2026-03-13 07:15:28 +08:00
redz1029
9267ebee2c
No need update check for web
2026-03-12 20:38:19 +08:00
redz1029
0bd2a94ece
OTA Update attempt
2026-03-11 22:28:38 +08:00
redz1029
f8c79acbbc
Fixed Leave rejection and approvals
2026-03-11 18:59:28 +08:00
redz1029
21e6d68910
Fixed In Progress ISR not reflecting on IT Staff Pulse Dashboard Status Pill
...
Made the Location Tracking more persistent
2026-03-11 07:43:14 +08:00
redz1029
24ecca9f06
Background location notification icon and a much more user friendly Location Tracking toggle
2026-03-09 22:57:28 +08:00
redz1029
ccc1c62262
Background location tracking
2026-03-09 22:33:35 +08:00
redz1029
1e1c7d9552
Fixed freezing on start up for some devices
2026-03-09 18:24:44 +08:00
redz1029
b8ec5dbf69
weekend on call shifts
2026-03-09 18:24:16 +08:00
redz1029
0f675d4274
Attendance log now record both check in and out photos and allow IT Staffs, Dispatchers and Admins to view for verification
2026-03-08 18:45:31 +08:00
redz1029
f8502f01b6
Whereaboutes and dashboard IT Staff Pulse enhancements
2026-03-08 18:08:03 +08:00
redz1029
8bf0dc13d7
Workforce rotation settings and location permission handling
2026-03-08 17:31:39 +08:00
redz1029
d87b5e73d7
Team Color, image compression for attendance verification, improved wherebouts
2026-03-08 12:23:28 +08:00
redz1029
a8751ca728
Face Recognition with Liveness Detection for Web Support
2026-03-08 10:19:03 +08:00
redz1029
d3da8901a4
Fixed Shift Labels in Logbook and made Verified/Unverified badge clickable
2026-03-08 08:45:30 +08:00
redz1029
88432551c8
IT Service Request
2026-03-08 07:54:20 +08:00
redz1029
e4391ac465
Minor layout fixes
2026-03-08 04:26:33 +08:00
redz1029
3dbebd4006
Attendance validation involving Location Detection + Facial Recoginition with Liveness Detection
2026-03-07 23:46:43 +08:00
redz1029
52ef36faac
Used awesome snackbar on attendance_screen
2026-03-07 11:37:37 +08:00
redz1029
c6f536edeb
Initial Commit: Duty Schedule and Attendance Logbook
2026-03-07 10:16:28 +08:00
redz1029
73dc735cce
M3 Overhaul
2026-03-06 20:03:32 +08:00
redz1029
82fe619f22
Task execution Elapsed timer
2026-03-04 18:42:37 +08:00
redz1029
94088a8796
Implemented Task Pause and Resume
2026-03-04 07:12:00 +08:00
redz1029
81bc618eee
Used awesome snackbar and fixed gemini_ico.png not found
2026-03-04 06:44:55 +08:00
redz1029
c123c09233
AI Subject, Description and Action taken support
2026-03-04 00:38:35 +08:00
redz1029
b5449f7842
Still some AI integration issues
2026-03-03 23:35:07 +08:00
redz1029
2e99ec1234
Proper tasks and tickets ordering
2026-03-03 18:52:42 +08:00
redz1029
01c430c812
Implemented subject suggestions in Task Creation and Edit.
...
Fix editing redirects
2026-03-03 18:51:58 +08:00
redz1029
b1f5d209a2
Implemented subject suggestions in Task Creation and Edit.
...
Fix editing redirects
2026-03-03 18:39:01 +08:00