Anime Star Operations
Admin Dashboard
Secure static dashboard for staging, reviewing, overwriting, and deleting weekly Anime Star event records through Supabase Edge Functions.
Lifecycle Reminder
Creates a NEXT event only. It does not promote the event to NOW.
Promotion to current event is handled separately by promote_next_event_rpc after weekly cleanup.
Access
Auth
Workflow
Create Next Event
This form uploads the cover image and creates or overwrites an event with status='next' through the existing Supabase Edge Function.
Response
Submission Result
No create or delete action has been made yet in this browser session.
Operations
Operational Notes
- Only the Google-authenticated account
shinedevelopmentltd@gmail.comshould be used for this dashboard. - The browser sends requests only to admin Edge Functions with the signed-in user access token.
- No direct database writes happen from this page; all writes are delegated to Edge Functions.
- Do not host this page from
file://for Google sign-in testing. Use a local HTTP server or the final HTTPS hostname. - Do not place any admin/private credentials in these files. Only the public Supabase publishable key belongs here.
Catalog