Skip to content
Snippets Groups Projects
Name Last commit Last update
.mvn/wrapper
src
.gitignore
README.md
mvnw
mvnw.cmd
pom.xml
  • Swagger for local environment is available here
  • H2 in-memory DB can be accessed here

Current state

  • All the POST and PUT API should work (i.e. create and update levels / tasks)
  • Deleting level should work
    • Including decreasing of order attribute
      • except for tasks, there is still a problem with setting the order attribute
  • Questionnaires added
    • Currently only POST methods implemented. However, creating a new question choice is not working yet