waltz-controls / waltz

A general purpose web application that provides the interface between SCADA(s) system and the scientific users who define and calibrate their experiments
https://waltz-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
17 stars 6 forks source link

External UserContext storage [2d] #121

Closed Ingvord closed 6 years ago

Ingvord commented 6 years ago

Currently (v0.4-rc3) UserContext is in-memory server side storage which is dropped every time app is redeployed (aka updated). UserContext must be stored in a dedicated app (facility specific). What is important is to track version, because it might be that new app is not compatible with preserved old context

Ingvord commented 6 years ago

Time traking includes UserContextStorage development