Skip to content

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

  1. Add a day at /admin/schedule/new-day.
  2. Add item at /admin/schedule/[dayId]/new-item.
  3. Edit item details at /admin/schedule/[id].
  4. 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 id and route param.
  • See Troubleshooting.

Released under the MIT License.