Project direction and Permission Management Improvements #1357
KursatKonak
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, using this template as a base and improving based on our requirements creates a good amount of divergence. I already implemented Transactional Outbox as Keyed because having outbox per module kept them decoupled. A central outbox needs all the modules that use it active. It's not right or wrong, just an architectural preference.
So now my codebase is already diverged from original repository 🤔
So to keep my base 'aligned' with FSR base to keep improving i wanted to create an issue and discuss it out and get your perspective.
I got another example now regarding permissions i wanted to share before going out and 'fixing' it.
All reactions