Baudin999 / ZDragon_Old_002

ZDragon is moving to .NET!
MIT License
1 stars 3 forks source link

Fast recognition of double type names in Topology #34

Open bryansijs opened 4 years ago

bryansijs commented 4 years ago

When using the tool extensively, on the topology overview it is hard to keep track of the types that have the same name. I want to know this to have do an analysis on which types can be reused and how they even differ.

To support this process of analysing your data it would be helpful if the tool can support the following features: 1: Have a list including the types on the left side on the screen sorted ASC. This way i can easily identify where there are double type names and check them. 2: If you click on one type in the list (above item) or in the graphical overview, that other types with the same name are highlighted. This way i can easily see the relatie types. (account is used in these and these services) 3: A percentage after the type names in the list (item 1) that indicate how much the data differs with the other type with the same name in a different namespace.

Screenshot 2019-12-22 at 21 24 08