In the comparison page, when comparing only 2 concept sets, we want to be able to distinguish the unique set of concepts in one concept set but not the other.
We'll implement with the verbiage "added/removed". It's possible this could be a little confusing, because the user may compare any 2 concept sets, not just any 2 sets of the same version.
This also entails that we want to see the total number of added/removed in Stats and Options, and implement showThoughCollapsed for them.
How to determine which cset is in first/second position
We currently don't have any UI for being able to do this.
Only way currently is to change the order of concept set IDs in the URL.
Overview
In the comparison page, when comparing only 2 concept sets, we want to be able to distinguish the unique set of concepts in one concept set but not the other.
We'll implement with the verbiage "added/removed". It's possible this could be a little confusing, because the user may compare any 2 concept sets, not just any 2 sets of the same version.
This also entails that we want to see the total number of added/removed in Stats and Options, and implement
showThoughCollapsed
for them.How to determine which cset is in first/second position
We currently don't have any UI for being able to do this.
Only way currently is to change the order of concept set IDs in the URL.