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

Tile behavior following ARN change #158

Closed
spainala opened this issue Oct 13, 2020 · 5 comments
Closed

Tile behavior following ARN change #158

spainala opened this issue Oct 13, 2020 · 5 comments
Assignees
Milestone

Comments

@spainala
Copy link

Please consider providing a method for identifying a tile or diagram that references a missing ARN.

In the event of an ARN change, an operator is not aware of a tile's broken diagram link until clicking the diagram button.

Tile_prompt_following_ARN_change

@JimTharioAmazon JimTharioAmazon added this to the v1.9.0 milestone Nov 10, 2020
@JimTharioAmazon JimTharioAmazon modified the milestones: v1.9.0, v1.9.5 Feb 9, 2021
@JimTharioAmazon
Copy link
Member

@spainala I'm thinking of a little icon or symbol on the tile to indicate it doesn't have any matching diagrams. Would that work here?

@JimTharioAmazon
Copy link
Member

Here is a peek of our UI prototyping for this one.
image

@JimTharioAmazon
Copy link
Member

Tile view with diagram button in corner.

image

Missing resources in the tile's contents are called out.

image

Selected item view for the tile shows the missing ARN list.

image

The diagram button with range of matches.

image

image

@spainala
Copy link
Author

Great progress! Visually illustrating a missing resource and pointing out the arn works well here. Two follow up questions.

  1. How would an operator correct the diagram following an arn change?
  2. How does the operator use the matching diagram score?

@JimTharioAmazon
Copy link
Member

Great progress! Visually illustrating a missing resource and pointing out the arn works well here. Two follow up questions.

  1. How would an operator correct the diagram following an arn change?
  2. How does the operator use the matching diagram score?

The matching diagram % shows how much of a tile's contents is contained by the diagram. Read that dropdown list like, "Diagram X has 84% of this tile's contents." You can click in that dropdown to navigate to any of those diagrams, or create a new one from the tile's contents.

In a typical situation, you'd probably have at least one diagram in there at 100% match. If an ARN goes away after a resource change, the top matched diagrams might be less than 100% because of the deleted resource, but still referenced from the tile.

The operator can select one of those top-matched diagrams to navigate and use the Manage Diagram Contents dialog or Search to add the new resource. MSAM should automatically fill in connections when the new resource is added to the surface.

Diagrams will clean up missing ARN references in the background. Tiles will keep the missing ARN reference until you remove them using the edit tile menu option (or double-click the tile). See line 6 below in the image for the tile. Select that to remove and Save.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants