This PR is for the UI changes which were required to be completed as per the feedback from the peer review. The UI changes are made to make user interactivity easy and smooth. There have been many icons, tool tips and toast messaged added so that the the system is self explanatory in order to make the user understand as to what should be the next steps taken. The below mentioned changes have been implemented:
Modified layout of ViewExam
omitted the back button from places where the need is not valid (ConfirmExamKey)
course cards turn gray on hovering over the course to make course selection easy
Removed the unfound image for backSrc in the ViewExamDialogue for when you're using a custom bubble sheet with only 1 page
Closes #266
Progresses #267 #268 #270
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
Manual and Visual testing was completed , the front end tests are being updated on the side for the student and the instructor view (frontend) and will be included in the next PR.
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code where needed
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
[x] Any UI changes have been checked to work on desktop, tablet, and mobile
Description
This PR is for the UI changes which were required to be completed as per the feedback from the peer review. The UI changes are made to make user interactivity easy and smooth. There have been many icons, tool tips and toast messaged added so that the the system is self explanatory in order to make the user understand as to what should be the next steps taken. The below mentioned changes have been implemented:
Closes #266 Progresses #267 #268 #270
Type of change
How Has This Been Tested?
Manual and Visual testing was completed , the front end tests are being updated on the side for the student and the instructor view (frontend) and will be included in the next PR.
Checklist: