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

A different Form of navigation

Formale Metadaten

Titel
A different Form of navigation
Serientitel
Anzahl der Teile
34
Autor
Lizenz
CC-Namensnennung - keine Bearbeitung 4.0 International:
Sie dürfen das Werk in unveränderter Form zu jedem legalen Zweck nutzen, vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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