openphacts / coreGUI

This is the repo for the central GUI API and GUI components code
GNU General Public License v3.0
6 stars 1 forks source link

All related data panels should look the same initially #13

Closed leeharland closed 12 years ago

leeharland commented 12 years ago

I was just watching the you tube video, but it struck me that the columns returned and the order was different for the 3 pharmacology queries. As this is essentially the same data, there should be some consistency between the look of the results tables between the 3 different functions.

askjaer commented 12 years ago

Yes good point, I agree that it should look as much the same as possible. The order of the columns is dependent on the order of the variables in the SPARQL result set so we should make sure these are similar. Once we get to a more fixed set of variables for most queries we can fix the columns by pre defining them which will ensure the same result each time.