DjangoCon 2018 - A different Form of navigation

https://media.ccc.de/v/hd-113-a-different-form-of-navigation

Web tooling for data analysis requires, at its heart, a way to select the data a user want's to analyze. This talk shows how you can use forms to pass data among pages, retain the selected form elements through the request/response cycle and build web interfaces that utilize forms while looking like simple link elements. I will also show how I use my https://django-modelqueryform.readthedocs.io/en/latest/">django-modelqueryform package to facilitate an advanced user-centric data filtering interface.

Data analysis and visualization tools are different than many applications we build with django. They are not simple CRUD apps, and different users often want to use vastly different data subsets for their analysis.

Chaim Kirby

Date Added: September 19, 2024

Watch Video