-
Notifications
You must be signed in to change notification settings - Fork 8
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
Move issue triage URL generation to an easier place to rapidly edit #135
Comments
I think having this in an observable notebook is the least painful route. As some folks already know, I recently through together some javascript for generating both ecosystem-research links, and backup github links, for the GUI Triage: https://github.com/protocol/w3dt-stewards/tree/main/scripts/create-triage-links That code might make it easier for us to migrate to observableHq, but steve's notebook seems like it handles quite a few more query params and customization of links. |
@BigLep would you prefer I open an issue for adding instructions for running/editing https://github.com/protocol/web3-dev-team/tree/main/notebooks, or that we focus on resolving the issue of running triage URL generation with less effort? |
@SgtPooki : if someone else wants to run the the Python notebooks, I can get details together on how I do it. That is less net work than switching to Observable. If someone has more time, getting switched to Observable would be great. |
I got it together by running # Repo cloned at /Users/sgtpooki/code/work/protocol.ai/protocol/web3-dev-team
cd /Users/sgtpooki/code/work/protocol.ai/protocol/web3-dev-team/notebooks
asdf install python latest
asdf local python latest
echo "use asdf" > .direnv
direnv allow
pip install jupyterlab
python3 -m jupyterlab |
I would love to migrate us to observable. I will look into that if I get through some of my other action items. using the code I already added in https://github.com/protocol/w3dt-stewards/tree/main/scripts/create-triage-links should be trivial with observableHq |
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:
This isn't required, but the usual workflow now is that I:
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.
The text was updated successfully, but these errors were encountered: