refactor(erd): Change to DB structure including groups and permission…#2
Open
y0c wants to merge 1 commit intoDockerFarm:masterfrom
Open
refactor(erd): Change to DB structure including groups and permission…#2y0c wants to merge 1 commit intoDockerFarm:masterfrom
y0c wants to merge 1 commit intoDockerFarm:masterfrom
Conversation
Author
Author
|
저는 GitLab의 그룹같은 기능을 생각했었습니다. 예를들어 GitLab의경우 특정프로젝트를 그룹에 공유하고 그룹에서 유저별로 권한을 Master, Developer 이런식으로 설정해놓으면 Master는 push가 가능하고 Developer권한은 직접적인 push는 못함 Group은 docker서버를 공동으로 관리할 수 있는 사용자 라고 표현하면 될 것 같습니다. 멘토님이 코멘트 주신 설계를 참고하면 Object쪽과 Operation을 추가하면 좀 더 상세하고 정확한 Role 설계가 가능할 것 같습니다. 추가적으로 제가 생각하는 그룹,권한 기능과 멘토님이 생각하고 계신 권한의 기능이 동일한지 궁금합니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

…s (#1)
그룹, 권한, 역할을 포함한 DB구조로 변경해보았습니다.
검토부탁드립니다.
코멘트주시면 수정 후 머지하겠습니다.