abitia icon indicating copy to clipboard operation
abitia copied to clipboard

modular monolith playground

Results 15 abitia issues
Sort by recently updated
recently updated
newest added

Currently EventHandlers register themselves from constructor: https://github.com/kbkk/abitia/blob/629c21f857f7b28a56b5accb6a1f4b9368be7a34/services/monolith/src/AccountContext/EventHandlers/SendAccountCreatedEmail.ts#L20 which is a side effect.

Todo: - [ ] Migrate AccountContext entities - [ ] Add tests for Core/OrmMappings - [ ] Think of a better name for `OrmMappings` - [ ] Release `OrmMappings` as...

- feature(monolith-service): add AccountContextGateway