Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the functionality for moderators to write notes while updating user submissions #1031

Open
5 tasks
NabbeunNabi opened this issue Feb 12, 2025 · 0 comments
Open
5 tasks
Labels
code quality enhancement New feature or request moderation panel pair programming This is a ticket that is good to pair with someone on

Comments

@NabbeunNabi
Copy link
Contributor

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

  • Add input for a user (moderatore) to write notes in on the ModEditSubmissionForm.vue
  • API call is updated to refactored to send notes when new ones are written and a submission is updated
  • Once updated the input is cleared
  • notes value is undefined is the input is empty
  • Tests are written for the existence of the input and the ability for the user to click and type into the input

Implementation notes

@NabbeunNabi NabbeunNabi added code quality enhancement New feature or request moderation panel pair programming This is a ticket that is good to pair with someone on labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality enhancement New feature or request moderation panel pair programming This is a ticket that is good to pair with someone on
Projects
None yet
Development

No branches or pull requests

1 participant