controlX2 icon indicating copy to clipboard operation
controlX2 copied to clipboard

Use sqlite database for state

Open jwoglom opened this issue 1 year ago • 1 comments

ControlX2 is currently a stateless application, ignoring the fields it saves for settings.

This story tracks wiring up a SQLite database and associated schemas to the app so that it can store its own information about the pump's state, which can then be used by other subcomponents (like the history log fetcher or nightscout uploader).

Until sqlite is configured to store state, we can't implement many necessary features.

jwoglom avatar May 22 '23 03:05 jwoglom