Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sqlite database for state #14

Open
jwoglom opened this issue May 22, 2023 · 1 comment
Open

Use sqlite database for state #14

jwoglom opened this issue May 22, 2023 · 1 comment
Milestone

Comments

@jwoglom
Copy link
Owner

jwoglom commented May 22, 2023

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 jwoglom converted this from a draft issue May 22, 2023
@jwoglom jwoglom added this to the V1 milestone May 22, 2023
@jwoglom jwoglom moved this from Todo to In Progress in ControlX2 May 22, 2023
@jwoglom
Copy link
Owner Author

jwoglom commented May 22, 2023

Work-in-progress implementation using the android room library on the dev branch.

@jwoglom jwoglom moved this from In Progress to Done in ControlX2 May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant