Show revised due date for manage extensions#1623
Merged
michellexliu merged 1 commit intomasterfrom Oct 19, 2022
Merged
Conversation
damianhxy
added a commit
that referenced
this pull request
Oct 27, 2022
* Add line number * Move active class * Add lineNumber when updating * Change score field to type number * Consistently display annotation scores to 1 d.p. * Fix plus_fix * Sort annotations after updates * Add sorting logic * Match get_correct_filename behavior * Round grades to 1dp * Fix indentation * Disable accordion (to allow multiple sections open at once) * annotation.js cleanup * Remove max-height on collapsible * Run attachChangeFileEvents once at the end * Group annotations by filename * Implement group_by for js * Add collapsible arrows * Add collapsible arrows (after update) * Increase arrow size * Disable user-select on header * Add spacing between annotations of different files * Remove debug statement * Use jquery load for annotations * Remove dead code * Revert filelist from instance to local variable * Fixed annotation switching problems not updating score (#1621) * Force flatpicker interface for date/datetime picker on mobile (#1620) * Validate against empty annotation scores * Fix annotation score validation on backend * Simplify badge color update logic * Prevent blank annotation scores on update * Simplify badge color update logic (fix) * Show revised due date for manage extensions (#1623) show revised due date * Bump nokogiri from 1.13.6 to 1.13.9 (#1625) * make submission summary fill up space (#1624) * - fix submission summary/history table to fill up horizontal space, but still overflow properly - only show link to full submission history table if submissions exceed summary view limit * - make "Download Submission" and "View Source" into buttons * Vertically center-align icon and text * add spaces, move view source to be above download submission * round 2 decimal places * plusFix round to 2 decimal places * Change grades panel to use 2dp Co-authored-by: Nicholas AJ Clark <nicholas@californiaclarks.com> Co-authored-by: Michelle Liu <mliuu3259@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey Wildman <josephwildman88@gmail.com>
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
Created a column in the "manage extensions" table that shows the revised due date after accounting for the extensions.

Motivation and Context
Requested by Zack Weinberg.
How Has This Been Tested?
Types of changes
Checklist:
overcommit --install && overcommit --signto use pre-commit hook for linting