-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need indicator to user to differentiate between user-uploaded and Expression Database data #863
Comments
Possibly prepending text or looking into |
I think we need to sit down and think where to put it before I can implement anything 😅. |
There would be two optgroups:
|
We went through the various pages and identified this section (referring to the attached screenshot/code snippet) of the update-app.js file to be where we need to separate the drop-down menu options - we (@Amelie1253 and I) plan to attempt that fix this upcoming week after clarifying which list options fall under the category of User-uploaded or Expression Database. ![]() |
In response to this comment…
The code snapshot points to the right place; the values listed in line 714 should be what eventually gets wrapped in an |
For question regarding the long comment, that pertains to #865 —we have backlogged it because the workaround appears to remain stable and we haven’t had the bandwidth to investigate this further for a “real” solution We can help future developers by cross-linking between this comment and the issue (i.e., mention the issue number in the comment, and perhaps in the issue, mention the file/approximate location of the workaround) |
I see how the functionality works now. The user uploaded data and Expression Database data are both accessible from the drop-down menus, which is what we wanted.
However, there is no indicator to the user that this is the case. Also, our Expression Database is only for yeast right now.
We need to provide some more info to the user about this. I'm pretty braindead right now so I don't have any suggestions off the top of my head, but I wanted to note this as an issue.
The text was updated successfully, but these errors were encountered: