Shravya: Phase 4 - Tagged Logs for Young Learner Support - Frontend#4381
Open
ShravyaKudlu wants to merge 9 commits into
Open
Shravya: Phase 4 - Tagged Logs for Young Learner Support - Frontend#4381ShravyaKudlu wants to merge 9 commits into
ShravyaKudlu wants to merge 9 commits into
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
beblicarl
previously approved these changes
Dec 19, 2025
beblicarl
left a comment
Contributor
There was a problem hiding this comment.
This functionality works as intended and the code is great
|
DeepighaJ
requested changes
Jun 4, 2026
HemanthNidamanuru
requested changes
Jun 6, 2026
DeepighaJ
requested changes
Jun 6, 2026
DeepighaJ
left a comment
There was a problem hiding this comment.
- Checked out to current branch and tested the PR locally.
- In Dark mode the Assisted by Name is not visible properly.
- Print View button is not clickable.
- Student is able to create log and submit to teacher and teacher can view it and send feedback as expected.
- Support user can log support as expected.
- Functionality works as expected.
Contributor
Author
|
Thanks for your feedback.
Thanks
|
bd540ee to
7557c1f
Compare
DeepighaJ
requested changes
Jun 19, 2026
|
Contributor
Author
|
@DeepighaJ , I tested in 2 browsers, now, I fixed could you please check again
|
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:
Implements Phase 4 - Tagged Logs for Young Learner Support - Frontend
The UI will clearly identify log entries that were created or edited by a Learning Support Team member.
Features:
When an educator views a student's 'DailyLogPage', any log entry assisted by a support member will display a clear visual tag (e.g., "Assisted by: [Support Member Name]").
When a Young Learner Support member creates a log entry, the UI may or may not show a specific indicator, as they are acting on behalf of the student. The tagging is primarily for the educator's view.
Frontend Tasks:

URL: (Modify existing) '/educator/daily-log/:studentId'.
Update the 'LogItemCard.jsx' component to conditionally render an "Assisted" tag or byline based on the new API response field.
Add a new CSS module style for the "assisted" tag.
Figma Design provided:

Related PRS (if any):
This frontend PR is related to the development backend.
Main changes explained:
How to test:
npm installand...to run this PR locallyActivityLogs/DailyLogScreenshots or videos of changes:
Test.mp4
Note:
Thia is is of Mock Data