-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor storage service to improve modularity and error handling #4
Conversation
Coverage report
Test suite run success37 tests passing in 9 suites. Report generated by 🧪jest coverage report action from 1820ec2 |
1820ec2
to
013c468
Compare
Coverage report
Test suite run success37 tests passing in 9 suites. Report generated by 🧪jest coverage report action from 320b34e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR refactors the storage service to improve modularity, error handling, and type safety. It also adds new functionality for document storage and updates the cryptography service.
What type of PR is this? (check all applicable)
Related Tickets & Documents
N/A
Added tests?
Added to documentation?