Move config routes to separate controller
Add route to get queue status for monitoring
Make configuration editable via API/UI
#17 Make configuration eidtable at runtime
#17 Make configuration eidtable at runtime
Make configuration editable via API/UI
Improve efficiency for large capacities
As far as I can tell, all individual actions taken have O(1) complexity except for this step in requesting access. If this is resolved the overall complexity for requesting access with drop to O(1)
[feat] Add about page to UI