Analysis nodes - level of detail documentation
Open
Analysis
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 22m
- Merged PRs (30d)
- 40
Description
Each node should have a method that returns documentation as dictionary of lists.
Each key is a field, and each value is more and more detailed documentation. For instance EffectNode could have:
```
{
“Impact_min”: [“>=HIGH”, “VEP impact >= HIGH”]
}
```
Then we can walk through the lists, and use whatever text we need, depending on how much space we have.
This would allow us to put much more detail on the analysis node icons, and also use the longer ones as tooltips so you can see quickly the config of nodes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.