Jonathan Weth

Results 13 issues of Jonathan Weth

Any user, independent whether they are logged in or permitted, can get data about any task using the get_progress endpoint.

In our project, the free school information system AlekSIS, we sometimes need to put parts of a form in tables, for example. Is there an option in django-material for just...

enhancement
postponed

The Python requirement of this package seems to be unnecessarily strict. My suggestion would be to use `^3.8` (would be `>=3.8,=3.8,

I activated the feature for checking Covid certificates with combination rules (2G+). After scanning the ticket, the Covid control screen pops up and asks for the documents. There, I selected...

In the `views.py`, the no longer existing adapter method `get_user_signed_up_signal` is used to get a signal named `signed_up_signal`. This now seems to be the signal `user_signed_up` from `allauth.account.signals`.

Close #1123 ### PR Checklist Please make sure to fulfil the following conditions before marking this PR ready for review: - [x] If this PR adds or changes features or...

frontend
shared
refactoring

The directives like *ngFor or *ngIf are deprecated and will be removed in version 22. There might be a way to mostly automate the migration: https://angular.dev/reference/migrations/control-flow (not tested yet).

frontend
discussion
refactoring

Currently, the occupancy of a vehicle is shown by a counter like `0 von 2 Plätzen frei`. I would consider a slot system, showing a row for each slot available....

enhancement
frontend
discussion