pycon
pycon copied to clipboard
The current grant export include a lot of information that is not needed anymore as we have everything integrated in the system. We should update the export to only contain...
Implement a functionality to automatically send Slack reminders that provide a quick state-of-the-art summary of the grants. The reminder should aggregate and display counts for various statuses, such as: -...
Reduce the number of columns displayed in the Grant admin change list view. Specifically, remove the individual amount fields ("ticket_amount", "travel_amount", "accommodation_amount") in favor of keeping only "total_amount". Additionally, eliminate...
When filtering grants by gender in the Django admin, records that should be identified as female are not returned correctly. It appears there is a mix-up between the gender associated...
Introduce an additional column in the Grant admin table that displays the ranking derived from our internal review system. The column should be sortable, probably if there is the ranking...
Both FE and BE. Currently it is quite messy especially after https://github.com/pythonitalia/pycon/pull/4354
Looks like pretix doesn't have graceful shutdowns We somehow need to do the same thing we have done for the other services, the healthcheck needs to start failing when the...
The current admin UI of Wagtail is quite hard to use, and if we want to use it more it might be beneficial to implement a new UI or find...