tasq/lib/services
Marc Rejohn Castillano 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
..
ai_service.dart Still some AI integration issues 2026-03-03 23:35:07 +08:00
app_update_service.dart A more robust self hosted OTA updates implementation 2026-03-13 07:15:28 +08:00
background_location_service.dart Fixed In Progress ISR not reflecting on IT Staff Pulse Dashboard Status Pill 2026-03-11 07:43:14 +08:00
face_verification_mobile.dart Face Recognition with Liveness Detection for Web Support 2026-03-08 10:19:03 +08:00
face_verification_stub.dart Attendance validation involving Location Detection + Facial Recoginition with Liveness Detection 2026-03-07 23:46:43 +08:00
face_verification_web.dart Face Recognition with Liveness Detection for Web Support 2026-03-08 10:19:03 +08:00
face_verification.dart Attendance validation involving Location Detection + Facial Recoginition with Liveness Detection 2026-03-07 23:46:43 +08:00
gemini_service.dart Still some AI integration issues 2026-03-03 23:35:07 +08:00
holidays_service.dart Added configurable shift types and holiday settings 2026-03-18 16:51:34 +08:00
image_compress_service.dart Team Color, image compression for attendance verification, improved wherebouts 2026-03-08 12:23:28 +08:00
notification_bridge.dart Implement push notification reminder system with 9 notification types 2026-03-20 18:26:48 +08:00
notification_service.dart A bit of notification turn on reminder 2026-03-01 05:45:23 +08:00
permission_service.dart No notification permission enforcement on web 2026-02-25 18:39:39 +08:00