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

[REFACTOR] 회원의 방문 이력 테이블 추가 #302

Merged
merged 6 commits into from
May 29, 2024
Merged

Conversation

thguss
Copy link
Member

@thguss thguss commented May 29, 2024

Related issue 🚀

Work Description 💚

  • 상세한 데이터 수집을 위해 회원의 방문 이력 테이블을 추가했습니다.
  • 회원의 방문 정보 관련 칼럼은 삭제하고, 관련 기능에 테이블 반영 및 테스트 진행했습니다.

@thguss thguss added REFACTOR New feature or request SOHYEON 🐣 소현 작업 labels May 29, 2024
@thguss thguss requested a review from unanchoi May 29, 2024 08:36
@thguss thguss self-assigned this May 29, 2024
Copy link
Contributor

@unanchoi unanchoi left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 ~~

Comment on lines +26 to +29
public Visit(Member member) {
this.member = member;
this.visitedAt = LocalDateTime.now();
}
Copy link
Contributor

Choose a reason for hiding this comment

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

로직에는 문제 없지만 생성자로 인스턴스 생성은 막아두고 static method나 builder로 인스턴스를 생성해도 괜찮을 것 같아요 ~ 큰 문제 없다고 판단되면 그대로 가셔도 좋습니다~

@thguss thguss merged commit 059a28f into develop May 29, 2024
1 check passed
@thguss thguss deleted the sohyeon_#301 branch May 29, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REFACTOR New feature or request SOHYEON 🐣 소현 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ADD] 방문 이력 테이블 추가
2 participants