-
Notifications
You must be signed in to change notification settings - Fork 87
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
Read Models projections by ReadModel query #1469
Read Models projections by ReadModel query #1469
Conversation
/integration sha=8b61944 |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
/integration sha=f4dbdab |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
/integration sha=c0d2976 |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
…ns_by_readmodel_query # Conflicts: # common/config/rush/pnpm-lock.yaml # packages/framework-core/src/booster-event-dispatcher.ts # packages/framework-core/test/booster-event-dispatcher.test.ts # packages/framework-types/src/config.ts
/integration sha=7662e4adde9c4fc2fbabc04177a9891c6ab7ee2a |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
…ns_by_readmodel_query # Conflicts: # common/config/rush/pnpm-lock.yaml # packages/framework-core/src/booster-read-models-reader.ts # packages/framework-provider-azure/src/helpers/query-helper.ts
In a first look addressing the tests and documentation, I have commented some lines of the codes pointing out issues about naming of functions. Maybe I'm being a bit nitpicky, but Booster is opinionated and for example, naming a function
Tomorrow I'll add the reviews on the rest of the code |
@davidverdu your suggestions related to method names have been applied in commit 393fade 😉 👍 |
/integration sha=393fade |
1 similar comment
/integration sha=393fade |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
...ages/framework-integration-tests/integration/provider-unaware/end-to-end/cart.integration.ts
Show resolved
Hide resolved
...boostercloud/framework-core/read_models_projections_by_readmodel_query_2024-04-19-15-13.json
Show resolved
Hide resolved
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. This is a great feature. I have finished my review and added some comments mostly on the file packages/framework-core/src/services/read-model-store.ts
.
Please let me know when you address them to approve the PR
/integration sha=a8c41f62c132e58176f9d976945804dfe3fc4cd4 |
⌛ Integration tests are running... Check their status here 👈 |
@davidverdu your comments about access modifiers and some method names in the |
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. Thanks for applying the suggestions
✅ Integration tests have finished successfully! |
TODO refactor