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

[BE] feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경 #936

Merged
merged 7 commits into from
Nov 14, 2023

Conversation

gitchannn
Copy link
Collaborator

주요 변경사항

리뷰어에게...

관련 이슈

closes

체크리스트

  • reviewers 설정
  • label 설정
  • milestone 설정

@gitchannn gitchannn requested a review from yenawee November 14, 2023 04:51
@yenawee yenawee added 리팩터링 🔨 코드 개선에 대한 이슈 back-end 👩‍👩‍👦‍👦 백엔드 관련 이슈 labels Nov 14, 2023
Copy link

github-actions bot commented Nov 14, 2023

Unit Test Results

252 tests   251 ✔️  30s ⏱️
102 suites      1 💤
102 files        0

Results for commit eea2bcd.

♻️ This comment has been updated with latest results.

request.getoAuthProvider(),
request.getoAuthId()
);
System.out.println("response.toString() = " + response.toString());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

삭제해주세용ㅋㅋ

this.isActivate = Boolean.FALSE;
}

public boolean isActive() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isActive() 랑 isActivate 랑 통일하는게 좋지 않을까요?

@gitchannn gitchannn merged commit ba0353e into develop Nov 14, 2023
3 checks passed
@gitchannn gitchannn deleted the feature/deleted-to-activate branch November 14, 2023 05:22
gitchannn added a commit that referenced this pull request Nov 14, 2023
* feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경

* refactor: 주석 해제

* fix: 조회 시에 activate true인 정책, 디자인만 조회하도록 변경

* refactor: 사용하지 않는 메서드 삭제

* help: 테스트 코드 에러 발생

* fix: Repository 테스트 에러 수정

* fix: ManagerCouponCommandServiceTest 깨지는거 수정

---------

Co-authored-by: yenawee <[email protected]>
gitchannn added a commit that referenced this pull request Nov 14, 2023
* feat: Coupon 테이블에 필드 추가 스크립트

* [BE] feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경 (#936)

* feat: deleted로 처리하던 로직을 isActive가 처리하도록 변경

* refactor: 주석 해제

* fix: 조회 시에 activate true인 정책, 디자인만 조회하도록 변경

* refactor: 사용하지 않는 메서드 삭제

* help: 테스트 코드 에러 발생

* fix: Repository 테스트 에러 수정

* fix: ManagerCouponCommandServiceTest 깨지는거 수정

---------

Co-authored-by: yenawee <[email protected]>

* refactor: 출력 삭제

---------

Co-authored-by: yenawee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end 👩‍👩‍👦‍👦 백엔드 관련 이슈 리팩터링 🔨 코드 개선에 대한 이슈
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants