Skip to content

Feat/Add checkbox for destinations opened filtering

Imane Misrar requested to merge add-filter-available-destinations into dev

Add checkbox to only filter on open destinations

Breaking change: denormalized info shape has changed to recompute it after the rebase :

make shell_backend
./manage.py shell
from backend_app.models.university import update_denormalized_univ_field
update_denormalized_univ_field()
Edited by Imane Misrar

Merge request reports