-
Notifications
You must be signed in to change notification settings - Fork 123
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
OP-1043 | Implement soft delete on user and usergroup #1439
OP-1043 | Implement soft delete on user and usergroup #1439
Conversation
src/main/java/org/isf/menu/service/UserGroupIoOperationRepository.java
Outdated
Show resolved
Hide resolved
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.
Left specific and general comments.
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.
LGTM. Please provide other PRs on API and GUI. Don't forget about DOC in a later step.
Other PRs on GUI and API ? GUI and API are compatible with this PRs. If you try to delete use from GUI or API, it'll be soft deleted and you won't get it any more in future requests. For the doc, which doc are you talking about ? The doc module ? (I didn't work on it yet), or the API doc ? |
Left comments under the issue for discussion |
OK, I'm gonna check them ASAP. |
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.
The conversation was only partially resolved.
src/main/java/org/isf/menu/service/UserIoOperationRepository.java
Outdated
Show resolved
Hide resolved
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.
LGTM. Thanks a lot!
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.
LGTM. Thanks a lot!
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.
Left some comments
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.
LGTM. Thanks a lot!
See OP-1043