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

refactor(data-storage): restructure data-storage package, group by components #142

Merged
merged 3 commits into from
May 17, 2022

Conversation

sperka
Copy link
Contributor

@sperka sperka commented May 15, 2022

Issue #, if available:

Description of changes:

  • DataStoragePersistent code is now grouped by main components:
    • RootDataStorage - generic resources, that are used from all components
    • LocationServiceDataStorage - all data storage resources used by the location service (track&search)
    • InstantDeliveryDataStorage - all data storage resources used by instant delivery provider and dispatcher
    • SameDayDeliveryDataStorage - all data storage resources used by same-day delivery provider and dispatcher
  • database seeder has been split to the relating XXXDataStorage folders
  • the package still exposes one nested stack - but with the above structure. Usages have been updated in prototype/infra

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@mirgj mirgj merged commit 657046f into main May 17, 2022
@mirgj mirgj deleted the refactor/data-storage-separation branch May 17, 2022 02:28
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.

2 participants