cfpb / sbl-frontend

Small Business Lending Filing Application
MIT License
1 stars 1 forks source link

Easily identify deployed changes #1044

Open meissadia opened 2 days ago

meissadia commented 2 days ago

Display the Docker image tag in the SBL Frontend to help identify what changes are currently deployed

Exploratory implementation

Image

How it's done on HMDA

Screenshot 2024-11-05 at 11 56 50 AM
natalia-fitzgerald commented 18 hours ago

@meissadia Would this only be something we would display during the beta period?

meissadia commented 15 hours ago

@meissadia Would this only be something we would display during the beta period?

@natalia-fitzgerald I think it would be something helpful even once things reach the Production stage. On HMDA, clicking that tag links to the project's Github Releases page, which provides interested users with insight into what changes have been made to the site in that version. So if they experienced and reported a bug on v1 they could see what was changed and deployed in v2.

At the same time, it provides developers with an easy visual confirmation that the deployment matches what is expected.

I would vote to keep this feature thought it would take some expansion of the DSR's <FooterCfGov /> component to enable a layout similar to HMDA's.