Skip to content

fix: 스터디 참가 여부 api 수정#118

Merged
Mimiminz merged 1 commit intodevelopfrom
QNRR-435-최현준-조민주-백엔드-스터디-참가여부-조회-api-리팩토링
Aug 5, 2025

Hidden character warning

The head ref may contain hidden characters: "QNRR-435-\ucd5c\ud604\uc900-\uc870\ubbfc\uc8fc-\ubc31\uc5d4\ub4dc-\uc2a4\ud130\ub514-\ucc38\uac00\uc5ec\ubd80-\uc870\ud68c-api-\ub9ac\ud329\ud1a0\ub9c1"
Merged

fix: 스터디 참가 여부 api 수정#118
Mimiminz merged 1 commit intodevelopfrom
QNRR-435-최현준-조민주-백엔드-스터디-참가여부-조회-api-리팩토링

Conversation

@Mimiminz
Copy link
Contributor

@Mimiminz Mimiminz commented Aug 5, 2025

🌱 연관된 이슈

QNRR-435

☘️ 작업 내용

-[x] 스터디 참가 여부 params 수정

🍀 참고사항

백엔드에 반영된 형태로 api 수정했습니다.
머지 되면 바로 운영서버에 반영하도록 하겠습니다.


// 스터디 주간 참여 유무 확인 query
export const useWeeklyParticipation = (params: GetDailyStudyDetailParams2) => {
export const useWeeklyParticipation = (params: string) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

이런 경우에는 따로 타입 정의를 안해도 되는걸까요?!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

모르겠습니다... 저도 고민했던 부분인데
값을 하나만 입력하는 경우라 유지보수 차원에서는 타입 정의를 하는 게 좋을 수 있지만
또 한편으로는 너무 과하게 타입 분리한다는 생각도 들어서...
이건 그냥 의견 따라 좀 더 맞다고 생각하는 쪽으로 변경하겠습니다

Copy link
Contributor

Choose a reason for hiding this comment

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

저도 민주님이랑 같은 의견입니다! 너무 과하게 타입 컨벤션을 지키려고 하는걸까 싶기도 해서요!

@Mimiminz Mimiminz merged commit 568d68c into develop Aug 5, 2025
2 of 6 checks passed
@Mimiminz Mimiminz deleted the QNRR-435-최현준-조민주-백엔드-스터디-참가여부-조회-api-리팩토링 branch September 5, 2025 12:44
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.

2 participants