Skip to content

Close milestone : Walking to MVP

  • Update dependencies: uv sync --upgrade
  • Update uv: uv self update. If mayor/minor version change, modify .gitlab-ci.yaml::UV_VERSION.
  • Update ruff: uv tool upgrade ruff. Update ruff revision at .pre-commit-config.yaml.
  • Check version of django-upgrade at repository. Update django-upgrade revision at .pre-commit-config.yaml.
  • Update version project: date +%Y.%j. Update pyproject.toml::project::version. And run the command uv lock.
  • Modify CHANGELOG file manually. In the future, it's autofilled with trailer/tagged commit messages when a release is made.
  • Update documentation:
    • Functionalities at README.md.
    • User documentation at documentation/user/README.md (documentation for the user).
  • Check image building: buildah bud --layers -f Dockerfile --target dalima --tag dalima_building_test .
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information