Skip to content

Feature/#57 schedule read#58

Open
mh-algo wants to merge 14 commits intodevfrom
feature/#57-schedule-read
Open

Feature/#57 schedule read#58
mh-algo wants to merge 14 commits intodevfrom
feature/#57-schedule-read

Conversation

@mh-algo
Copy link
Copy Markdown
Contributor

@mh-algo mh-algo commented Jun 30, 2025

#️⃣연관된 이슈

#57

📝작업 내용

일정 조회 구현
year, month 파라미터 생략 시 현재 날짜 기준으로 조회됩니다.

RequestParams
roleType=user&year=2025&month=4

Response

{
    "status": 200,
    "message": "회원정보 조회 성공",
    "data": [
        {
            "id": 3,
            "userId": 1,
            "trainerId": 4,
            "nickname": "회원닉네임1",
            "startTime": "2025-04-17T18:00",
            "endTime": "2025-04-17T19:30"
        }
    ]
}

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@mh-algo mh-algo self-assigned this Jun 30, 2025
@mh-algo mh-algo added feature 🧩 새로운 기능 민형 민형 labels Jun 30, 2025
Copy link
Copy Markdown
Contributor

@dy1214 dy1214 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
Copy Markdown
Contributor

@seongminQa seongminQa left a comment

Choose a reason for hiding this comment

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

확인했습니다! 고생 많으셨습니다!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature 🧩 새로운 기능 민형 민형

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants