nextflow-io / nextflow-io/nextflow
Add hyperlinks to HTML DAG
Nobody has claimed this yet.
- Dominant language
- Groovy
- Stars
- 3.5k
- Forks
- 811
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 61
Description
Now that the HTML DAG renders a mermaid diagram (#4316), we can extend it in some interesting ways:
Add hyperlinks to nodes
Process links to source code, operator links to operator docs, input files link to URL source. Adding the link is trivial. Determining what the link should be is not 😄
Anyway, could be a fun frontend project for someone who wants to try 😄
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing HTML DAG Mermaid rendering referenced by issue #4316. Determine how source-code, operator-documentation, and input-file URLs should be derived, then verify that the rendered nodes link to the intended destinations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy, html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100