Skip to content

Conversation

@sejoon00
Copy link
Contributor

💡 Issue

📄 Description

  • 홈 피드에 이번주 진척도에 대한 데이터가 같이 내려가요
  • 데이터 형식은 아래와 같아요
{
  "data": {
    "dailyProgresses": [
      {
        "date": "2025-03-24",
        "progressStatus": "NOT_STARTED"
      },
      {
        "date": "2025-03-25",
        "progressStatus": "NOT_STARTED"
      },
      {
        "date": "2025-03-26",
        "progressStatus": "NOT_STARTED"
      },
      {
        "date": "2025-03-27",
        "progressStatus": "NOT_STARTED"
      },
      {
        "date": "2025-03-28",
        "progressStatus": "NOT_STARTED"
      }
    ],
    "problemSets": [
      {
        "date": "2025-03-24",
        "problemSetId": null,
        "title": null,
        "submitCount": null,
        "problemHomeFeedResponse": null
      },
      {
        "date": "2025-03-25",
        "problemSetId": null,
        "title": null,
        "submitCount": null,
        "problemHomeFeedResponse": null
      },
      {
        "date": "2025-03-26",
        "problemSetId": null,
        "title": null,
        "submitCount": null,
        "problemHomeFeedResponse": null
      },
      {
        "date": "2025-03-27",
        "problemSetId": null,
        "title": null,
        "submitCount": null,
        "problemHomeFeedResponse": null
      },
      {
        "date": "2025-03-28",
        "problemSetId": null,
        "title": null,
        "submitCount": null,
        "problemHomeFeedResponse": null
      }
    ]
  }
}

@sejoon00 sejoon00 changed the base branch from develop to feature/#98 March 23, 2025 17:13
@sejoon00 sejoon00 self-assigned this Mar 23, 2025
@sejoon00 sejoon00 requested a review from seokbeom00 March 23, 2025 18:14
Copy link
Contributor

@seokbeom00 seokbeom00 left a comment

Choose a reason for hiding this comment

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

고생하셨어요~

private final ProblemSubmitRepository problemSubmitRepository;
private final ProblemSetRepository problemSetRepository;

@Transactional(readOnly = true)
Copy link
Contributor

Choose a reason for hiding this comment

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

외부에서 사용되는 곳이 없다면, 해당 어노테이션이 없어도 같은 트랜잭션에 묶일 것 같습니다.

@seokbeom00 seokbeom00 merged commit 16d42af into feature/#98 Mar 25, 2025
1 check 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.

✨ 메인 홈 피드 이번주 진척도 보여주기

3 participants