linea-it / pzserver_app

The Photo-z Server is a platform available for the LSST Community to host lightweight photo-z related data products.
5 stars 1 forks source link

Version on footer #137

Open gschwend opened 1 year ago

gschwend commented 1 year ago

Please add the latest version version number on the footer of landing page using the github's API to fetch the version number.

gschwend commented 1 year ago

@jandsonrj use this as example for other applications

gschwend commented 5 months ago

@jandsonrj I'm including @regisalbuquerque to help on the back-end side of the automatization of getting the current version number.

gschwend commented 5 months ago

@glaubervila please give some guidance to @jandsonrj and @regisalbuquerque about how to address this issue.

gschwend commented 4 months ago

Image

Example of display

gschwend commented 4 months ago

Image

another example

regisalbuquerque commented 4 months ago

I had already created a branch related to this issue and made some commits:

Branch: 137-version-on-footer (https://github.com/linea-it/pzserver_app/tree/137-version-on-footer)

Looking at the prints that @gschwend added, the backend (api) needed to be complemented only with the version publication date, looking as follows:

Image

As I had already commited a frontend version with just the release version data. I made the modification to include the publication date in the frontend as well. It looked like this:

Image

However, as can be seen in the image, we still need to configure it so that it looks similar to what @gschwend sketched in the screenshots above.

I imagine @saraviz was added to this issue to work on the frontend side. Right? If so, this would be a pending task to complete the issue.

saraviz commented 4 months ago

yes, i will check to add that version in the footer

gschwend commented 3 months ago

@jandsonrj the front-end aspect is pending