Skip to content
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

feat: 카테고리 순서 설정 기능 추가 #137

Merged
merged 6 commits into from
Dec 7, 2023
Merged

Conversation

shin-mallang
Copy link
Member

@shin-mallang shin-mallang linked an issue Dec 7, 2023 that may be closed by this pull request
8 tasks
@shin-mallang shin-mallang changed the title feat: 카테고리에 순서를 설정할 수 있도록 변경 feat: 카테고리에 순서를 설정 기능 추가 Dec 7, 2023
@shin-mallang shin-mallang changed the title feat: 카테고리에 순서를 설정 기능 추가 feat: 카테고리 순서 설정 기능 추가 Dec 7, 2023
@shin-mallang shin-mallang self-assigned this Dec 7, 2023
Copy link

github-actions bot commented Dec 7, 2023

Test Results

757 tests  +45   756 ✔️ +45   27s ⏱️ -2s
284 suites +17       1 💤 ±  0 
284 files   +17       0 ±  0 

Results for commit 8b8f553. ± Comparison against base commit 624d40a.

This pull request removes 41 and adds 73 tests. Note that renamed tests count towards both.

 
          Shin._.Mallang
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
    <title>
    HI
 </head>
</body>
…
com.mallang.acceptance.category.CategoryAcceptanceTest$카테고리_계층구조_수정_API ‑ 자신의 카테고리가 아니라면 수정할 수 없다
com.mallang.acceptance.category.CategoryAcceptanceTest$카테고리_계층구조_수정_API ‑ 카테고리 게층구조를 업데이트한다
com.mallang.acceptance.category.CategoryAcceptanceTest$카테고리_계층구조_수정_API ‑ 타인의 카테고리 계층으로 옮길 수 없다
com.mallang.acceptance.category.CategoryAcceptanceTest$카테고리_이름_수정_API ‑ 자신의 카테고리가 아니라면 수정할 수 없다
com.mallang.acceptance.category.CategoryAcceptanceTest$카테고리_이름_수정_API ‑ 카테고리를 업데이트한다
com.mallang.category.application.CategoryServiceTest$계층_구조_수정_시 ‑ 같은 부모를 가진 형제끼리 이름이 겹치면 예외
com.mallang.category.application.CategoryServiceTest$계층_구조_수정_시 ‑ 다른 사람의 카테고리의 하위 카테고리로 변경하려는 경우 예외
com.mallang.category.application.CategoryServiceTest$계층_구조_수정_시 ‑ 루트끼리 이름이 같으면 예외
com.mallang.category.application.CategoryServiceTest$계층_구조_수정_시 ‑ 부모 카테고리를 변경할 수 있다
com.mallang.category.application.CategoryServiceTest$계층_구조_수정_시 ‑ 부모 카테고리를 변경할 수 있다2
…

♻️ This comment has been updated with latest results.

Copy link

sonarqubecloud bot commented Dec 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@shin-mallang shin-mallang merged commit db36561 into main Dec 7, 2023
5 checks passed
shin-mallang added a commit that referenced this pull request Dec 10, 2023
* [#131] feat: 계층구조 수정을 위한 Validator 로직 작성

* [#131] feat: Category에 계층구조 변경 로직 작성

* [#131] feat: Service에서 변경된 Category 로직을 사용

* [#131] test: ObjectsUtils 테스트코드 작성

* [#131] test: CategoryValidator 테스트코드 개선

* [#131] test: add additional assertions in ObjectsUtilsTest

(cherry picked from commit db36561)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🚀 feature] 카테고리에 순서를 정할 수 있도록 한다
1 participant