dr-rodriguez / AstrodbWeb

A web application for accessing the BDNYC SQL database
MIT License
0 stars 2 forks source link

add example query to show changelog #26

Closed kelle closed 7 years ago

kelle commented 7 years ago

helpful when not sure which version of the database one is using.

dr-rodriguez commented 7 years ago

There are 3 reasons I think this is not a worthwhile addition:

kelle commented 7 years ago

I would like the web version to have some indication of the last modified date.

dr-rodriguez commented 7 years ago

I can work to add some dynamic text similar to what we have in the main query page. If you look at the very bottom it says the astrodbkit version that's running. The number of brown dwarfs on the first sentence is also something that gets dynamically updated. I could add somewhere on the text an indicator that will show the latest date value from the changelog entry (or 2015 if empty).

kelle commented 7 years ago

I noticed the number of sources change! And yes, some dynamic text with a date would be awesome. Clearly not high priority

dr-rodriguez commented 7 years ago

Have a look at the new line at the very bottom of the main query page. It should now pick up the last row of the changelog table and display the date+time. Feel free to move it if you think there's a better place for that.