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

Feature/save processed data #13

Merged
merged 5 commits into from
Jan 11, 2025
Merged

Feature/save processed data #13

merged 5 commits into from
Jan 11, 2025

Conversation

Romasav
Copy link
Collaborator

@Romasav Romasav commented Jan 11, 2025

Summary

  • Added functionality to save processed data (e.g., microvolt conversions).
  • Introduced a new algorithm for saving processed data in the desired format.

Changes

  • Updated the GetProcessedDataStreamUseCase to include the saving of processed data using a separate algorithm.
  • Added a new FlatMicrovoltAlgorithm to process and save data in a flattened format suitable for storage.
  • Updated DataStorageRepoImpl to handle saving processed data efficiently via the buffer.
  • Incorporated dynamic algorithm selection for both saving and displaying data based on settings.

Testing

-Verified that processed data is correctly converted and saved into the appropriate format.

@Romasav Romasav merged commit 7ddf36a into dev Jan 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant