Skip to content

feat: created admin capabilities to create events, these display on t… - #197

Merged
rebeccafitzpatr merged 6 commits into
mainfrom
feature/event-reg
Aug 14, 2026
Merged

feat: created admin capabilities to create events, these display on t…#197
rebeccafitzpatr merged 6 commits into
mainfrom
feature/event-reg

Conversation

@axyc13

@axyc13 axyc13 commented Aug 5, 2026

Copy link
Copy Markdown
  1. implemented admin ability to create events using the pre-existing table in supabase (get, put, delete functions added under events folder in /api) and also the ability to assign an event to multiple users
  2. added 2 fields on the events table on supabase for images (url and path)
  3. images display on the corresponding profile
  4. admin dashboard page now includes creation, deletion and editing of events (to access, search /admin and add NEXT_PUBLIC_ADMIN_ADDRESSES={your wallet address} in .env

@axyc13 axyc13 linked an issue Aug 5, 2026 that may be closed by this pull request
7 tasks
@axyc13 axyc13 removed a link to an issue Aug 5, 2026
7 tasks
Laz061 added 4 commits August 13, 2026 14:06
Replace the static gallery with a data-driven page that reads events
from Supabase, splits them into upcoming and past, and adds a
/pages/events/[id] detail route with a placeholder Register flow.
Group the dashboard into blue section cards on the site's standard
panel shell, and extract SectionCard and AdminField primitives.
Form is now always open, with Cancel replaced by Reset.
Their get-names endpoint can hang indefinitely, stalling whichever
admin request is waiting on it. Abort after 10s with a clear message.
Each capability gets its own route (overview, events, claims,
attendance) with a pill tab bar. Auth state moves into a layout
context so it survives navigation between tabs.
@Laz061 Laz061 closed this Aug 13, 2026
@Laz061 Laz061 reopened this Aug 13, 2026
@rebeccafitzpatr
rebeccafitzpatr merged commit 10b695b into main Aug 14, 2026
1 check passed
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.

3 participants