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

Question duplication #1423

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Question duplication #1423

merged 2 commits into from
Dec 22, 2023

Commits on Dec 21, 2023

  1. feat: Allow for duplicating questions

    * ApiController can now receive a duplication request, copies the question and options to new ones and then returns that new question object.
    * All questions can now handle duplication.
    * Create can now handle the duplication of questions.
    * Added the new api route.
    * Some styling and variables renamed to fit nextcloud guidelines
    * Written an integration test.
    * Added some comments to new methods added.
    * Added start for translation
    * Refactored variable names and some cleanup.
    * Create is now more concise.
    * Updated routes
    
    Signed-off-by: Mitchel van Hamburg <mitchelvanhamburg@posteo.net>
    Mitchel authored and susnux committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    bd8c324 View commit details
    Browse the repository at this point in the history
  2. fix: Adjust API version, fix API test and make code naming consistent

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c026583 View commit details
    Browse the repository at this point in the history