-
Notifications
You must be signed in to change notification settings - Fork 37
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
[team-12] Eamon & Autumn 3주차 PR #47
Open
deprecated-hongbiii
wants to merge
42
commits into
codesquad-members-2021:team-12
Choose a base branch
from
kyupid:dev/FE
base: team-12
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[team-12] Eamon & Autumn 3주차 PR #47
deprecated-hongbiii
wants to merge
42
commits into
codesquad-members-2021:team-12
from
kyupid:dev/FE
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [#50] Chore: store.ts에 주석 처리해뒀던 get요청 부활 - 배열로 응답하도록 API가 수정됐기 때문에 비로소 부활시킬 수 있었다.. - text_color 속성이 추가됐고 label title과 description을 구분하여 저장 * [#50] Chore: 사용하지 않는 import 제거 * [#50] Refactor: LabelPage recoil value 사용해서 화면 렌더링 - 수정 과정에서 LabelItemType 정의가 필요해서 store.ts에 타입 정의함 - 추후 타입들만 따로 모아놓도록 리팩토링 해야할 듯... * [#50] Style: 라벨 목록 페이지 css 살짝 손봄
* [#50] Add: 마일스톤 페이지 서버로부터 받은 데이터로 렌더링하기 위한 상태 생성 - 코드가 너무 중복이지만 일단 closed 여부에 따른 요청 나눠서 마일스톤 selector 만듦 - 마일스톤 관련 selector를 stores/milestoneStore.ts 로 분리 * [#50] Feat: 열린 마일스톤, 닫힌 마일스톤 버튼 클릭에 따라 렌더링 - 중복 코드 매우 많음 - 어떤 탭이 클릭됐는지 상태 관리하기 위해 Milestones.tsx 에 isOpenedMilestoneTab라는 상태를 만들어서 해결 - 하지만 atom을 사용하여 selector가 해당 atom을 구독하게 하면 더 깔끔해질 듯 (리팩토링 예정)
* [#82] Feat: 이슈 상세 페이지 헤더 부분 서버 데이터로 렌더링 - IssueDetailHeader에서 디스트럭쳐링 하고 싶었는데 타입 에러 때문에 못 함 * [#82] Feat: 이슈 상세페이지 본문, 코멘트 서버에서 받은 데이터로 렌더링 * [#82] Feat: 이슈 작성자 === 댓글 작성자 일 때 '작성자' 라벨 붙여주는 로직 추가 * [#82] Feat: 이슈 작성자 === 댓글 작성자 일 때 '작성자' 라벨 붙여주는 로직 추가 - Comment 컴포넌트에서 바로 issue author id를 알 수 없어서 atom을 새로 만듦 - issueDetailQuery 요청에서 /api/issues/null 로 요청하게 되는 에러가 있음 * [#82] Fix: clickedIssueId의 초기값 null이 요청 url에 들어가서 생기는 에러 해결 - null일 경우 early return하게 해서 해결했다. * [#82] Feat: 이슈 상세 페이지 로그인 유저 === 코멘트 작성자 이면 편집 버튼 노출 * [#82] Feat: 코멘트 작성 부분에 loginUser 정보를 바탕으로 아바타 렌더링 - Avatar에 더이상 name 속성이 필요 없어서 삭제
* [#111] Feat: 코멘트 작성란에 파일첨부 ui 추가 * [#111] 코멘트 작성 버튼 ui 생성 * [#52][#82] Refactor: 이슈 상세 페이지 관련 store 파일 분리 * [#111] Chore: CommentTextarea를 공통 컴포넌트로 사용하기 위한 작업 - 이슈 생성, 코멘트 생성, 코멘트 편집에서 공통으로 사용되기 때문에 각각의 atom을 만들어서 각각의 CommentTextarea의 부모 컴포넌트에서 setAtom을 props로 내려줌 * [#82] Feat: 코멘트 작성 기능 - post 요청에서 다양한 에러 나는 중... 404, 415, 500
* Refactor: 리다이렉트 url env 로 변경 * Feat:logOut 기능 구현
* [#131]Feat: headerParser&emphasisParser * chore: markdown preview 제거
janeljs
pushed a commit
that referenced
this pull request
Jul 13, 2021
janeljs
pushed a commit
that referenced
this pull request
Jul 13, 2021
janeljs
pushed a commit
that referenced
this pull request
Jul 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. 진행상황
로그인
이슈 목록 페이지
이슈 생성 페이지
이슈 상세 페이지
라벨 목록 페이지
마일스톤 목록 페이지
2. 고민한 내용
여러가지 방식의 비동기 API 요청 방법
세 가지 방법을 모두 사용해보았습니다.
에러처리
(현재 방식)
store.ts에서 get 요청이 발생하는 selector에 try & catch 처리를 해주었다.
(개선 방식)
비동기가 일어나는 로직에서는 에러를 throw 만해주고 그 데이터를 가지고 렌더하는 컴포넌트에서는 error 를 catch 해서 에러 발생시에 적절한 다른 컴포넌트를 렌더링한다.
Recoil 의 적절한 사용방법
Recoil selector 에서 비동기 요청이 pending 상태일때 Suspense 에 fallback 에 저장되어있는 컴포넌트가 렌더링된다.
👉 이 현상때문에 비동기 요청을 다시 보낼 때 화면이 깜빡임. (예시 상황 - 라벨 목록 페이지에서 라벨 생성/편집/삭제 후 get 요청을 받아서 다시 렌더링 할 때)
(해결책) useRecoilValueLoadable 훅을 사용하자.
selector 함수는 순수함수이기 때문에 구독하는 atom 의 값이 같으면 이전 값을 return 한다.
3. 데모 영상
4. 느낀점
Autumn
Eamon
'서로 질문하며 성장하는 협업'이 무엇인지 알았던 3주였습니다. 마지막 미션이여서 그런지 치밀한 설계 계획 이나 팀원의 협업룰을 정하는 것보다도 서로 '그냥 알고지나가는 것들'을 되묻고 같이 공부하는 시간이라서 값진 시간이였습니다.
http 통신과 백엔드와의 디버깅에서 크롬의 네트워크 개발자 탭과 더 친해진 느낌이 있었지만 백엔드와 프론트엔드 모두 에러처리를 치밀하지 않게 해놓아서 개발자 탭으로 하는 디버깅이 무용지물이고 답답함을 느꼈습니다. 그렇기 때문에 효율적인 디버깅을 위해서는 프론트와 백엔드 모두 에러처리를 해야한 다는 점을 느꼈습니다.