Commit Graph

2 Commits

Author SHA1 Message Date
dwindown
e268ef7756 Update calendar cleanup task documentation
Clarify that Task 2 must run on supabase-db service which has curl/wget.
The supabase-edge-functions service doesn't have curl, wget, or deno CLI available.

Command for Task 2 (run on supabase-db):
curl -X POST http://supabase-edge-functions:8000/functions/v1/trigger-calendar-cleanup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-11 23:23:33 +07:00
dwindown
ac88e17856 Improve cancelled order display and add notes to order detail
- Add "Catatan" field display in consulting order detail page
- Add dedicated "Cancelled Order" section with rebooking option
- Update status alert to show proper message for cancelled orders
- Refactor edge function to focus on calendar cleanup only
- Set payment_status to 'failed' when auto-cancelling expired orders

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 21:36:01 +07:00