chore(readme): document project goals

This commit is contained in:
Harsh Shandilya 2022-09-16 16:30:03 +05:30
parent 14451bd4a1
commit b3862e6372
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# build-report-ingestor
# build-report-ingestor [![Check Rust code](https://github.com/msfjarvis/build-report-ingestor/actions/workflows/test.yml/badge.svg)](https://github.com/msfjarvis/build-report-ingestor/actions/workflows/test.yml)
An attempt at building a Gradle Enterprise-like dashboard for Kotlin Build Reports.
### TODO
- [x] Expose an HTTP endpoint for accepting build reports
- [ ] Persist reports to disk
- [ ] Expose a server-driven web dashboard that shows all reports
- [ ] Detailed view for individual reports
- [ ] Track trends for individual metrics across multiple reports