jhu-bids / TermHub

Web app and CLI tools for working with biomedical terminologies. https://github.com/orgs/jhu-bids/projects/9/views/7
https://bit.ly/termhub
GNU General Public License v3.0
8 stars 10 forks source link

Concept search: Include UI in a single table (adding/removing) #788

Open joeflack4 opened 1 month ago

joeflack4 commented 1 month ago

Overview

Originally wrote:

Concept search: Include UI in a single table (adding/removing) I can't see the UI right now, but I think what's happening is that when we add a searched concept, it gets filtered out of the search table.

What I think I meant (I'm not sure; I don't see the UI in front of me right now): Bug: When a concept from the search results table is selected by the user to be added, it disappears from the table.

Sub-tasks

Change the behavior to:

Additional info

Alternative implementations

Could have a second table below the first that shows concepts added.

Sigfried commented 3 weeks ago

I don't remember why I thought that made sense. It makes it hard for user to know which concepts they've already added. Or was that all in combination with a table below of concepts added?

joeflack4 commented 3 weeks ago

I like that suggestion, but that would take more time to implement I think, so let's go with the one we decided; whatever is easier.

Also, I think what yous said is that you did not intentionally mean for selected/added concepts to be removed from the search table; that it was a bug.