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] refactor: 인증, 피드 최대 글자수 증가 #600

Merged
merged 2 commits into from
Nov 2, 2023

Conversation

kevstevie
Copy link
Collaborator

😋 작업한 내용

  • entity, flyway 간단한 수정

🙏 PR Point

👍 관련 이슈


기획의 어떤 부분을 구현 / 수정했는가 (굉장히 상세하게 적어주세요, 해당 커밋의 링크, 코드의 위치를 남겨주면 더욱 좋습니다.)

밑은 예시입니다.

시작되면서 스터디의 주 몇 회 정보를 유저가 실제로 선택한 일 수로 수정

  • StudyService의 createStudy 메서드에서 PeriodOfRound 를 받지 않도록 수정했습니다. 해당커밋
  • Study의 start 메서드에서 파라미터로 시작한 날짜를 받도록 구현하였습니다.
  • 날짜(월화수목금토일)를 뜻하는 Enum을 Study 패키지에 추가하였습니다.
  • flyway에서 해당 엔티티에 필요할 칼럼을 수정했습니다.

스터디가 더 이상 종료되지 않도록 수정

  • 상동

@kevstevie kevstevie added backend🤎 백엔드 refactor 리팩터링 labels Nov 1, 2023
@kevstevie kevstevie self-assigned this Nov 1, 2023
Copy link

github-actions bot commented Nov 1, 2023

Test Results

111 tests   111 ✔️  13s ⏱️
  22 suites      0 💤
  22 files        0

Results for commit 9a22c6b.

♻️ This comment has been updated with latest results.

Copy link
Member

@yujamint yujamint left a comment

Choose a reason for hiding this comment

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

Hey Jude~ PR 대마왕이네요. 멋집니다.
코멘트 한 가지만 확인 부탁드려요~
일단 어프루브할테니 동의한다면 nullable = false 붙여주세용 ㅋㅋ

@@ -30,6 +31,7 @@ public class FeedPost extends BaseEntity {
@JoinColumn(name = "study_id")
private Study study;

@Column(length = 1000)
Copy link
Member

Choose a reason for hiding this comment

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

flyway의 쿼리에는 not null 제약조건이 부여됐는데, 엔티티의 @column 속성에는 nullable = false가 명시되어 있지 않네요. 이유가 있는 걸까요??

Copy link
Collaborator

@poi1649 poi1649 left a comment

Choose a reason for hiding this comment

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

민트 의견에 동의합니다.

@kevstevie kevstevie merged commit 1983174 into BE/develop Nov 2, 2023
2 checks passed
@kevstevie kevstevie deleted the BE/refactor/599 branch November 2, 2023 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend🤎 백엔드 refactor 리팩터링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants