We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
관리자 학교 응답 클래스인 AdminSchoolV1Response는 다음과 같은 필드만 존재합니다.
AdminSchoolV1Response
public record AdminSchoolV1Response( Long id, String domain, String name, SchoolRegion region ) { ... }
하지만 관리자 페이지에서는 다음과 같이 로고 URL, 백그라운드 이미지 URL 필드가 필요합니다.
따라서 누락된 필드를 추가하도록 합니다.
그리고 createAt, updatedAt 필드를 추가하면 좋을 것 같네요.
이 사항은 AdminArtistV1Response에도 적용하면 좋을 것 같습니다.
AdminArtistV1Response
30분
The text was updated successfully, but these errors were encountered:
Merge branch 'dev' into feat/#849
3a5d1d9
# Conflicts: # backend/src/main/java/com/festago/artist/domain/Artist.java
[BE] feat: 관리자 학교 응답 누락된 필드 추가, 관리자 아티스트 응답 createdAt, updatedAt 필드 추가 (
8858eb8
#849) (#850) * feat: Artist BaseTimeEntity 상속하도록 변경 * feat: AdminSchoolV1Response 필드 추가 - logoUrl, backgroundImageUrl, createdAt, updatedAt * feat: AdminArtistV1Response 필드 추가 - createdAt, updatedAt
seokjin8678
Successfully merging a pull request may close this issue.
✨ 세부 내용
관리자 학교 응답 클래스인
AdminSchoolV1Response
는 다음과 같은 필드만 존재합니다.하지만 관리자 페이지에서는 다음과 같이 로고 URL, 백그라운드 이미지 URL 필드가 필요합니다.
따라서 누락된 필드를 추가하도록 합니다.
그리고 createAt, updatedAt 필드를 추가하면 좋을 것 같네요.
이 사항은
AdminArtistV1Response
에도 적용하면 좋을 것 같습니다.⏰ 예상 소요 시간
30분
The text was updated successfully, but these errors were encountered: