Add the functionality for moderators to write notes while updating user submissions #1031
Labels
code quality
enhancement
New feature or request
moderation panel
pair programming
This is a ticket that is good to pair with someone on
Problem
As our moderation team grows we would like them to be able to leave notes for other moderators and themselves while a submission is still going through the process of being approved or rejected. This functionality is on the backend, but we have no input and are not sending any data for notes.
Success
An input is made with a test written to find it and type into it. And the data when added in the
v-model
field associated with it changes is sent to the backend as part of the API call.Requirements
ModEditSubmissionForm.vue
notes
value is undefined is the input is emptyinput
and the ability for the user to click and type into theinput
Implementation notes
TypeScript
UpdateSubmissionInputThe text was updated successfully, but these errors were encountered: