rw251 / getset

An application for creating, validating, reusing and extending sets of clinical codes.
https://getset.herokuapp.com
4 stars 0 forks source link

Show list of excluded codes when adding a term to "exclude" list #12

Open richard-uk1 opened 4 years ago

richard-uk1 commented 4 years ago

This would make it easier to check if any correct terms have been accidentally excluded.

rw251 commented 4 years ago

Definitely. I have a few thoughts on this:

  1. There could be a view where you can hover over an exlusion (or inclusion) term to see highlighted it's effect on the set e.g. the codes that it is responsible for excluding (or including)
  2. A tab which show the difference between just before and just after the latest term. Or perhaps a popup - e.g. when you enter a new term (inclusion or exclusion) a dialog says The following codes have been added (or removed):...

This should also be thought about in the context of the newer version of the UI which may look something like this: https://codepen.io/rw251/pen/PVBzed?editors=0110

richard-uk1 commented 4 years ago

There could be a view where you can hover over an exclusion (or inclusion) term to see highlighted it's effect on the set e.g. the codes that it is responsible for excluding (or including).

That's a great idea. The view could probably be the same for both if it were decided to implement this issue.

This should also be thought about in the context of the newer version of the UI which may look something like this: ...

Having the ability to see which terms are being included or excluded like that is very useful I think, and probably covers the user need I was alluding to in this issue.