-
Notifications
You must be signed in to change notification settings - Fork 276
Description
Feature Description
Implement a switch in the webgui where it is possible to choose which domain the data is parsed from. This would be particularly useful when dealing with data from different forest within the same session and without the need to purge the DB in between.
Are you intending to implement this feature?
No.
Current Behavior
If a user uploads dumps from different forests and mark several objects across different forests as "owned" when executing the default cypher queries that have for example "shortest path from owned objects" in the name(Cyphers Tab), will not differentiate between different forest and show all the possible cases.
Desired Behavior
In case of big domain environment this is frustrating and it would be nice having the possibility to choose on which domain/forest to execute the query from.
Use Case
This is particularly useful for huge forests with thousands of object where having the possibility to choose keeps the visualization clean and concise, avoiding the need to purge the database between different scans,
Implementation Suggestions
Implement an optional toggle switch that lets the user choose the target domain in the "Cyphers tab".