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

[feat] 랜덤 매칭 미완료 일기장 컬러 수정, 일기장 목록 조회 리턴값 수정 #91

Merged
merged 2 commits into from
May 23, 2024

Conversation

idon1nab
Copy link
Contributor

작업 내용

  • 기존에 "#000000"이던 일기장 컬러 랜덤하게 들어가도록 수정함
    (단, 아직 매칭 완료 전 일기장은 컬러를 저장 해놓는건 아니라서, 조회할 때마다 컬러는 달라짐. 혹시 바뀌는게 별로면 고정되도록 수정하겠습니다,, )
  • 프론트 요청에 따라 일기장 목록 조회 리턴 형식을 변경
  1. state == true일 경우 total, diaries, unmatchedUnknownDiaries, unmatchedKnownDiaries
  2. state == false일 경우 total, diaries

테스트 내역

image
image
image
image

idon1nab added 2 commits May 23, 2024 13:36
- state == true일 경우 total, diaries, unmatchedUnknownDiaries, unmatchedKnownDiaries
- state == false일 경우 total, diaries
로 리턴하도록 DiaryServiceImpl.findStateDiaries() 수정
@idon1nab idon1nab merged commit 9318553 into develop May 23, 2024
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.

1 participant