cryptic-game / java-backend-old

This is the Java Backend of the Cryptic project.

Home Page:https://cryptic-game.github.io/java-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add settings endpoints

JannikEmmerich opened this issue · comments

Is your feature request related to a problem? Please describe.
The frontend has to store some individual user settings in the backend.

Describe the solution you'd like
Add settings endpoints like in the old backend.
Create a Setting data class and a settings endpoint collection inside the daemon with the following endpoints:

  • settings/save
  • settings/get
  • settings/delete

Additional context
The old implementation can be found here: