Sireesha taking over Aswin phase3 participation report fixes#4410
Closed
Aswin20010 wants to merge 50 commits into
Closed
Sireesha taking over Aswin phase3 participation report fixes#4410Aswin20010 wants to merge 50 commits into
Aswin20010 wants to merge 50 commits into
Conversation
Frontend Release to Main [4.43]
Frontend Release to Main [4.44]
Frontend Release to Main [4.45]
Frontend Release to Main [4.46]
Frontend Release to Main [4.47]
Frontend Release to Main [4.48]
Frontend Release to Main [4.49]
Revert "Frontend Release to Main [4.49]"
…076-development Revert "Revert "Frontend Release to Main [4.49]""
Frontend Release to Main [4.50]
Frontend Release to Main [4.51]
Frontend Release to Main [4.52]
Frontend Release to Main [4.53]
Frontend Release to Main [4.54]
Frontend Release to Main [4.55]
Frontend Release to Main [4.56]
Frontend Release to Main [4.57]
Revert "Frontend Release to Main [4.57]"
Redo Frontend Release to Main [4.57]
…223-development Revert "Revert "Frontend Release to Main [4.57]""
…228-revert-4223-development Revert "Revert "Revert "Frontend Release to Main [4.57]"""
…231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]""""
…232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]"""""
…ase to Main [4.57]"""""""
…247-revert-4245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]"""""""
…end Release to Main [4.57]""""""""
…250-revert-4247-revert-4245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]""""""""
…t "Frontend Release to Main [4.57]"""""""""
…251-revert-4250-revert-4247-revert-4245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]"""""""""
…t "Revert "Frontend Release to Main [4.57]""""""""""
…259-revert-4251-revert-4250-revert-4247-revert-4245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]""""""""""
Sundar: dev to main release 4.57
Sundar: revert 4186 on main
Frontend Release to Main [4.58]
Frontend Release to Main [4.59]
Frontend Release to Main [4.60]
Frontend Release to Main [4.61]
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
added 3 commits
November 17, 2025 15:05
…Participation Report
…(Demographics sub-page + UI), and Task 6 (Personalization sub-page + routing integration)
…d charts section, added Event Insights page, fixed calendar dark mode issues
|
Contributor
|
This feature works as intended and the code is great |
beblicarl
approved these changes
Jan 2, 2026
Anusha-Gali
suggested changes
Feb 12, 2026
Anusha-Gali
left a comment
There was a problem hiding this comment.
Hi Aswin,
I have reviewed your PR locally and identified the below issues:
- The calendar is in dark mode and the calendar does not defends any events
- We cannot see the text under calendar in dark mode
- The form is create new is not in dark mode
- The Demographics and Personalization temporary pages are not fully adapted to dark mode and the text in their isn't much visible in dark mode.
- In the Drop-off and no show rate tracking, the text highlighted cannot be seen
4410.mp4
naznin07
suggested changes
Mar 22, 2026
|
|
||
| if (selectedTime === 'Today') { | ||
| startDate = new Date(today); | ||
| startDate.setHours(0, 0, 0, 0); |
Member
|
Redone with this: #5304 |
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
This PR addresses issues in Phase 3 – Develop Visualization for HGN Management System.
After the previous PR (#3052) was merged, the /communityportal/reports/participation page was only showing:
The month/year calendar view, and
The registered events list only
The event registration form/page was not accessible, and several UI elements (charts, insights, navigation, CSS layout) were missing or incomplete.
Additionally, CSS modules were not applied, causing inconsistent styling across light/dark mode.
This PR completes all missing functionality and resolves the accessibility and routing issues.
Related PRS (if any):
This PR replaces and extends the functionality from PR #3052 (frontend).
There are no backend PR dependencies
Main changes explained:
1. Restored Navigation + Routing Fixes
2. Added Missing CSS Modules
3. Completed Visual Layout Requirements
As per the specification:
4. Calendar View Completion
5. “+ Create New” Functionality
6. Added Segmentation Views
How to test:
http://localhost:5173/communityportal/reports/participation
Event Participation page loads with full layout.
Calendar shows days correctly in both light and dark mode.
Event bubbles appear in the correct dates.
Event details display when a date is selected.
Charts render correctly.
No-show insights tabs function.
“+ Create New” redirects.
Navigation buttons open:
Screenshots or videos of changes:
PR.4410.mov
Note:
Reviewers should focus on: