Sohail: HGN Questionnaire Dashboard: Community Members (Filtered Members View)#5139
Open
sohailuddinsyed wants to merge 1 commit intodevelopmentfrom
Open
Sohail: HGN Questionnaire Dashboard: Community Members (Filtered Members View)#5139sohailuddinsyed wants to merge 1 commit intodevelopmentfrom
sohailuddinsyed wants to merge 1 commit intodevelopmentfrom
Conversation
…filtered member rendering, and add name/score sort controls
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
HemanthNidamanuru
requested changes
Apr 14, 2026
rapolusidhartha
approved these changes
Apr 18, 2026
rapolusidhartha
left a comment
There was a problem hiding this comment.
working as expecting
Well done
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.












Description
Task: HGN Questionnaire Dashboard: Community Members (Filtered Members View)
Main source: Follow up task for PR 2143
Route: /hgnhelp/community
Purpose: Ensure the Community Members page displays members correctly on initial load, preserves filtered member rendering, and adds frontend sort controls for name and score.
Issue: The frontend was not showing members when the page loaded with no filters applied, even though the backend endpoint returns all members without query parameters. The sortOrder parameter was present but had no UI to control it, and the default member rendering path needed to be aligned with the backend behavior.
Related PRs (if any):
This frontend PR is related to the backend PR 2143.
Main changes explained:
src/components/HGNHelpSkillsDashboard/CommunityMembersPage.jsxto renderRankedUserListby default instead of hiding members when no filters are selected.sortBy(name or score) andsortOrder(ascending or descending) so the user can change sort order from the UI.src/components/HGNHelpSkillsDashboard/RankedUserList.jsxto call/hgnHelp/communitywhen no filters are applied and retain/hgnform/rankedfor filtered results.topSkillscan be shown when members are displayed without filters.How to test:
npm installand start the development server./hgnhelp/community.Screenshots of changes: