rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Developer dashboard

Open emilk opened this issue 1 year ago • 2 comments

I want a (public!) developer dashboard web page, for easily finding links and an overview of the state of things.

It should include links (and perhaps a summary of):

  • Our benchmark tracking
  • re_sdk dependency count tracking
  • Our wasm/rrd size tracking
  • The latest web app build
  • CI-state of our repos (rerun, landing, …)
  • Instructions on how to install the latest alpha of the viewer (including npm package)
  • Link to our (non-public) app analytics
  • Link to our (non-public) website analytics
  • Link to our most important repositories

Implementation

We have most of this graphs already, we just need to collect these.

But maybe we should release some of them with PostHog which we already use for other stuff

emilk avatar Jan 11 '24 10:01 emilk

I consider this high priority.

This PR added 70 dependencies to re_sdk, and nobody noticed for TWO MONTHS even though we had a bot post about it on the PR.

If we had a developer dashboard that we would look at during standup or retro, this would not have slipped by.

emilk avatar Apr 24 '24 06:04 emilk

There's a posthog github action that could be useful for this if we decide not to dogfood on this https://github.com/PostHog/posthog-github-action

Wumpf avatar Apr 24 '24 11:04 Wumpf