-
- Downloads
handling State for pattern + fix #292 (#316)
* fix #292
* add support for handling state of pattern ids
* add test on augmented layout with pattern ids
* finalize pattern handling:
- state mgt for patterns
- dispatch for wildcards (ALL,MATCH,ALLSMALLER)
* finalize pattern handling:
- state mgt for patterns
- dispatch for wildcards (ALL,MATCH,ALLSMALLER)
* finalize pattern handling:
- state mgt for patterns
- dispatch for wildcards (ALL,MATCH,ALLSMALLER)
* remove unused dispatch() method
* fix bug when udpating state for ALL/ALLSMALLER
* improve testing exhaustivity by replaying a real dash app interaction
- add an app with complex dash features
- add a JSON record of real interactions between the client and the dash app
- add a test exploiting the JSON record to test dpd client contract and state management
Co-authored-by:
GFJ138 <sebastien.dementen@engie.com>
Showing
- demo/demo/plotly_apps.py 24 additions, 0 deletionsdemo/demo/plotly_apps.py
- django_plotly_dash/dash_wrapper.py 28 additions, 37 deletionsdjango_plotly_dash/dash_wrapper.py
- django_plotly_dash/migrations/0002_add_examples.py 11 additions, 0 deletionsdjango_plotly_dash/migrations/0002_add_examples.py
- django_plotly_dash/models.py 3 additions, 4 deletionsdjango_plotly_dash/models.py
- django_plotly_dash/tests.py 157 additions, 2 deletionsdjango_plotly_dash/tests.py
- django_plotly_dash/tests_dash_contract.json 1337 additions, 0 deletionsdjango_plotly_dash/tests_dash_contract.json
- django_plotly_dash/tests_dash_contract.py 207 additions, 0 deletionsdjango_plotly_dash/tests_dash_contract.py
Loading
Please register or sign in to comment