-
Notifications
You must be signed in to change notification settings - Fork 77
#081: Payroll Scheduler Backend Wiring #154
Copy link
Copy link
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
#81: Payroll Scheduler Backend Wiring
Category: [FRONTEND]
Difficulty: ● HARD
Tags: scheduler, backend, cron, api, wizard
Description
Connect PayrollScheduler.tsx (and SchedulingWizard.tsx) to the backend scheduling API so that scheduled payroll configs are persisted in the database and the backend cron job triggers on-chain bulk payments at the configured time. The frontend should reflect the next scheduled run and allow real-time cancellation of pending schedules.
Acceptance Criteria
- Save Schedule submits to
POST /api/schedulesand persists config. - Active schedules listed with next-run timestamp from backend.
- Cancellation calls
DELETE /api/schedules/:idand updates UI immediately. -
CountdownTimerdriven by the server-returnednext_run_attimestamp. - Backend job executes
bulk_paymentcontract invocation at the scheduled time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program