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

전남대_13조_fundering_9주차 #121

Merged
merged 128 commits into from
Nov 6, 2023
Merged

전남대_13조_fundering_9주차 #121

merged 128 commits into from
Nov 6, 2023

Conversation

j8won
Copy link
Contributor

@j8won j8won commented Nov 6, 2023

안녕하세요 멘토님! 이번주는 mock api를 활용해 api 핸들러 함수와 api 관련 훅, 스켈레톤과 로더, Suspense 관련 작업을 주로 진행하였습니다. 시간이 부족해진 관계로 급하게 코드를 작성하고 있어서 코드가 점점 더러워지는 것 같네요. ㅠㅠ

아직 백엔드 배포가 되지 않았고 화요일 전까지 주요 기능 배포할 예정이라고 해서 기다리며 mock api를 활용 중입니다.

react-query의 onError, onSuccess의 경우 일단은 지금처럼 진행하고 리팩토링을 계획 중입니다.

현재 대부분의 UI 작업이 끝났지만 아직 아래의 UI를 작업 중입니다. 순서는 우선순위와 같습니다. 아직 꽤 남았지만(ㅠㅠ) 공통 컴포넌트를 활용하는 페이지가 꽤 있어서 마감 전에 끝나는 것을 목표로 열심히 작업 중입니다.

  1. 출금 신청 페이지
  2. 펀딩 상세 페이지 - 댓글
  3. 펀딩 상세 페이지 - 업데이트
  4. MY 펀딩 페이지
  5. 사용자 상세 페이지
  6. 관리자 페이지

멘토링 일지는 링크에서 확인 가능합니다.

진행 완료한 PR

#91
#95
#96
#101
#104
#105
#99
#107
#98
#109
#112
#113
#110
#116

진행 중인 PR 및 이슈

#115
#114
#108
#118
#119

sihyonn and others added 30 commits October 26, 2023 15:13
chore: Dockerfile 생성
chore: Dockerfile yarn으로 변경
@j8won j8won added this to the 9주차 milestone Nov 6, 2023
@j8won j8won requested a review from dowookims November 6, 2023 07:07
@j8won j8won changed the title 전남대_13조_fundering_8주차 전남대_13조_fundering_9주차 Nov 6, 2023
@dowookims
Copy link

안녕하세요 13조 여러분..! 이번 주도 고생 많으셨습니다 :) 마지막 까지 화이팅 입니다..!

method: "GET",
params: { pageIndex: pageIndex, keyword: keyword, sortType: sortType },
});
};

Choose a reason for hiding this comment

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

지금 인자로 받아서 그대로 다른 객체에 넘겨주게 될 때 동일한 인터페이스를 사용한다면

props 이름을 params 처럼 건네주는 object의 키 값이랑 동일하게 해서 객체를 간결하게 사용�하는건 어떨까요?


useEffect(() => {
componentNumberRef.current = calculateComponentCount(windowWidth);
}, [windowWidth]);

Choose a reason for hiding this comment

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

여기서 ref를 사용하는 이유가 있을까요? 굳이 ref를 사용하지 않고 resize가 일어날 때 setState를 calculated된 값으로 해도 될 것 같아요.

@dowookims
Copy link

다들 이제 잘작업 해 주고 있으셔서, 그리고 대게 UI 작업이어서 그런지 잘해주고 있으신거 같습니다.

코드 상으로는 크게 특이점은 없는것 같은데, 작업 진행하면서 막히거나 조금더 피드백 받고 싶은 부분이 있으시면 멘토링때 나누면 좋을 것 같아요.

고생 많으셨습니다.

@dowookims dowookims merged commit 474d8cb into review Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants