feat: add admin view for council interest signups#732
Merged
Conversation
- Add GET /api/admin/working-groups/:id/interest endpoint to fetch users who expressed interest in a committee - Add "Interested Users" section in admin committee management modal - Include "Add as Member" button to directly convert interested users to members - Fix escapeJs function to properly handle newlines and control characters 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add DELETE /api/working-groups/:slug/interest endpoint to withdraw interest - Add GET /api/me/working-groups/interests endpoint to list user's interest signups - Add express_council_interest tool - opt into council notifications - Add withdraw_council_interest tool - opt out of council notifications - Add get_my_council_interests tool - list user's council interest signups Users can now manage their council interest via Addie: - "Sign me up for the retail media council" - "I'm no longer interested in the sustainability council" - "What councils have I signed up for?" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
GET /api/admin/working-groups/:id/interestto fetch users who expressed interest in a committeeescapeJsfunction to properly handle newlines and control characters (XSS hardening)Test plan
🤖 Generated with Claude Code