We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

A different Form of navigation

Formal Metadata

Title
A different Form of navigation
Title of Series
Number of Parts
34
Author
License
CC Attribution - NoDerivatives 4.0 International:
You are free to use, copy, distribute and transmit the work or content in unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
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 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. The talk will start with a quick demo of such an application to give context. Overview of the functionality provided by [django-modelqueryform](https://django-modelqueryform.readthedocs.io/en/latest/ Building widgets that encapsulate an instance of the form Coding required to maintain the form context through the request/response cycle so that the data selection is maintained through navigation to different analysis types Questions/Comments