Closed zsmith10 closed 6 months ago
CSV Export:
added CSV export to all tables Query Performance:
added django prefetching to speed up all queries to <1s removed most querying logic from templates into views where it should be Pagination:
Moved to A-Z pagination Search is no longer paginated Filtering is also not paginated Filtering:
Added filtering for all columns on table preview (except name (already covered by search) and description) Map:
Added map embed from arcgis Templates:
refactored all templates to use either table.html or table_category.html (except companies) Misc Changes:
styling changes around site repo org changes added docs for some things upgraded to django 4
CSV Export:
added CSV export to all tables Query Performance:
added django prefetching to speed up all queries to <1s removed most querying logic from templates into views where it should be Pagination:
Moved to A-Z pagination Search is no longer paginated Filtering is also not paginated Filtering:
Added filtering for all columns on table preview (except name (already covered by search) and description) Map:
Added map embed from arcgis Templates:
refactored all templates to use either table.html or table_category.html (except companies) Misc Changes:
styling changes around site repo org changes added docs for some things upgraded to django 4