mirror of https://github.com/zcash/developers.git
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:
commit
abb75f0f68
|
@ -67,6 +67,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
|
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
|
||||||
DAG_VIEW: halo2
|
DAG_VIEW: halo2
|
||||||
|
SHOW_MILESTONES: true
|
||||||
|
|
||||||
- name: Render TFL-focused DAG
|
- name: Render TFL-focused DAG
|
||||||
run: python3 ./zcash-issue-dag.py
|
run: python3 ./zcash-issue-dag.py
|
||||||
|
@ -74,6 +75,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
|
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
|
||||||
DAG_VIEW: tfl
|
DAG_VIEW: tfl
|
||||||
|
SHOW_MILESTONES: true
|
||||||
|
|
||||||
- name: Render ECC wallet DAG
|
- name: Render ECC wallet DAG
|
||||||
run: python3 ./zcash-issue-dag.py
|
run: python3 ./zcash-issue-dag.py
|
||||||
|
|
|
@ -8,10 +8,11 @@
|
||||||
<p>Eventually this will be a common resource for development teams working on Zcash.</p>
|
<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>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-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-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-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-wallet-ios-dag">ECC wallet team iOS DAG</a></p>
|
||||||
<p><a href="zcash-zf-dag">ZF 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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue