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

Checking session
Checking the current Supabase session.
Signed-in email
None
Hosting target
anime-star-admin.shine-official.net

Workflow

Create Next Event

Edge Function only

This form uploads the cover image and creates or overwrites an event with status='next' through the existing Supabase Edge Function.

Uploading a NEXT event for an existing same week will overwrite the previously staged NEXT event.
Sign in with the allowed Google account to unlock the form.

Response

Submission Result

Idle

No create or delete action has been made yet in this browser session.

Operations

Operational Notes

Read before upload
  • Only the Google-authenticated account shinedevelopmentltd@gmail.com should 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

Uploaded Events

Locked
Sign in with the allowed Google account to load event history.