[x] You have configured the triggering of the pre-commit hook on your local repository's clone. You need to have installed the python module pre-commit (listed in the required dev modules) and run the command pre-commit install in the repository's root folder.
[x] You have covered your code with unit and acceptance tests
[x] The feature you have implemented has no tag @wip any more
Changes
Take budzons and concept descriptions into the application's code instead of the database. It makes it easier to translate and more consistent.
How to use the feature
Nothing changed, except now the texts displayed on the home page are part of the application code. They are, in my opinion, UI-specific. Those descriptions must not necessarily come from the database. The database will contain all the users and products and shops which will need no translations.
Recap of our workflow
Prerequisites
pre-commit
(listed in the required dev modules) and run the commandpre-commit install
in the repository's root folder.@wip
any moreChanges
Take budzons and concept descriptions into the application's code instead of the database. It makes it easier to translate and more consistent.
How to use the feature
Nothing changed, except now the texts displayed on the home page are part of the application code. They are, in my opinion, UI-specific. Those descriptions must not necessarily come from the database. The database will contain all the users and products and shops which will need no translations.