Baessler-Lab / swag-tag

A Streamlit-based webapp for annotation of medical images and reports.
2 stars 0 forks source link

feat (config): Add routines to save current config (incl. last viewed case) into the DB. #11

Closed laqua-stack closed 1 year ago

laqua-stack commented 1 year ago

Feature Request

Is your feature request related to a problem? If a user starts the application, he/she wants to resume where he was. Settings considering default window etc. should be loaded as customized before.

Describe the solution you'd like:

write the configuration to the postgres DB as jsonb type

Describe alternatives you've considered.

Storing to filesystem is inconvenient. However, the default should remain there.