maikdevries/Orbit

Implement API to save settings to database

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
All functionality thus far was without making the API calls to actually save the settings to the database.

Describe the solution you'd like
Write the API to handle POST requests that contain the data to be written to the database, as well as write the client-side Javascript to make these POST requests.

Describe alternatives you've considered
Without this functionality, there is no point in having a dashboard.

Additional context
Certain interactions should make a POST request automatically, such as the toggle to enable/disable a feature, rather than clicking a save button.