Splines

Results 106 issues of Splines

Zurzeit muss der User erneut auf den selben Tag klicken, um das Rückgabedatum auszuwählen. Wir verleihen die Lastenräder für höchstens einen Tag. Dementsprechend wäre es schön, wenn dies im UI...

enhancement
module:Litepicker
stale

- We forgot to replace the food routes (see #754) in the Vignettes-related code. - ...

bug

### New HTML Linters ~~With version [2.1.0](https://github.com/Splines/eslint-plugin-erb/releases/tag/v2.1.0), I've made my `eslint-plugin-erb` ready to be pluggable into [`html-eslint`](https://html-eslint.org/), also see [my comment on this issue](https://github.com/yeonjuan/html-eslint/issues/223#issuecomment-2544001806). This allows us to lint the...

ide

There are many different environments that we have to wrap our head around. I get frequently confused about some things, so I'd like to propose some changes to our setup....

In #749, I've set: ```rb config.i18n.raise_on_missing_translations = true ``` for our development environment. The thing is that you only get these exceptions if you navigate to a respective view that...

Based on [my review comment](https://github.com/MaMpf-HD/mampf/pull/749#pullrequestreview-2812628763). In Rails 7.2, Brakeman and jemalloc (two very different projects) are by default used for new projects. We might want to integrate them as well.

dependencies

We don't use the default location of the RuboCop config file: `.rubocop.yml`. Instead, we place it inside `.config/.rubocop.yml` and specify the config CLI option via `--config .config/.rubocop.yml`. However, in the...

We still use a postgresl database version 13. Its [support](https://endoflife.date/postgresql) ends 13 Nov 2025 and meanwhile there is already version 17 released in September 2024! So we should definitely update...

dependencies

You will find some inconsistencies between the claimed database schema in `db/schema.rb` and the one that is actually present in our staging environment called `mampf-experimental`. To compare them, use ```bash...