jackdaw
jackdaw copied to clipboard
WebUI problems
There are quite a few problems with the webUI because I'm not doing much FE dev work. Here I'm listing a few known issues, but there are way more than these.
- Graph is "falling down"
- Graph nodes are not interactive, user cannot set HVT and Owned properties via right-clicking on the nodes
- Hierarchical layout problem: Once the user switched to hierarchical layout, they can't disable it and have to re-issue the query after exiting the Graph view to get back the original graph
- Edge labels overlap. When two or more edge labels belong to the edge the current mechanism simply overlaps the label texts on top of each other, making them unreadable.
- Dashboard is missing from the startpage
- PDF report generating not implemented
- UI URL problem. currently the user has to enter /nest to "refresh" the webUI because F5 doesnt do the trick. The reason is that F5 would reload the current URL eg. /nest/graph but the session manager dowsnt allow direct access to the endpoint. This is inconveinent.
- Search feature missing. Search feature would be needed for the graph view and maybe in a new main menupoint where the user could search on any field be that username/sid/guid/... and get the results dynamically.