Ester Beltrami
Ester Beltrami
## What This PR refactors the grants and reimbursements system, moving from hardcoded monetary fields in the `Conference` mode to a category-based reimbursement model. It adds new models for `GrantReimbursementCategory`...
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...
The user should be able to withdraw his grant at any time from the `My Grant` view regardless the status of the grant (except when the status is Rejected (by...