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

refactor(member): 활동 페이지, 지원 페이지 오류 수정 #253

Merged
merged 8 commits into from
Oct 7, 2024

Conversation

Jeong-Ag
Copy link
Contributor

@Jeong-Ag Jeong-Ag commented Oct 7, 2024

Summary

#252

활동 페이지와 지원 페이지 내부에 있는 오류들을 수정합니다.

Tasks

  • 과제 제출 시 인원 조회 시 size 기본 값으로 모든 인원이 나타나지 않았던 문제 보완
  • 활동 신청자 조회 api의 queryKey 수정하여 페이지네이션이 정상적으로 작동하도록 수정
  • 지원 페이지 첫 접속 시 나타낼 목록을 설정하는 selectRecruitment의 초기값을 lengthid로 변경하여 id값이 달라서 나타나지 않았던 문제 해결
  • HTML 엔티티 처리하도록 수정하여 렌더링 오류 보완

To Reviewer

Approve 된 후 프로덕션에 배포 예정입니다.

@Jeong-Ag Jeong-Ag added 🐞 Bug 버그 명세 및 수정 🔨 Refactor 코드 수정 및 최적화 🏠 Member member 프로젝트 관련 labels Oct 7, 2024
@Jeong-Ag Jeong-Ag self-assigned this Oct 7, 2024
Copy link

changeset-bot bot commented Oct 7, 2024

🦋 Changeset detected

Latest commit: fccb059

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@clab-platforms/member Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -23,6 +23,7 @@
"@tanstack/react-query-devtools": "^5.40.1",
"dayjs": "^1.11.10",
"framer-motion": "^10.18.0",
"html-entities": "^2.5.2",
Copy link
Member

Choose a reason for hiding this comment

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

HTML Entity를 처리하는 유틸이 기존에 있어요. 패키지를 설치한 이유가 있을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

utils에 있는 걸 놓쳤네요. toDecodeHTMLEntities 유틸로 변경하겠습니다 알려주셔서 감사해요 :)

@@ -37,9 +37,11 @@ const AssignmentListSection = ({ dueDate }: AssignmentListSectionProps) => {
}
const { data: assignmentList } = useActivityGroupBoardByParent({
parentId: +assignmentId,
size: 99,
Copy link
Member

Choose a reason for hiding this comment

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

해당 API를 사용할때 필요한 크기라면 훅 기본값으로 설정해두는게 좋을거 같아요

@gwansikk
Copy link
Member

gwansikk commented Oct 7, 2024

빌드 에러도 확인해주세요

@Jeong-Ag Jeong-Ag requested a review from gwansikk October 7, 2024 15:34
@gwansikk gwansikk merged commit decf57f into main Oct 7, 2024
4 checks passed
@gwansikk gwansikk deleted the feature/252 branch October 7, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 버그 명세 및 수정 🏠 Member member 프로젝트 관련 🔨 Refactor 코드 수정 및 최적화
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants