Skip to content

feat: (#18) 31기 전시 탭 구축 용 웹 썸네일 필드를 추가한다#19

Merged
EunjinWoo merged 2 commits intomainfrom
feat/#18-exhibition
May 27, 2025
Merged

feat: (#18) 31기 전시 탭 구축 용 웹 썸네일 필드를 추가한다#19
EunjinWoo merged 2 commits intomainfrom
feat/#18-exhibition

Conversation

@EunjinWoo
Copy link
Copy Markdown
Member

#️⃣ 이슈 번호

💡 작업 내용

  • 태그 이름 unique, nullable=false하게 설정
  • 전시 탭 구축용 웹 썸네일 필드 추가

📸 스크린샷(선택)

🎸 기타

밋업 리스트 조회 / 상세 조회 시 web_thumbnail_url 나옵니다. (등록된 것이 없을 경우 null로 반환됨)

@EunjinWoo EunjinWoo requested a review from SeongHo5356 May 27, 2025 07:17
@EunjinWoo EunjinWoo self-assigned this May 27, 2025
@github-actions
Copy link
Copy Markdown

Unit Test Results

1 tests   1 ✔️  0s ⏱️
1 suites  0 💤
1 files    0

Results for commit 26e140e.

Copy link
Copy Markdown
Member

@SeongHo5356 SeongHo5356 left a comment

Choose a reason for hiding this comment

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

LGTm~!

Comment on lines +44 to +46
@Column(name = "web_thumbnail_url")
private String webThumbnailUrl;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

이전에 다 이렇게 돼있어서 통일성있게 @column(name=~~) 붙이는 게 여기서 좋긴한데 기본 안넣어도 기본 테이블 컬럼명 생성전략이 스네이크로 만들어줘서 없어도 넣은거랑 똑같이 작동할거에요!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

넹 감사합니당 ~~ LGTM 첨 들어봐요 mz하네요

@EunjinWoo EunjinWoo merged commit 9af226a into main May 27, 2025
2 checks passed
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.

2 participants