DistrictDataLabs / baleen

An automated ingestion service for blogs to construct a corpus for NLP research.
MIT License
86 stars 38 forks source link

Add version number to footer #45

Closed bahadasx closed 8 years ago

bahadasx commented 8 years ago

The version number was removed from the header of the status page to make the format consistent with the rest of the site. The footer seems like the best place to add it back in unless we add an "About" page at some point.

bbengfort commented 8 years ago

Yes - a clear display of the version number would be great, and the footer seems like a good idea. I typically will make a tiny RESTful endpoint that contains the status of the app, the current date time, and the current version. I then add some jQuery/Javascript to the footer to use that endpoint to poll for the app's status. I can show you more if you'd like.

Otherwise, we'll just have to embed the version as a context variable in every single view we've created and render it in the template.

janetriley commented 8 years ago

There's a pull request in my fork.