-
Notifications
You must be signed in to change notification settings - Fork 28
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
Refactor: UNVALIDATED 에서 GUEST 로 권한을 변경하고 가입시 기존 권한을 CREW 에서 GUEST 로 변경한다. #1568
Merged
The head ref may contain hidden characters: "refactor/guest-\uAD8C\uD55C"
Conversation
This file contains 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
…ctor Refactor/#1426 아티클 첫번째 스프린트 마무리를 위한 중간 merge
…riting Hotfix/1451 프롤로그 글쓰기 기능 핫픽스
Feature/1402 로그 모니터링 시스템 구축
…ctor Refactor/#1465 아티클 네비게이션 탭 활성화 및 링크 이동기능 추가
…ctor Refactor/#1426 meta og 관련 기능 추가 및 아티클 로직 개선
…ctor refactor/#1482 변경된 metaOg api 반영 및 타입 추가
Article develop
meta og 태그를 이용하여 아티클 기능 구현
아티클 MetaOG 빈문자열 관련 서버오류 처리 및 클라이언트 기본값 바인딩 기능 오류 수정
Fix/#1500 flyway 설정 false로 수정
…eButton refactor: Meta Og 글쓰기 버튼 로그인 시에만 활성화 되도록 변경
refactor: 아티클 생성시 CREW 권한 확인 로직 추가
[FEAT] 아티클 작성시 크루 권한 확인
…-react-router-dom react router dom 유틸 훅 추가
남은 components 폴더의 js 파일을 ts로 마이그레이션한다
Refactor/1517 migration
refactor : ts로 마이그레이션한다
refactor: js ts 마이그레이션
fix: 타입 검사 건너뛰는 코드 제거
feat: js ts 마이그레이션 반영
refactor: js ts 마이그레이션
Kudos, SonarCloud Quality Gate passed! 0 Bugs 93.8% Coverage The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
splitCoding
changed the title
Refactor/guest 권한
Refactor: UNVALIDATED 에서 GUEST 로 권한을 변경하고 가입시 기존 권한을 CREW 에서 GUEST 로 변경한다.
Oct 4, 2023
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.
#️⃣연관된 이슈
📝작업 내용
1. 기존에 존재하던 Role 의
UNVALIDATED
를GUEST
로 변경한다.2. GIthubLogin 시 부여되는 권한을
CREW
에서GUEST
로 변경한다.Role
에 권한에 중요도 (importance
) 를 부여한다.3. 회원의 권한을 변경하는 기능을 구현한다.
manager
라고 칭하겠습니다. )manager.role
을application.yml
속성에 추가한다. ( 환경 별 QA, 테스트를 위해 profile 별 속성을 다르게 설정한다. )Role.COACH
Role.GUEST
( DB에 직접 접근하여 권한을 바꾸고 나서 QA를 진행하지 않아도 되도록 GUEST 로 설정 )Role.GUEST
( DB에 직접 접근하여 권한을 바꾸고 나서 QA를 진행하지 않아도 되도록 GUEST 로 설정 )Role.GUEST
( DB에 직접 접근하여 권한을 바꾸고 나서 QA를 진행하지 않아도 되도록 GUEST 로 설정 )etc
QA 결과