Prem - Date-Based Functionality Not Working#4305
Prem - Date-Based Functionality Not Working#4305Prem203 wants to merge 4 commits intodevelopmentfrom
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
bhanuanishakkineni
left a comment
There was a problem hiding this comment.
Hello Prem,
I have reviewed this PR and tested the functionality of filtering events based on dates.
I tested this using all three that is, tomorrow radio button, this weekend radio button and custom date filter. For this I had to update the dates on mock events from CPDashboard.jsx
The functionality is working as expected. This is able to filter PRs based on the selected date.
PR.4305.testing.mp4
|
sayali-2308
left a comment
There was a problem hiding this comment.
- Branch: Prem-Date-functionality-not-working
- Tested as: Admin user
- Browser: Chrome
- Date: January 29, 2026
What Was Tested:
-
Tomorrow Filter:
- Clicked "Tomorrow" radio button
- Date auto-filled to 29-01-2026 (tomorrow's date)
- Events filtered correctly - showed "No events available" for tomorrow
- Filter logic working as expected
-
This Weekend Filter:
- Clicked "This Weekend" radio button
- Events filtered to weekend dates
-
Date Picker:
- Used date picker to select specific dates
- Events filtered correctly based on selected date
-
Default View:
- All Events displays upcoming events correctly
- Event cards show proper information (date, time, location)
Minor CSS/Styling Observations:
- Dark mode styling could be improved (contrast/readability)
- Some CSS alignment issues noticed in Search Filters section
- These are cosmetic issues and don't affect functionality
Date-based filtering functionality works correctly. Tomorrow, This Weekend, and date picker filters all function as expected. Minor CSS improvements could be made in future iterations, but core functionality is solid.









Description
Related PRS (if any):
This frontend PR is not related to any backend PR.
…
Main changes explained:
…
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
Note:
The dark mode is not included in the task description and hence was not implemented. Only check the date picker and the two radio buttons.