Skip to content

Add admin users + admin talks review dashboard#86

Closed
claudinethelobster wants to merge 1 commit intoDEVxNetwork:mainfrom
claudinethelobster:feat/admin-task-requests
Closed

Add admin users + admin talks review dashboard#86
claudinethelobster wants to merge 1 commit intoDEVxNetwork:mainfrom
claudinethelobster:feat/admin-task-requests

Conversation

@claudinethelobster
Copy link
Contributor

Summary

  • add admin role support via profiles.is_admin (migration + index)
  • add RLS policies so admins can view and update all talk_submissions
  • add reusable checkIsAdmin() helper
  • add admin-only page at /admin/talks to review all submissions, filter by status, and update status
  • add admin navigation entry in account menu for admin users
  • document admin setup in README

Validation

  • bunx tsc --noEmit
  • bun run lint (passes; only existing warnings in app/layout.tsx)

Notes

  • this app is statically exported, so admin actions are done directly via Supabase client and protected by RLS policies
  • to grant admin access, set profiles.is_admin = true for a user

@samholmes samholmes requested review from samholmes and tomatrow March 12, 2026 15:46
@samholmes samholmes mentioned this pull request Mar 14, 2026
@samholmes
Copy link
Contributor

Replaced by #99

@samholmes samholmes closed this Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants