You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current process of setting up the Prisma provider lacks the option to include base repository classes and interfaces as part of the scaffolded codebase. Providing this feature would streamline the project structure and ensure consistency across repositories.
Proposed Solution:
When executing the command to add the Prisma provider, prompt the user with a question about whether they'd like to include the base repository classes and interfaces in the scaffolded codebase. If the user agrees, the existing base repositories should be replaced with those specific to the Prisma provider. It's crucial to inform the user that accepting this replacement will result in the removal of existing files.
Problem:
The current process of setting up the Prisma provider lacks the option to include base repository classes and interfaces as part of the scaffolded codebase. Providing this feature would streamline the project structure and ensure consistency across repositories.
Proposed Solution:
When executing the command to add the Prisma provider, prompt the user with a question about whether they'd like to include the base repository classes and interfaces in the scaffolded codebase. If the user agrees, the existing base repositories should be replaced with those specific to the Prisma provider. It's crucial to inform the user that accepting this replacement will result in the removal of existing files.
Note: The base repository and interface examples are already in the following CLI branch: ETS-269-Add-the-CLI-to-scaffold-the-service
Implementation:
The text was updated successfully, but these errors were encountered: