mattmas / Metamorphosis

A tool for watching changes between Revit models, addin and Dynamo.
MIT License
76 stars 23 forks source link

Feature request: Show Family Type Name in comparison results #18

Open andydandy74 opened 7 years ago

andydandy74 commented 7 years ago

Since the comparison results dialog is resizable, it would be nice to have some additional valuable information in there, in particular the name of the family type. Something like {Category}: {Family Type}: {ElementId}: {Change Type}

andydandy74 commented 7 years ago

What would be even better: Having the family type as an additional hierarchy element for structuring the results. Example:

Use case: We often find that we only need to look at changed instances of certain family types. This would make it much easier to filter out everything that is not relevant in a particular case.

samerabc commented 6 years ago

I'd add to the above, having the parameter name of the changed parameter added to that hierarchy would also be very useful if possible. It would allow us to quickly identify which parameters were changed, regardless of the value. At the moment there is no easy way of finding out which parameters have changed. Is that right?

mattmas commented 6 years ago

Thanks – you are correct about only tracking one kind of change per element, and that’s something we should address.

With respect to changes, at the moment, the only place to see the changed parameters in the User Interface is when you mouse over the ParameterChange in the tree, it should show you what the changes are in a tooltip.

-Matt

From: samerabc notifications@github.com Sent: Thursday, May 10, 2018 8:10 AM To: mattmas/Metamorphosis Metamorphosis@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [mattmas/Metamorphosis] Feature request: Show Family Type Name in comparison results (#18)

CAUTION: Outside Sender

I'd add to the above, having the parameter name of the changed parameter added to that hierarchy would also be very useful if possible. It would allow us to quickly identify which parameters were changed, regardless of the value. At the moment there is no easy way of finding out which parameters have changed. Is that right?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/mattmas/Metamorphosis/issues/18#issuecomment-388035416, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFexooM-kge6xrwX_N5x_kfNLbHTgJB3ks5txC4ogaJpZM4OFICL.

samerabc commented 6 years ago

Thanks I hadn't noticed that tooltip.