-
Notifications
You must be signed in to change notification settings - Fork 73
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
@sourceloop/core
: Add UserModifyCrudRepository to support loopback4-sequelize
#1329
Comments
shubhamp-sf
added a commit
that referenced
this issue
Feb 28, 2023
Export `SequelizeSoftCrudRepository` extending `SequelizeSoftCrudRepository` from soft-delete package GH-1329
9 tasks
shubhamp-sf
added a commit
that referenced
this issue
Feb 28, 2023
Export `SequelizeSoftCrudRepository` extending `SequelizeSoftCrudRepository` from soft-delete package GH-1329
shubhamp-sf
added a commit
that referenced
this issue
Mar 1, 2023
Export `SequelizeSoftCrudRepository` extending `SequelizeSoftCrudRepository` from soft-delete package GH-1329
shubhamp-sf
added a commit
that referenced
this issue
Mar 1, 2023
Export `SequelizeUserModifyCrudRepository` extending `SequelizeSoftCrudRepository` GH-1329
shubhamp-sf
added a commit
that referenced
this issue
Mar 1, 2023
Export `SequelizeUserModifyCrudRepository` extending `SequelizeSoftCrudRepository` GH-1329
shubhamp-sf
added a commit
that referenced
this issue
Mar 2, 2023
Export `SequelizeUserModifyCrudRepository` extending `SequelizeSoftCrudRepository` GH-1329
yeshamavani
pushed a commit
that referenced
this issue
Mar 2, 2023
Export `SequelizeUserModifyCrudRepository` extending `SequelizeSoftCrudRepository` GH-1329
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
loopback4-soft-delete package will have support of loopback4-sequelize package after merging this PR: sourcefuse/loopback4-soft-delete#119
@sourceloop/core
already provides repository forDefaultUserModifyCrudRepository
based on existing soft crud repo.So It should also include similar repository with
SequelizeSoftCrudRepository
as it's underlying class.Describe the solution you'd like
Add
SequelizeUserModifyCrudRepository
in the core package that extends SequelizeSoftCrudRepository from soft delete package with similar functions as default user modify crud repository.Describe alternatives you've considered
Can also have a mixin that accepts any repository similar to soft crud repository.
The text was updated successfully, but these errors were encountered: