complexdatacollective / Server

A tool for storing, analyzing, and exporting Network Canvas interview data.
http://networkcanvas.com/
GNU General Public License v3.0
2 stars 2 forks source link

Improve graph/widget synchronisation with backend #298

Closed wwqrd closed 3 years ago

wwqrd commented 4 years ago

After importing test sessions, the graphs don't update unless you take some action to make the screen refresh.

Some possible options:

Areas that should be updated to use this method:

Background

Widgets use the Admin API (http) for data, this data is only fetched when session count changes (which itself is only fetched under certain conditions).