Commit Graph

12 Commits (691ae041426b4a25471b4713e79456c887037381)

Author SHA1 Message Date
Christian Merten 8b03deda5b members/admin: adapt LJP application to new format (#121)
Implements the new LJP application format as outlined in #116. In particular:

- The V-32 PDF is replaced by an `.xlsx` sheet.
- The LaTeX generated PDF for the seminar report is replaced by a `.docx` file, generated by `pandoc` from a modified `.tex` file.
- The cost and participants overview from the old PDF can still be generated separately, but is no longer required.

Also adds many fields to `LJPProposal` that are required to generate the full application.
10 months ago
Christian Merten 6ffa2376b8
settings: use toml configuration files
We replace the current environment variable based configuration approach by
reading all local configuration from a `settings.toml` configuration file.
The docker test, development and production setups have been updated to use
the new setup.

The configuration folder also allows overriding every template in a
`config/templates` directory. We use this in a follow-up to move
all local specific templates, e.g. the registration form, into this
config directory.
11 months ago
Christian Merten f0ed36a0cc
docker/development: add example .env file 1 year ago
Christian Merten 1779180ce1
docker: automatically build documentation and place in static root 1 year ago
Christian Merten 121076f9f1
docs: initial setup 1 year ago
Christian Merten 65f4787d8d
docker: remove version 1 year ago
Christian Merten 75e989a056
docker/development: grant kompass user privileges on test database 3 years ago
Christian Merten 10cbc56ada
docker/development: install coverage for running tests 3 years ago
Christian Merten 9793373456
docker: make media folder persistent, remove old media, ensure existence of memberlists subfolder 3 years ago
Christian Merten 6762ea1f2c
docker/development: create and run as user matching executing user on host 3 years ago
Christian Merten acf0fafb00
docker: make development database local folder and add wait for mysql logic 3 years ago
Christian Merten 0ae03ab9dc
docker: restructure, separate production and development setup 3 years ago