-
Notifications
You must be signed in to change notification settings - Fork 0
feat: guardian and guardian_ninja schemas #34
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
base: main
Are you sure you want to change the base?
Conversation
GuilhermePSF
commented
Aug 21, 2025
- closes Create guardian and guardian_ninja schemas #33
@@ -0,0 +1,104 @@ | |||
defmodule Katana.GuardiansNinjas do |
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.
We should avoid creating a context per entity. Read more about contexts and how to use them here.
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.
What type or architecture should we adapt? What entities go in which context?
Please make it clear on each PR (you can use the description) which dependencies does it have. For example, this one depends on #31 being merged. |