-
Notifications
You must be signed in to change notification settings - Fork 20
improve statistics page #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve statistics page #364
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request improves the visual presentation of the statistics page by reorganizing and restructuring the content. The old test_overview.rst file has been replaced with a new implementation_state.rst file that provides a more organized and visually appealing layout using grid-based sections and clearer categorization.
Changes:
- Replaced
test_overview.rstwithimplementation_state.rstfor better organization - Reorganized statistics into logical sections (Overview, In Detail, All passed Tests, Details About Testcases)
- Added grid-based layout for better visual presentation of charts and tables
- Added helpful hints explaining that failed and skipped tests tables should be empty by design
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/internals/requirements/test_overview.rst | Removed old statistics page with flat layout |
| docs/internals/requirements/implementation_state.rst | Added new statistics page with improved structure, grid layout, and additional context |
| docs/internals/requirements/index.rst | Updated table of contents to reference the new implementation_state file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The created documentation from the pull request is available at: docu-html |
dcalavrezo-qorix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Rebased on #365 |
Visual improvement to make the page more presentable.
Old: https://eclipse-score.github.io/docs-as-code/main/internals/requirements/test_overview.html
New: https://eclipse-score.github.io/docs-as-code/pr-364/internals/requirements/implementation_state.html