Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Summer 5: 3 Aug - 14 Aug, Fall 6 Nov 30 - Dec 11, Fall 7 Dec 14 - Dec 23
Description
BioViz Connect uses Django, but is not taking advantage of Django features such as:
- Inclusion tags from Django - we can add code to the HTML to do useful stuff instead of using javascript (moving logic to server instead client)
Currently we are re-loading the middle panel HTML as an entire unit. We would like to instead update individual components.
Explore: "two-way binding" to better connect the front components, e.g., the table, and back in data provider.