feat: Admin audit log UI, events management, and announcements broadcast pages#1257
Open
JoeX17 wants to merge 1 commit into
Open
feat: Admin audit log UI, events management, and announcements broadcast pages#1257JoeX17 wants to merge 1 commit into
JoeX17 wants to merge 1 commit into
Conversation
…FE-27), admin announcements UI (FE-28, BE-30) Closes DistinctCodes#1206 Closes DistinctCodes#1207 Closes DistinctCodes#1208 Closes DistinctCodes#1209
|
@JoeX17 is attempting to deploy a commit to the naijabuz's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@JoeX17 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements four features assigned to JoeX17:
[FE-26] Admin Audit Log: Frontend (#1206)
/admin/audit-logpage with data table: Actor, Action, Resource Type, Resource ID, Date/Time, IP AddressmetadataJSON in a formatted code blockuseGetAuditLogReact Query hook with filtering and pagination support[FE-27] Admin Events Management Page: Frontend (#1207)
/admin/eventspage with events table: Title, Start Date, Capacity, Status badge (Upcoming/Cancelled), ActionsDELETE /events/:iduseGetAdminEvents,useCreateEvent,useUpdateEvent,useCancelEventReact Query hooks[BE-30] Admin Announcements / Broadcast Messaging: Backend (#1208)
AnnouncementsModule(POST /announcements,GET /announcements,GET /announcements/:id)useSendAnnouncementhook[FE-28] Admin Announcements: Frontend (#1209)
/admin/announcementspage listing past announcements with title, body excerpt, and sent dateuseGetAnnouncementsanduseSendAnnouncementReact Query hooksCloses #1206
Closes #1207
Closes #1208
Closes #1209