Allow Student and Ministry to Delete Files through Uploader, and set maximum # of files
Acceptance Criteria:
-
[ ] Allow Student to Delete files they have uploaded through the File Uploader. Doing so will:
-
preserve the file in the database
-
preserve the file name in the UI to all users
-
will somehow flag the upload as 'removed' and disable the ability to open/view the file for all users.
-
[ ] Allow Ministry to Delete files they have uploaded through the File Uploader. Doing so will
-
preserve the file in the database
-
preserve the file name in the UI to only to Ministry staff. Student will not see any indication of the upload through UI
-
will somehow flag the upload as 'removed' and disable the ability to open/view the file for Ministry users.
-
[ ] Set maximum allowable number of distinct files uploaded through File Uploader, Exceptions, and Request a Change.