Merged
Conversation
This was referenced Feb 10, 2026
Closed
dmols
approved these changes
Feb 11, 2026
Contributor
dmols
left a comment
There was a problem hiding this comment.
Visual changes look great and the code works as expected! Good to merge! If we find any weird edge cases, we can handle that while QA testing.
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.
Revamped File Form
This PR introduces the new revamped file form with all it's functionality and new UI. The form is able to:
Uploading and Replacing files
The form is able to replace files with newer files where it uploads a new file to the user's canvas course and replaces all references to the old file with the new file.
Testing:
Delete Unused Files
The form is able to delte unused files, both that have been replaced by the form AND ones that were never used.
Testing
Mark files as reviewed/unreviewed
Able to mark files as reviewed and unreviewed
Testing
Reverting Files
After replacing a file, if the user wants to go back for the references to point to an old file they are able to do so.
Testing
Missing: This PR does not YET find, upload or replace files found in quiz questions and comments. This is because currently UDOIT does not scan quiz questions or comments.
Screen.Recording.2026-01-27.at.1.03.59.PM.mov