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

Batch delete PyTA annotations #7065

Open
donny-wong opened this issue May 7, 2024 · 0 comments
Open

Batch delete PyTA annotations #7065

donny-wong opened this issue May 7, 2024 · 0 comments

Comments

@donny-wong
Copy link
Contributor

donny-wong commented May 7, 2024

Context:
When PyTA is run with annotations enabled, it automatically adds its own annotations. However, rerunning the tests again, PyTA will continue to add annotations, which can lead to duplications of its own annotations.

Currently to remove duplicate annotations, we can either re-collect all submissions or manually go into each submission to delete them. When manually deleting them, you can go into the grading view of a submission, under the annotations tab, you will have the option to delete the annotations one at a time.

Proposed solution:
Manual deletion: we can have a "select all" check box, and individual checkbox next to each annotation item, where we can select all or the ones we want, and then have a button to delete them, located somewhere on the top.

Mass deletion: an idea is to have a button on the submissions table page to automatically delete all default annotations for the selected submissions.

@donny-wong donny-wong changed the title Batch delete default annotations Batch delete PyTA annotations May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant