Tobias Kunze
Tobias Kunze
Attendees at multi-lingual conferences should have some way to use the schedule page with the content language in mind. There are two approaches here: 1. Add an indicator to sessions:...
Like sessions, speakers should have an "internal note" field. Implementation notes: - the field should be part of the `SpeakerProfile` model - the field should be part of the organiser...
### Problem and impact The event creation wizard should offer some help in handling team permissions, as currently, recurring users may start a new event and find themselves with e.g....
The availability input is often a stumbling block for speakers and organisers, both due to UI reasons and because speakers can tend to use the input to try and input...
This is a collection issue for newer / generally good CSS features to apply to pretalx whenever I find the time: - [ ] Use `text-wrap: balance` on long-form text;...
We’re currently using plain ``, which works to different degrees in different browsers. We should look into enhancing this with a stable, accessible date input component. [Cally](https://wicky.nillia.ms/cally/) looks great for...
moment.js is not under active development anymore, and we’ve removed it from the main schedule widget already. We should also remove it from the other parts of pretalx, using either...
"title column" made me think of a column for the "title" part of names – looking at [the docs](https://docs.pretix.eu/guides/vouchers/#sending-out-vouchers-via-email), I think "title row" is better (though linking to the docs...
Django has by now made it easy to perform case-insensitive-ish ordering of a queryset by running `queryset.order_by(Lower("title"))`, or by using `Lower("title").desc()` for reverse ordering. I'd love to do this with...
Before switching to Waybar, I had a lot of copy-to-clipboard items in my status bar, like e.g. clicking the network indicator to copy the active IP address. It would be...