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 raw data #8

Merged
merged 9 commits into from
Dec 19, 2024
Merged

Feature/save raw data #8

merged 9 commits into from
Dec 19, 2024

Conversation

Romasav
Copy link
Collaborator

@Romasav Romasav commented Dec 19, 2024

Summary

  • Implemented the functionality to save raw data received from the device to persistent storage.

Changes

  • Added a DataStorageRepo interface and its implementation to handle saving raw data.
  • Integrated the saving logic into the existing data stream processing pipeline.
  • Added methods to start and stop data recording, ensuring raw data is only saved during active recording sessions.
  • Updated the GetProcessedDataStreamUseCase to include the saving of raw data.

Testing

  • Verified that raw data is saved correctly to the application documents directory.
  • Tested start and stop recording functionality to ensure data is only saved when recording is active.

@Romasav Romasav merged commit 282a0a4 into dev Dec 19, 2024
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