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

Allow quiz deletions #102

Open
danielemery opened this issue Aug 12, 2024 · 0 comments
Open

Allow quiz deletions #102

danielemery opened this issue Aug 12, 2024 · 0 comments
Labels
feature New feature or request

Comments

@danielemery
Copy link
Owner

Allow a user to delete a quiz, when:

  • They uploaded it
  • No one has recorded a completion against it yet

Note this means the error case should be explicitly handled when:

  1. Someone uploads a quiz
  2. A group starts completing the quiz
  3. The uploader deletes the quiz
  4. The group wants to record their results

One possibility is to leave the deleted quiz there but in a clearly marked pending deletion state and allow the deleter to provide a comment like "reuploaded with the correct date".

For now soft deletion is enough.

@danielemery danielemery added the feature New feature or request label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant