The admin console is split into focused modules for efficient event management. This guide covers the standard workflows you’ll use daily.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/KingPsychopath/oooc-fete-finder/llms.txt
Use this file to discover all available pages before exploring further.
Admin areas
The admin panel provides five main areas accessible at/admin:
- Overview (
/admin) - Quick launch dashboard and system status - Operations (
/admin/operations) - Runtime status, data store controls, session management, and recovery - Content (
/admin/content) - Event sheet editor, submission moderation, and banner settings - Placements (
/admin/placements) - Paid orders queue and spotlight/promoted scheduling - Insights (
/admin/insights) - Engagement analytics and audience exports
Standard publish flow
This is your primary workflow for updating live events.Update events
Edit event data in the spreadsheet interface. Changes autosave to Postgres every 850ms
Review submissions (if needed)
Check the Event Submissions section for new community-submitted events awaiting moderation
Create a safety snapshot
Switch to
/admin/operations and create a backup using Backup Now in Event Store ControlsThe Event Sheet Editor autosaves changes to Postgres, but homepage revalidation only happens when you click Save and Revalidate Homepage. This separation prevents accidental publishes.
Placements flow
Manage paid promotions and spotlight features for partner events.Spotlight placements have a concurrent slot limit (default: 3 events), while Promoted placements support unlimited concurrent listings.
Insights flow
Track event engagement and export audience segments.Review engagement metrics
Use Event Engagement Stats to inspect:
- Views (
clickevents) - Outbound clicks (
outbound_clickto event URLs) - Calendar saves (
calendar_syncinteractions)
Rollback flow
Revert to a previous version if something goes wrong.Health checks
Use these endpoints to verify system status:- Admin service health
- Data store connectivity
- Postgres key-value store
- Active admin sessions
Common issues
Save succeeds but site looks stale
Run Save and Revalidate Homepage again and verify the runtime source shows your latest changes.Spotlight/promoted schedule not applying
Verify event keys match exactly in both the Event Sheet Editor and the placement queue. Check queue status in the Placements area.Analytics panel empty
Confirm Postgres connectivity in Operations and verify track routes are reachable from the client.Submission endpoint closed
Check Event Submissions settings in the Content area. Toggle the submission endpoint status if needed.Best practices
- Always create backups before major content updates
- Test placements in upcoming slots before activating now
- Review spam signals on submissions before accepting
- Export segments regularly to track audience growth
- Monitor conversion rates to optimize event selection and placement timing