Merge pull request #36 from daira/tfl-dag-in-index

Add TFL DAG to index, and use milestones for the TFL and Halo2 DAGs
This commit is contained in:
Kris Nuttycombe 2023-10-11 12:16:12 -06:00 committed by GitHub
commit abb75f0f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -67,6 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
DAG_VIEW: halo2
SHOW_MILESTONES: true
- name: Render TFL-focused DAG
run: python3 ./zcash-issue-dag.py
@ -74,6 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
DAG_VIEW: tfl
SHOW_MILESTONES: true
- name: Render ECC wallet DAG
run: python3 ./zcash-issue-dag.py

View File

@ -8,10 +8,11 @@
<p>Eventually this will be a common resource for development teams working on Zcash.</p>
<p>Currently this is just hosting DAGs showing dependencies between issues and PRs, for several Zcash teams.</p>
<p><a href="zcash-core-dag">ECC core team DAG</a></p>
<p><a href="zcash-halo2-dag">Halo2-focused DAG</a></p>
<p><a href="zcash-tfl-dag">TFL-focused DAG</a></p>
<p><a href="zcash-wallet-dag">ECC wallet team DAG</a></p>
<p><a href="zcash-wallet-android-dag">ECC wallet team Android DAG</a></p>
<p><a href="zcash-wallet-ios-dag">ECC wallet team iOS DAG</a></p>
<p><a href="zcash-zf-dag">ZF DAG</a></p>
<p><a href="zcash-halo2-dag">Halo2-focused DAG</a></p>
</body>
</html>