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] 관리자 학교 응답에 누락된 필드를 추가하고, createdAt, updatedAt 필드를 추가한다. #849

Closed
seokjin8678 opened this issue Apr 9, 2024 · 0 comments · Fixed by #850
Assignees
Labels
ADMIN BE 백엔드에 관련된 작업 🏗️ 기능 기능 추가에 관한 작업 📬 API API가 변경되거나 추가되는 작업

Comments

@seokjin8678
Copy link
Collaborator

✨ 세부 내용

관리자 학교 응답 클래스인 AdminSchoolV1Response는 다음과 같은 필드만 존재합니다.

public record AdminSchoolV1Response(
    Long id,
    String domain,
    String name,
    SchoolRegion region
) {
...
}

하지만 관리자 페이지에서는 다음과 같이 로고 URL, 백그라운드 이미지 URL 필드가 필요합니다.

image

따라서 누락된 필드를 추가하도록 합니다.

그리고 createAt, updatedAt 필드를 추가하면 좋을 것 같네요.

이 사항은 AdminArtistV1Response에도 적용하면 좋을 것 같습니다.

⏰ 예상 소요 시간

30분

@seokjin8678 seokjin8678 added BE 백엔드에 관련된 작업 🏗️ 기능 기능 추가에 관한 작업 labels Apr 9, 2024
@seokjin8678 seokjin8678 self-assigned this Apr 9, 2024
@seokjin8678 seokjin8678 added ADMIN 📬 API API가 변경되거나 추가되는 작업 labels Apr 9, 2024
seokjin8678 added a commit that referenced this issue Apr 11, 2024
# Conflicts:
#	backend/src/main/java/com/festago/artist/domain/Artist.java
seokjin8678 added a commit that referenced this issue Apr 11, 2024
#849) (#850)

* feat: Artist BaseTimeEntity 상속하도록 변경

* feat: AdminSchoolV1Response 필드 추가

- logoUrl, backgroundImageUrl, createdAt, updatedAt

* feat: AdminArtistV1Response 필드 추가

- createdAt, updatedAt
@github-project-automation github-project-automation bot moved this from Todo to Done in 2023-festa-go Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADMIN BE 백엔드에 관련된 작업 🏗️ 기능 기능 추가에 관한 작업 📬 API API가 변경되거나 추가되는 작업
Projects
Status: Done
1 participant