-
Notifications
You must be signed in to change notification settings - Fork 41
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
Updated Finals Page #779
base: master
Are you sure you want to change the base?
Updated Finals Page #779
Conversation
working on adding a delete button to remove selected courses
trying to fix modal functionality
disabled the delete button unless there is atleast 1 course. added the selected courses names and sections into modal
added removing courses functionality but for some reason it deletes the first item in the array instead of the selected course
deleting from modal works, but turning to create deletes for each item
can delete all courses except first, if course is null, "No Selected Courses" is displayed, small error where if no course is selected then cannot search for final exam
Got rid of buttons and select forms to make UI more user friendly. Only bug left is that when adding course if previous one is filled out then the 2nd course can be inputted as null in modal
attempting to add courses already on schedule to the finals page, not working yet
cleaned up finals page for potential pull request
sqlalchamey
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.
The feature works as intended, allowing the addition and deletion of finals. The page is done really nicely for easy access and convenience when changing a course. My only suggestion is that the delete button might be confusing for some people since they don't know what it is that is being deleted until they click on it. It might be better to label it 'Delete a course' and possibly put it below the 'Add Course' button so people know that it doesn't automatically delete their added courses.
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.
Looks great so far!
Two things:
- Instead of having a singular delete button, maybe have a per-class delete button, like an x in the top corned, above the course title?
- The buttons in the dialogs in this page have inconsistent styling compared to the rest of the website. Every other button is filled in, whereas these buttons only fill in when hovered on.
OLD
NEW
Process: