Software teams lack insight into project metrics like build performance, build stability, and codebase quality. There's not a language agnostic build and test analytics platform to visualize data in an actionable way.
Create a dashboard to track build performance, build count, build stability, and code coverage. Eventually expand to include detailed performance data, build analytics, and test analytics.
This is similar to Gradle Enterprise except the goal is to support any build system and any languge. Gradle Enterprise also lacks a dashboard feature.
The design should support different color themes.
See metrics dashboard for details.
Overall status
- Wireframes
- UI Design
- Database setup
- UI development
- Unit & UI test development
- GitHub is used to store the source code
- ZenHub is the project management software (install the free extension)
- Flutter Web is the framework
- Adobe XD is the design tool because of upcoming Flutter support
- CLEAN architecture (from resocoder) with Provider
- Provider for state management
Provider is the simple state management for Flutter recommended by Google.
The main reasons for choosing the Provider as state management:
- Has good support of reactivity (see code samples and more wide explanation here).
- Has perfect support of asynchronous programming style (mere here).
- Simple for beginners because has a simple concept, understandable namings, and great documentation.
- Well testable because the concept is based on simple method calls.
Features should be developed in a simple and standardized way. Automation should be used to ensure application stability and developer velocity.