Workspace

Worker operations console

Today

A real worker portal shell, not a starter page.

This layout is organized around actual worker modules from the architecture document: profile, payroll, jobs, attendance, payment, authentication, and notifications.

Loading live worker data from the shared `/api` gateway.

Worker

...

Latest payroll

...

Sync state

...

planned
Authentication
Google SSO through Firebase Auth with worker-safe session entry.
src/features/authdomain scaffolded
planned
Profile
Personal information, QR worker card, and status-driven profile completion.
src/features/profiledomain scaffolded
planned
Payment
Salary method selection, proxy pickup, and ATM early salary setup.
src/features/paymentdomain scaffolded
planned
Attendance
QR and GPS clock-in flow with work-time verification.
src/features/attendancedomain scaffolded
planned
Jobs
Temp job discovery, detail review, and application actions.
src/features/jobdomain scaffolded
planned
Payroll
Monthly payroll overview with daily detail and premium breakdown.
src/features/payrolldomain scaffolded
planned
Notifications
Scheduled and real-time worker alerts from the FCM pipeline.
src/features/notificationdomain scaffolded