bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Provide constants for app setting types #1458

Open mikkonie opened 1 month ago

mikkonie commented 1 month ago

Currently we expect them as strings, which (of course) adds the possibility for bugs with typos.

These should be provided by constants within the AppSettingAPI.

This can be done together with #1456.