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

[ADD] 테마별 데일리 루틴 조회, 배경 이미지 추가 #153

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

thguss
Copy link
Member

@thguss thguss commented Jan 18, 2024

✨ Related Issue

📝 기능 구현 명세

https://w1702988084-f1k570985.slack.com/archives/C06DDET0S01/p1705564788927319
🔼 클라와의 논의 스레드입니다.

🐥 추가적인 언급 사항

데이터가 달라짐으로써 공유하던 DTO를 분리했습니다.

@thguss thguss added add 작업 추가 sohyeon 소현 작업 labels Jan 18, 2024
@thguss thguss self-assigned this Jan 18, 2024
Copy link
Contributor

@csb9427 csb9427 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~~

Copy link
Contributor

@Chan531 Chan531 left a comment

Choose a reason for hiding this comment

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

감사감사합니다~


@Builder(access = AccessLevel.PROTECTED)
public record DailyRoutineResponse(
Long routineId,
Copy link
Contributor

Choose a reason for hiding this comment

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

long???

Copy link
Member Author

Choose a reason for hiding this comment

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

테스트 이슈🥹


@Builder
public record DailyRoutinesByThemeResponse(
String backgroundImageUrl,
Copy link
Contributor

Choose a reason for hiding this comment

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

@thguss thguss merged commit eb6909b into develop Jan 18, 2024
1 check passed
@thguss thguss deleted the add/#152-routine-add-api branch January 18, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add 작업 추가 sohyeon 소현 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ADD] 데일리 루틴 조회 중 테마 배경 데이터 추가
3 participants