-
Notifications
You must be signed in to change notification settings - Fork 11.7k
refactor: move calAIPhone-specific repositories to features from lib #25840
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No issues found across 12 files
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.
No issues found across 17 files
volnei
left a comment
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.
Let's fix all import prisma to import { prisma } 🙏
Pull request was converted to draft
Co-authored-by: Volnei Munhoz <volnei@cal.com>
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.
No issues found across 17 files
What does this PR do?
Moves
PrismaAgentRepositoryandPrismaPhoneNumberRepositoryfrompackages/lib/server/repository/topackages/features/calAIPhone/repositories/and updates all import references.Why this change is needed
There's no reason for feature-specific repositories to live in
lib- they belong infeatureswhere the related feature code resides. This refactor is part of a larger effort to move all repositories intorepositoriesfolders within their specific feature directories infeatures/, improving module boundaries and keeping feature code self-contained.Mandatory Tasks (DO NOT REMOVE)