intermine / im-tables

Dynamic Result Table Library
Other
9 stars 27 forks source link

Selecting queries for different mines should be made dynamic #217

Open Manasa2850 opened 4 years ago

Manasa2850 commented 4 years ago

Currently, every time we want to view the tables for a different mine say yeast mine, we need to change the url and query in index.html Instead of changing that beforehand, it might be better to allow users to enter the url, of the mine they want, in the browser and then reflect the changes accordingly.

@yochannah what do you think of this?

heralden commented 4 years ago

Although I'm not @yochannah, I will come with my opinion as she hasn't answered yet.

If you are talking about the behaviour when testing im-tables by running npm run dev and opening the dev server in your browser, I think that's a great idea. Adding options to change the results can be useful when developing im-tables, and we can start with being able to change the mine url.

Manasa2850 commented 4 years ago

@uosl thanks for your response! Yes I'm talking about what we see after running npm run dev

bhumnay commented 4 years ago

I was also thinking about this and maybe we can add a tab somewhere on the very beginning of the main page of the web-app showing the name of current mine ( data is being showed right now)with a drop down options to swap to different mines? @Manasa2850 @uosl @yochannah