-
-
Notifications
You must be signed in to change notification settings - Fork 72
Vamsidhar - add time log summary component and fix timer display issues #4685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vamsidhar - add time log summary component and fix timer display issues #4685
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
sundarmachani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve reviewed this PR and tested the changes locally. Everything is working as expected.
• The Time Log Summary component renders correctly and displays completed logs with accurate member names, roles, start/stop times, and durations.
• Timer behavior issues are resolved — timers now start from 00:00:00, preserve paused/resumed states correctly, and clear properly on stop.
• No regressions observed on the Member Group Check-In page.
• I also verified the changes using before and after screenshots, and the improvements are clearly reflected.
Overall, the implementation looks solid and aligns well with the related backend changes.
Anusha-Gali
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sayali-2308
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Branch: Vamsidhar-fix/time-log-visibility-frontend (Frontend) + Vamsidhar-fix/time-log-visibility-backend (Backend #1994)
- Tested as: Admin user
- Date: January 29, 2026
What Was Tested:
- Navigated to
/bmdashboard/timelog - Selected project from dropdown
- Time Log Summary table displays completed logs correctly
- Member names and roles display correctly (not "Unknown User")
- Member timer cards display properly
- Started timers - all start from 00:00:00 correctly
- Paused timer - shows exact paused time
- Resumed timer - continues from paused time
- Stopped timer - final time remains visible
- Summary table updates automatically after stopping timer
Test Results:
✅ All timer functionality works correctly
✅ Time Log Summary table displays properly
✅ Member information correctly displayed
✅ No console errors
Frontend timer display bugs fixed. Time Log Summary component works correctly with backend integration.
shashank-madan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8e8cb74
|
|
Thank you all, merging! |

















Description
This PR fixes the Time Log Visibility issue on the Member Group Check-In page by adding a Time Log Summary component and fixing multiple timer display bugs. The summary table now displays all completed time logs with member names, roles, start/stop times, and durations. Additionally, fixed issues where timers were starting from incorrect values, not preserving paused/resumed states, and clearing the time when stopped.
Fixes # (bug list priority: Medium) - Time Log Visibility Issue on Member Group Check-In Page
Related PRs (if any):
This frontend PR is related to the backend PR #1994.
To test this frontend PR you need to checkout the backend PR #1994.
Main changes explained:
How to test:
Vamsidhar-fix/time-log-visibility-frontendbranchhttp://localhost:4500npm installto ensure dependencies are up to datenpm start00:00:00(not from old values)00:00:00)Screenshots or videos of changes: