Skip to content

Server side rendering of application version

The idea is to remove all duplications of the application version accross the codebase, making the release process easier.

In the long term, this change should have been done outside the i18n package, as it's not related to i18n.

This suggests me three things:

  • we must as soon as possible refactor/rewrite how we render pages
    • this will become easier as soon as we migrate to vue.js or some smarter js framework.
  • we should extract the page rendering to its own package, independent from i18n.
  • and we should decide on whether rendering should happen in the server or in the browser!

Merge request reports