-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] [MER-3807] My assignments student view (#5250)
* rename /assignments route to /schedule * add assignments liveview v0.1 + add link to student sidebar * add hero banner * implement Assignments dark figma design + extend SectionResourceDepot.grade_pages to support extra query conditions * merge student settings with raw assignments * solve route conflict between student and instructor liveview * merge student data into assignment + update UI with student data per assignment * toggle completed pages visibility * refactor toggle_visibility_button and move it to Utils module * implement temporary assigns and manual gc to reduce memory usage * navigate to page * add request path for prologue pages * slim assigns to reduce memory usage * add page icon based on assignment purpose and completion state * add light mode * change visible and hidden icons to grab current color * add tests * remove typo * fix flaky test
- Loading branch information
Showing
19 changed files
with
865 additions
and
44 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.