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

[5기] 4주차 쇼핑몰 과제 제출 - 호아 #6

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Conversation

hoa0217
Copy link

@hoa0217 hoa0217 commented Jul 28, 2024

아직 표현계층과 시큐리티쪽 반영을 못했지만 일단 제출합니다..

바운디드 컨텍스트를 크게 Client, Owner, Product로 나누어보았는데 이거때문에 더 복잡해진것같기도하네요 ㅠㅠ
WishProduct에 기능이 더 추가가된다면 분리를 해야겠습니다.

또한 계속해서 리팩토링해보겠습니다!

- 추상클래스로 생성하여 상속받은 클래스만 도메인객체로 사용가능
- BaseEntity: 생성시간, 수정시간
- AuditableBaseEntity: 생성시간, 생성자, 수정시간, 수정자
# Conflicts:
#	src/main/java/shopping/product/domain/Product.java
#	src/main/java/shopping/product/domain/ProductName.java
- 이메일 검증, 비밀번호 인코딩, 로그인
- RestClient를 사용하여 purgomalum api에 욕설확인 요청을 보낸다
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant