Open Manasa2850 opened 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.
@uosl thanks for your response! Yes I'm talking about what we see after running npm run dev
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
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?