gafirst / match-uploader

Upload FRC match videos to YouTube in a fast, consistent manner
GNU General Public License v3.0
1 stars 2 forks source link

Use DB for settings storage #145

Open evan10s opened 1 month ago

evan10s commented 1 month ago

Stop using JSON files to store setting, secrets, and playlists because the DB will allow storing this info more simply and flexibly.

Keep similar interfaces for the client to the extent possible