Allow Student and Ministry to Delete Files through Uploader, and set maximum # of files
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.