Sphurthy taking over for Taariq: Adding a Lesson Plan Builder UI and update routes#4978
Open
TaariqMansurie wants to merge 15 commits intodevelopmentfrom
Open
Sphurthy taking over for Taariq: Adding a Lesson Plan Builder UI and update routes#4978TaariqMansurie wants to merge 15 commits intodevelopmentfrom
TaariqMansurie wants to merge 15 commits intodevelopmentfrom
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
ManojPuttaswamy
requested changes
Mar 18, 2026
ManojPuttaswamy
left a comment
There was a problem hiding this comment.
please cleanup comments which aren't necessary
Anusha-Gali
suggested changes
Mar 19, 2026
Anusha-Gali
left a comment
There was a problem hiding this comment.
Hi Taariq,
I have reviewed your PR locally and have found the below issue:
- The UI of the manually assigned and auto assigned does not show the pop of color as it does in light mode
- The calendar is in light mode when the application is in dark mode
- As you can see in the below video, there is a huge delay in terms of notification pop up which can cause people to assume that it did not get clicked and they can click it multiple times just like i did and the notification appears multiple times
- Also what exactly does 1404 mean in the notification.
- And the UI is not mobile responsive
4978.mov
…ighestGoodNetworkApp into taariq-feature-lesson-plan-builder-frontend Made-with: Cursor # Conflicts: # package-lock.json
|
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 adds the UI and API integration for the "Assign Lesson Plan" feature. Educators and admins can assign tasks to students manually via a button or automatically upon saving.
Implements # (PRIORITY HIGH) Phase 4 - Assign Lesson Plan - Front end and UI (WIP Taariq)
Related PRS (if any):
This frontend PR is related to the backend PR 2145
To test this frontend PR, you need to have the corresponding backend branch running locally.
…
Main changes explained:
…
How to test:
1.check into current branch
2. do yarn install and yarn start to run this PR locally
3. Clear site data/cache
4. log in as an admin or educator user
5. go to the Lesson Plan Builder page
6. verify manual assignment: Click "Assign Lesson Plan", click "Confirm" in the modal, and verify the notification appears.
7. verify auto assignment: Click "Save Lesson Plan" and verify the UI updates with the "Auto-assigned at [Time]" status.
Screenshots or videos of changes:
Note:
Include the information the reviewers need to know.