-
Notifications
You must be signed in to change notification settings - Fork 5
Description
This concerns https://github.com/protocol/web3-dev-team/blob/main/notebooks/ecosystem-dashboard-url-generation-for-maintenance-triage.ipynb
The purpose of that notebook is to make it easy to generate ecosystem dashboard URLs for issue triage. The problems with it is that it ses Python and Jupyter notebooks. I assume most people don't have setup on their machine. The barrier to entry means that I just end going to make the changes vs. having triage owners make updates directly.
Ideally this could be hosted in some web-application so it's easy/self-service for anyone to make changes.
Ideas:
- Use a hosted-Jupyter solution (e.g., Binder, Google Colab - I have no idea what the latest and greatest are these days)
- Switch to something like Observable which PL already uses other places and leverages language (JS/TS) that more folks are familiar with?
This isn't required, but the usual workflow now is that I:
- Generate new URLs
- Copy/paste them into our weekly templates (https://www.notion.so/pl-strflt/js-ipfs-Issue-Triage-Notes-09c8e86b5d744c74a88c61da43899655#2f49b43cf9984428a6a58c0152be558f ).
It would be nice to have the whole template itself in the Observable notebook so could copy/paste that wholesale. That isn't required though.