Admin Schedule
At a glance
- Routes:
/admin/schedule,/admin/schedule/new-day,/admin/schedule/[dayId]/new-item,/admin/schedule/[id]. Manage day and item ordering plus detailed agenda metadata.
Do this
- Add a day at
/admin/schedule/new-day. - Add item at
/admin/schedule/[dayId]/new-item. - Edit item details at
/admin/schedule/[id]. - Reorder or remove days/items from
/admin/schedule.
Important inputs:
Schedule admin inputs:
- Day: date, label
- Item: time/endTime/title/description
- Location fields and directions notes
- Visibility and access controls
- Optional media keys and external links
When it fails
- Item appears on wrong day: verify date/day linkage.
- Reorder not retained: confirm drag action submitted successfully.
- Detail page missing: check generated item
idand route param. - See Troubleshooting.