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

Visualize related objects to certificate on its detail page #343

Closed
lubomirw opened this issue May 24, 2023 · 0 comments · Fixed by #387
Closed

Visualize related objects to certificate on its detail page #343

lubomirw opened this issue May 24, 2023 · 0 comments · Fixed by #387
Labels
enhancement New feature or request

Comments

@lubomirw
Copy link
Contributor

lubomirw commented May 24, 2023

Visualize related objects of certificate as graph. Research possibilities of library React Flow

In case of certificate belongs to following objects, display it as node in the graph, with its name (if possible also icon) and clickable to redirect to its respective detail page:

  • RA profile (name)
  • Owner
  • Group (name)
  • Key (name)

Note
If certificate does not have that relation, display node as grayed out with name of relation (group, owner, etc.)

---
title: Certificate detail page
---
classDiagram
  Certificate --|> Issuer
  Certificate --|> RA profile
  Certificate --|> Owner
  Certificate --|> Group
  Certificate: common name
  Issuer: issuer common name
  Group: name
  RA profile: name
Loading
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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant