You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add `Settings` model to database
- have a single instance of this in the database
- on startup create with default values if not already present in database
- add endpoints
- get `/settings` returns the settings
- used by frontend
- post `/admin/settings` overwrites the settings with the supplied values
- used by admin frontend
- allow admins to modify the settings in the frontend admin interface
- lists are represented as semi-colon delimited strings
- resolves#13
- also add `global_quota` to Settings, resolves#22
There should probably be some global limit on the number of submitted samples, as well as one per user.
In particular should ensure we don't run out of disk space if a huge number of samples are submitted.
The text was updated successfully, but these errors were encountered: