guardicore / guardicore/monkey
Improve map readability
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
## Tasks
Change the map in the following ways:
- [ ] When a map node is clicked, all edges and nodes not connected to it should fade out
- [ ] When a map node is clicked it should become highlighted to have a visual indication that it's the "active" element in the map.
- [ ] If an edge is clicked, the edge should become bald to indicate that it's the "active" element. All other map elements should fade out, except the edge itself and the nodes being connected by it.
- [ ] Reword legend as per https://github.com/guardicore/monkey/issues/1521
## Quick mockup
This mockup shows a view when `10.2.2.250/32` machine is selected/active

Contributor guide
Assessment
This issue has not been assessed yet.