build-tracker
build-tracker copied to clipboard
Admin panel for artifact, group, & budget configuration
Problem
Changing any of the configurations for artifacts, groups, and budgets requires re-deploy of the application. This is mostly fine for some use-cases, but when tracking large applications, modules, bundling, and requirements can change without warning. It would be nice to be able to change this configuration without needing to redeploy.
Solution
- Some sort of admin panel that allows setting various pieces of the application cofiguration
- Considerations:
- users, permissions, security, etc
- validation of input data (regexes, etc)
This is basically another app inside, really nice.