Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add endpoint to store configuration data for the onsite UI #233

Open
RakanHowls opened this issue Sep 22, 2024 · 1 comment
Open

Add endpoint to store configuration data for the onsite UI #233

RakanHowls opened this issue Sep 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@RakanHowls
Copy link

The on-site software has a relatively small number of parameters that change every year:
https://github.com/eurofurence/reg-onsite-ui/blob/main/onsite/app/setupEFIteration.ts
(as well as some other, slowly changes pieces of information...)

If there was some way to store that data (which is less than 10kb) at some endpoint, we could completely separate code changes from configuration changes and keep the configuration in the reg database.

@RakanHowls RakanHowls added the enhancement New feature or request label Sep 22, 2024
@RakanHowls
Copy link
Author

It would be good if this endpoint could support ApiKeyAuth - we might have some use case of pulling some numbers (less than 1kb of data) from a different, highly protected system and making it available to the sponsor desk in particular at regular intervals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant