feat(members): add admin view to search youth leaders by qualification#281
Open
chrisflav wants to merge 6 commits intochrisflav:mainfrom
Open
feat(members): add admin view to search youth leaders by qualification#281chrisflav wants to merge 6 commits intochrisflav:mainfrom
chrisflav wants to merge 6 commits intochrisflav:mainfrom
Conversation
Adds a new admin page at members/member/search_youth_leaders/ that allows admins with the may_see_qualities permission to filter youth leaders by training category and activity category. Clicking on a result leads to a contact form that sends an email to the selected youth leader, with the triggering user set as reply-to and CC. Closes chrisflav#105 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
📚 Documentation: https://chrisflav.github.io/kompass/feature/search-youth-leaders-by-qualification/ Docker Images:
Add the |
… views Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
|
orchestra address review: Merge the latest upstream main into this branch. Also fix the missing translations added in this PR. Some of them are currently marked as fuzzy. |
Resolves merge conflicts from upstream/main and provides complete German translations for the youth leader search and contact views. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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
Implements #105 — search for youth leaders by qualification.
/kompass/members/member/search_youth_leaders/(requiresmay_see_qualitiespermission) with filter fields for training categories and activity categoriesmay_see_qualitiesTest plan
may_see_qualities; verify redirect on accessing the search URLmake test-only— all new tests should pass🤖 Generated with Claude Code