All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] M12: Improve the Charts in the Metrics View
@ 2024-05-08 15:31 Ninette Adhikari
  2024-05-08 15:31 ` [PATCH 01/12] patch-status: add .gitignore file Ninette Adhikari
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Ninette Adhikari @ 2024-05-08 15:31 UTC (permalink / raw)
  To: yocto-patches; +Cc: engineering, Alex Feyerke

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 2623 bytes --]

From: Alex Feyerke <hello@alexfeyerke.com>

Yocto produces large amounts of statistical data measuring many aspects of project health over long periods of time. Making these more accessible, searchable, and understandable directly contributes to the project’s long-term usefulness and usability, saving maintainers and other consumers time and effort, as well as enabling more and better insights into the data, which in turn leads to more informed actions. Better display of stats also better communicates the effect of Yocto’s efforts. The work will reduce the time maintainers allocate to administrative and analytical tasks, enabling them to focus on core work and bug resolution.

Technical Details:

- Improve the charts: Add descriptions to help users understand the data better, add dark theme styles for charts
- Improve UX: Unify styles with other platforms for an overall cohesive look.
- Improve typography, colours, accessibility, and styles
- Improve the developer documentation: add README.md with local setup instructions

The changes are also pushed to this branch here for review:
https://git.yoctoproject.org/yocto-metrics/log/?h=contrib/jacobabrandner/improve_chart_page

Alex Feyerke (12):
  patch-status: add .gitignore file
  patch-status: add README.md file
  index.html: clean up html and head sections
  index.html: Add general description to first section
  index.html: Add description to CVE trends section
  index.html: Add description to patch status metric pie chart
  index.html: add description to upstream status section
  index.html: Add description to recipe count section
  index.html: Move raw data to own section element
  index.html: add line numbers to CVE link lists
  index.html: Add dark mode to charts, improve chart layout
  index.html: linting and formatting

 .gitignore                                  |   4 +
 README                                      |  64 ++
 patch-status/index.html                     | 661 +++++++++++++-------
 patch-status/resources/apple-touch-icon.png | Bin 0 -> 7683 bytes
 patch-status/resources/dark.js              |  76 +++
 patch-status/resources/favicon-16x16.png    | Bin 0 -> 792 bytes
 patch-status/resources/favicon-32x32.png    | Bin 0 -> 1246 bytes
 7 files changed, 595 insertions(+), 210 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 README
 create mode 100644 patch-status/resources/apple-touch-icon.png
 create mode 100644 patch-status/resources/dark.js
 create mode 100644 patch-status/resources/favicon-16x16.png
 create mode 100644 patch-status/resources/favicon-32x32.png

--
2.39.3 (Apple Git-145)



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-05-13 15:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08 15:31 [PATCH 00/12] M12: Improve the Charts in the Metrics View Ninette Adhikari
2024-05-08 15:31 ` [PATCH 01/12] patch-status: add .gitignore file Ninette Adhikari
2024-05-08 15:31 ` [PATCH 02/12] patch-status: add README.md file Ninette Adhikari
2024-05-09 10:52   ` [yocto-patches] " Richard Purdie
2024-05-13 10:57     ` Ninette Adhikari
2024-05-13 11:03       ` Alexander Kanavin
2024-05-13 11:05       ` Richard Purdie
2024-05-13 15:03         ` Ninette Adhikari
2024-05-08 15:31 ` [PATCH 03/12] index.html: clean up html and head sections Ninette Adhikari
2024-05-08 15:31 ` [PATCH 04/12] index.html: Add general description to first section Ninette Adhikari
2024-05-08 15:31 ` [PATCH 05/12] index.html: Add description to CVE trends section Ninette Adhikari
2024-05-08 15:31 ` [PATCH 06/12] index.html: Add description to patch status metric pie chart Ninette Adhikari
2024-05-08 15:31 ` [PATCH 07/12] index.html: add description to upstream status section Ninette Adhikari
2024-05-08 15:31 ` [PATCH 08/12] index.html: Add description to recipe count section Ninette Adhikari
2024-05-08 15:31 ` [PATCH 09/12] index.html: Move raw data to own section element Ninette Adhikari
2024-05-08 15:31 ` [PATCH 10/12] index.html: add line numbers to CVE link lists Ninette Adhikari
2024-05-08 15:31 ` [PATCH 11/12] index.html: Add dark mode to charts, improve chart layout Ninette Adhikari
2024-05-08 15:31 ` [PATCH 12/12] index.html: linting and formatting Ninette Adhikari

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.