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: 관리자 학교 응답 누락된 필드 추가, 관리자 아티스트 응답 createdAt, updatedAt 필드 추가 (#849) #850

Merged
merged 4 commits into from
Apr 11, 2024

Conversation

seokjin8678
Copy link
Collaborator

@seokjin8678 seokjin8678 commented Apr 9, 2024

📌 관련 이슈

✨ PR 세부 내용

이슈 내용 그대로 관리자 학교 응답인 AdminSchoolV1Response에 로고 URL과 백그라운드 이미지 URL, createdAt, updatedAt 필드를 추가했습니다.

또한 AdminArtistV1Response에도 createdAt, updatedAt 필드를 추가하려고 했는데, Artist 엔티티에 BaseTimeEntity가 상속되지 않아서 BaseTimeEntity를 상속하게 했습니다.
(DB에는 created_at, updated_at 컬럼이 있어서 충돌은 없습니다)

QueryDSL이 확실히 편하네요. 😂

@seokjin8678 seokjin8678 added BE 백엔드에 관련된 작업 ADMIN 📬 API API가 변경되거나 추가되는 작업 🏗️ 기능 기능 추가에 관한 작업 labels Apr 9, 2024
@seokjin8678 seokjin8678 self-assigned this Apr 9, 2024
@github-actions github-actions bot requested review from BGuga, carsago and xxeol2 April 9, 2024 09:31
Copy link

github-actions bot commented Apr 9, 2024

Test Results

181 files  181 suites   30s ⏱️
629 tests 629 ✅ 0 💤 0 ❌
642 runs  642 ✅ 0 💤 0 ❌

Results for commit 3a5d1d9.

♻️ This comment has been updated with latest results.

@carsago carsago changed the title [BE] feat: 관리자 학교 응답 누락된 필드 추가, 관리자 아티스트 응답 createdAt, updatedAt 필드 추가 (#894) [BE] feat: 관리자 학교 응답 누락된 필드 추가, 관리자 아티스트 응답 createdAt, updatedAt 필드 추가 (#849) Apr 11, 2024
# Conflicts:
#	backend/src/main/java/com/festago/artist/domain/Artist.java
@seokjin8678 seokjin8678 merged commit 8858eb8 into dev Apr 11, 2024
3 checks passed
@seokjin8678 seokjin8678 deleted the feat/#849 branch April 11, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADMIN BE 백엔드에 관련된 작업 🏗️ 기능 기능 추가에 관한 작업 📬 API API가 변경되거나 추가되는 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 관리자 학교 응답에 누락된 필드를 추가하고, createdAt, updatedAt 필드를 추가한다.
2 participants