- Create, manage, and monitor Ghost Guild events and workshops -
-| - Title - | -- Type - | -- Start Date - | -- Status - | -- Registration - | -- Actions - | -
|---|---|---|---|---|---|
|
-
- {{ event.title }}
-
-
- {{ event.description.substring(0, 100) }}...
-
- |
- - - {{ event.eventType }} - - | -- {{ formatDateTime(event.startDate) }} - | -- - {{ getEventStatus(event) }} - - | -- - {{ event.registrationRequired ? "Required" : "Open" }} - - | -
-
-
-
-
-
- |
-
Fully functional admin interface without Nuxt UI component issues
-Overview & statistics
-Manage members
-Manage events
-Coming soon
-✅ Dashboard: Shows statistics, recent members, and upcoming events
-✅ Member Management: Full CRUD operations, search, filter, create members
-✅ Event Management: Create, edit, delete, duplicate events with full forms
-✅ Database: MongoDB connected with {{ memberCount }} members and {{ eventCount }} events
-✅ APIs: All backend endpoints working correctly
-⚠️ Authentication: Temporarily disabled for testing (re-enable when ready)
-{{ memberCount }}
-Members
-{{ eventCount }}
-Events
-${{ monthlyRevenue }}
-Monthly Revenue
-{{ pendingInvites }}
-Pending Invites
-{{ member.name }}
-{{ member.email }}
-${{ member.contributionTier }}/month
-- Manage Ghost Guild members, their contributions, and access levels -
-| - Name - | -- Email - | -- Circle - | -- Contribution - | -- Slack Status - | -- Joined - | -- Actions - | -
|---|---|---|---|---|---|---|
|
-
- {{ member.name }}
-
- |
-
- {{ member.email }}
- |
- - - {{ member.circle }} - - | -- - ${{ member.contributionTier }}/month - - | -- - {{ member.slackInvited ? "Invited" : "Pending" }} - - | -- {{ formatDate(member.createdAt) }} - | -
-
-
-
-
- |
-
Card content
-