-
Notifications
You must be signed in to change notification settings - Fork 1
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
Artscope 3.1.4 릴리즈 #164
Artscope 3.1.4 릴리즈 #164
Conversation
- MagazineCategory에 slug, parent_id 칼럼 추가 - MagazineCategory에 같은 parent_id를 둔 요소는 같은 이름을 쓸 수 없게 조건 생성
- get ("/slug") 슬러그를 통해 하위 카테고리를 찾을 수 있습니다 - delete ("id") 해당 카테고리를 삭제할수 있습니다 - put ("id") 해당 카테고리를 수정할수 있습니다
- 삭제시 해당되는 매거진이 있으면 삭제되지 않습니다. - 생성시 이름이나 슬러가가 중복되면 에러코드를 반환합니다. (기존 : 에러가 그대로 노출)
- 랜덤 함수 시드를 동적(System.currentTimeMillis())을 사용하도록 변경
update(MagazineCategory) -> changeParentCategory(MagazineCategory)
- 슬러그 중복 카테고리 검증 로직을 변경했습니다 - 에러 메시지들을 구체화 했습니다 - update 시 올바르게 카테고리 조건들이 유효한지 검사하도록 했습니다
- 카테고리 최대 2단계 까지만 생성 가능하다 테스트의 에러 메시지 확인부분을 e2e에 맞게 변경했습니다. - 테스트 코드를 추가하였습니다
- magazineCategory의 검증 코드를 추가했습니다 - magazineCategory의 생성 수정시 category를 검증하도록 수정헀습니다
- magazine 생성, 수정시 카테고리 슬러그를 받도록 변경했습니다.
- magazine생성시 categorySlug를 받도록 변경됨에 따라 수정했습니다.
- 해당 카테고리를 가진 매거진이 있을경우 에러를 검증하는 테스트코드 추가
Art 159 be 카테고리 계층화
- group, group_user 에 대한 entity 클래스를 작성했습니다.
- group_description에서 description으로 변경된 column이 누락된걸 추가했습니다.
- member.getTeamUser()에서 null 체크를 isEmpty()로 변경
[PR] 팀 정보 반환 기능 추가
- 기존 GET /api/members/profile - 이후 GET /api/auth/me - 테스트 코드 수정 - 코드 포맷팅
- 민감한 정보 취급 방지
- TeamUserRole을 반환할 수 있도록 추가
- 가장 오래된 순서대로 반환하도록 변경
- List<TeamResponse.ProfileGet>를 반환하도록 변경
-> 멤버가 참여하는 팀과 권한 조회 -> teams에서 members로 이동
- 보다 의미가 명확하게 메서드 명을 수정
…터-수정 Art 184 be 내가 속한 팀 정보 api 응답 데이터 수정
Qodana Community for JVM1 new problem were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #164 +/- ##
============================================
+ Coverage 70.32% 72.06% +1.74%
- Complexity 1600 1721 +121
============================================
Files 240 254 +14
Lines 5817 6380 +563
Branches 258 295 +37
============================================
+ Hits 4091 4598 +507
- Misses 1536 1575 +39
- Partials 190 207 +17
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
No description provided.