Skip to content

Conversation

@sejoon00
Copy link
Contributor

💡 Issue

  • resolved: #이슈번호

📸 Screenshot

image

📄 Description

  • 특정 발행의 문제 풀러가기를 누르면 나오는 페이지를 구현했어요.
  • 문제 세트에 속한 문제별로 진척도가 보여요
  • 데이터 형식은 아래와 같아요
{
  "data": {
    "publishId": 12,
    "date": "2025-03-20",
    "title": "세트 제목 컨펌 이후 수정 가능 테스트",
    "problems": [
      {
        "number": 1,
        "status": "NOT_STARTED",
        "childProblemStatuses": [
          "NOT_STARTED",
          "NOT_STARTED"
        ]
      },
      {
        "number": 2,
        "status": "NOT_STARTED",
        "childProblemStatuses": [
          "NOT_STARTED"
        ]
      },
      {
        "number": 3,
        "status": "NOT_STARTED",
        "childProblemStatuses": [
          "NOT_STARTED"
        ]
      },
      {
        "number": 4,
        "status": "NOT_STARTED",
        "childProblemStatuses": [
          "NOT_STARTED"
        ]
      }
    ]
  }
}

@sejoon00 sejoon00 requested a review from seokbeom00 March 23, 2025 18:14
@sejoon00 sejoon00 self-assigned this Mar 23, 2025
@sejoon00 sejoon00 changed the title Feature/#102 Feature/#102 문제 풀러가기 뷰 규현 Mar 23, 2025
@sejoon00 sejoon00 changed the title Feature/#102 문제 풀러가기 뷰 규현 Feature/#102 문제 풀러가기 뷰 구현 Mar 23, 2025
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.

고생하셨습니다! 근데 다른 브랜치에서 Pull을 받은 후, 작업을 했다보니 다른 PR에 있는 내용들까지 전부 올라왔네요. 다음부터는 rebase를 하고 PR을 올리면 좋을 것 같습니다!

@seokbeom00 seokbeom00 merged commit 0e79e86 into develop 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