Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight Path Feature #13

Open
2 tasks
dyiop opened this issue Mar 9, 2022 · 1 comment
Open
2 tasks

Highlight Path Feature #13

dyiop opened this issue Mar 9, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dyiop
Copy link
Contributor

dyiop commented Mar 9, 2022

  • click on an object/OA highlights all paths to a policy class (can run a depth first search starting from the object)

  • similarly, if you click on a user it should highlight all paths to "border attributes"

    • "border attributes" refer to the attributes a user reaches through associations
      • i.e. if "u1" is assigned to "ua1" and "ua1" is associated with "oa1", "oa1" would be a border attribute
    • the goal of this would be to easily know all the attributes a user is associated with
  • cytoscape has a* built in (link)

    • cy.elements().aStar({ root: "#super_pc", goal: "#bob" }).path.select();
@dyiop dyiop self-assigned this Mar 9, 2022
@dyiop dyiop added the enhancement New feature or request label Mar 9, 2022
dyiop added a commit that referenced this issue Mar 23, 2022
 - Added function in js to highlight path from selected node to all PC's
 - Made a caller from java side and put it in the context menu
 - Cleaned up a few files

Still Todo:
 - [ ] skip (or not - add another input) associations in path finding. maybe use core libraries search functionality
 - [ ] highlight all paths back to each PC. this is needed to see which attributes a node is contained within
@dyiop
Copy link
Contributor Author

dyiop commented Mar 23, 2022

  • Added function in js to highlight path from selected node to all PC's
  • Made a caller from java side and put it in the context menu
  • Cleaned up a few files

Still Todo:

  • skip (or not - add another input) associations in path finding. maybe use core libraries search functionality
  • highlight all paths back to each PC. this is needed to see which attributes a node is contained within

dyiop added a commit that referenced this issue Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant