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

[TASK] Clean up storage transactions #230

Open
shurwit opened this issue Aug 22, 2022 · 0 comments
Open

[TASK] Clean up storage transactions #230

shurwit opened this issue Aug 22, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@shurwit
Copy link
Collaborator

shurwit commented Aug 22, 2022

Description

Currently transactions are implemented within the storage adapter functions. They are also often used unnecessarily or improperly (eg. with a single operation, with some operations missing context)

Acceptance Criteria

As originally described here rokwire/core-building-block#285. the storage adapter should expose individual storage operations and multi-stage transactions should be composed in the core package passing the storage.TransactionContext to each storage adapter function. Any unnecessary or improperly used transactions should be fixed or removed as appropriate.

@shurwit shurwit added the enhancement New feature or request label Aug 22, 2022
@shurwit shurwit added this to the v2.0.0 milestone Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant