Skip to content

Commit

Permalink
[FE] hooks 네이밍 수정 및 wiki, 리드미 업데이트 (#267)
Browse files Browse the repository at this point in the history
* Refactor: 모든 id타입 number -> string으로 변경(uuid)

* Rename: useAxios fetch요청함수 (command, query)

- getExecution: query(조회) HTTP GET 요청
- notGetExecution: command(명령) HTTP POST, DELETE, PATCH ,etc... 요청

* Rename: HocLoadingCommentList

* Refactor: useCommentAPI.js 제거

* Fix : DemoAlert에 wrapperId 설정

* Chore: Modal의 onClose 파라미터 타입 변경(bool -> func)

* Chore: useForm jsdoc 수정

- event -> Event
- FORM_MODE

* Rename: isLikedUserIdsContainLoggedInUserId

* Feat: 댓글 command요청 이후 query요청 실행

* Refactor: 이미지 컴포넌트에 isMock 추가

- mock api로 실행할 때 이미지 보여지게 하는 용도

* Chore: EditUserProfile 변수 및 함수명 오타 수정

* Build: js-docs 빌드 툴

* Docs: hooks 정리 위키 추가

* Chore: useAuthService 주석수정

* Chore: useCheckUserDuplicate 주석수정

* Chore: useDropdown 주석수정

* Chore: useFileUploader 주석수정

* Chore: useForm 주석 수정

* Chore: useSetTimeout 주석 수정

* Chore: 사용하지 않는 Hooks 제거

* Revert "Refactor: 모든 id타입 number -> string으로 변경(uuid)"

This reverts commit 9b56271.

* Feat: fakerUniqueNumId

* Refactor: 댓글 좋아요 동작 이후 자동 업데이트 취소

* Refactor: userDetailTypeSchema의 status타입 변경

* Fix: comment utils의 좋아요 누른 유저 id 배열 수정

* Chore:  eslint waring : 00 is assigned a value but never used  no-unused-vars

* Docs: 기술스택  추가
  • Loading branch information
kimyouknow authored Feb 28, 2023
1 parent a4f1db9 commit c2ec450
Show file tree
Hide file tree
Showing 41 changed files with 617 additions and 640 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

| Front | Back | Infra |
| :---: | :---: | :---: |
| <img src="https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=React&logoColor=white"/> <img src="https://img.shields.io/badge/ReactRouter-CA4245?style=flat-square&logo=reactrouter&logoColor=white"/> <img src="https://img.shields.io/badge/styled--components-DB7093?style=flat-square&logo=styled-components&logoColor=white"/> <img src="https://img.shields.io/badge/ESLint-4B32C3?style=flat-square&logo=ESLint&logoColor=white"/> | <img src="https://img.shields.io/badge/Java-007396?style=flat-square&logo=Java&logoColor=white"/> <img src="https://img.shields.io/badge/SpringBoot-6DB33F?style=flat-square&logo=SpringBoot&logoColor=white"/> <img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=white"/> | <img src="https://img.shields.io/badge/AWS-232F3E?style=flat-square&logo=amazon-Aws&logoColor=white"/> <img src="https://img.shields.io/badge/NGINX-009639?style=flat-square&logo=NGINX&logoColor=white"/> <img src="https://img.shields.io/badge/Jenkins-D24939?style=flat-square&logo=Jenkins&logoColor=white"/>
| <img src="https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=React&logoColor=white"/> <img src="https://img.shields.io/badge/ReactRouter-CA4245?style=flat-square&logo=reactrouter&logoColor=white"/> <img src="https://img.shields.io/badge/Axios-5A29E4?style=flat-square&logo=Axios&logoColor=white"/> <img src="https://img.shields.io/badge/styled--components-DB7093?style=flat-square&logo=styled-components&logoColor=white"/> <img src="https://img.shields.io/badge/Storybook-FF4785?style=flat&logo=storybook&logoColor=white"/> <img src="https://img.shields.io/badge/MSW-EE350F?style=flat&logoColor=white"/> <img src="https://img.shields.io/badge/ESLint-4B32C3?style=flat-square&logo=ESLint&logoColor=white"/> <img src="https://img.shields.io/badge/Prettier-F7B93E?style=flat-square&logo=Prettier&logoColor=white"/> | <img src="https://img.shields.io/badge/Java-007396?style=flat-square&logo=Java&logoColor=white"/> <img src="https://img.shields.io/badge/SpringBoot-6DB33F?style=flat-square&logo=SpringBoot&logoColor=white"/> <img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=white"/> | <img src="https://img.shields.io/badge/AWS-232F3E?style=flat-square&logo=amazon-Aws&logoColor=white"/> <img src="https://img.shields.io/badge/NGINX-009639?style=flat-square&logo=NGINX&logoColor=white"/> <img src="https://img.shields.io/badge/Jenkins-D24939?style=flat-square&logo=Jenkins&logoColor=white"/>

</div>
<br/>
Expand Down Expand Up @@ -157,9 +157,12 @@

<div>

| 👀 주요기능소개 | 🤼 협업전략 | :page_with_curl: 설계 |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <ul><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/프로젝트-주요-기능-(자세한-버전)'>프로젝트 주요기능</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/[FE]-사용한-프레임-워크-및-라이브러리-설명'>FE에서 사용한 프레임워크 및 라이브러리</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/%5BBE%5D-사용한-프레임-워크-및-라이브러리-설명'>BE에서 사용한 프레임워크 및 라이브러리</a></li></ul> | <ul><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/네이밍-컨벤션'>네이밍 컨벤션</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/Github-&-Git-컨벤션'>깃허브 컨벤션</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/Git-레포관리'>깃허브 레포관리</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/폴더-및-파일-구조'>폴더 및 파일 구조</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/노션활용'>노션 활용(회의록 및 백로그 관리)</a></li></ul> | <ul><li><a href='https://dear-phosphorus-929.notion.site/ec7398ccba1449e3a4f3e130c38724c7'>사용자 흐름 설계(스토리정리) - 노션</a></li><li><a href='https://dear-phosphorus-929.notion.site/ed5028c89bfa4342a9bc3fc112b8beb2?v=1f9bb30b8f4348b8a851b8f829644e20'>API 설계 - 노션</a></li><li><a href='https://www.figma.com/file/SQq28AVisHuYTS8YtxbiaX/conect?node-id=0%3A1&t=KVtUP09BNPSXRCfK-0'>디자인 설계 - 피그마</a></li><li><a href='https://www.chromatic.com/library?appId=62fa503128dbe94a1f02e5a7&branch=yulpumta-clone-team:develop'>UI 개발 현황 - chromatic with storybook</a></li></ul> |
| 👀 주요기능소개 | 🤼 협업전략 | :page_with_curl: 설계 |
| :-------------- | :---------- | :-------------------- |

| <ul><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/프로젝트-주요-기능-(자세한-버전)'>프로젝트 주요기능</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/[FE]-사용한-프레임-워크-및-라이브러리-설명'>FE에서 사용한 프레임워크 및 라이브러리</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/핵심-hooks-설명'>FE 핵심 hooks 설명</a></li>

<li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/%5BBE%5D-사용한-프레임-워크-및-라이브러리-설명'>BE에서 사용한 프레임워크 및 라이브러리</a></li></ul> | <ul><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/네이밍-컨벤션'>네이밍 컨벤션</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/Github-&-Git-컨벤션'>깃허브 컨벤션</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/Git-레포관리'>깃허브 레포관리</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/폴더-및-파일-구조'>폴더 및 파일 구조</a></li><li><a href='https://github.com/yulpumta-clone-team/Co-nect/wiki/노션활용'>노션 활용(회의록 및 백로그 관리)</a></li></ul> | <ul><li><a href='https://dear-phosphorus-929.notion.site/ec7398ccba1449e3a4f3e130c38724c7'>사용자 흐름 설계(스토리정리) - 노션</a></li><li><a href='https://dear-phosphorus-929.notion.site/ed5028c89bfa4342a9bc3fc112b8beb2?v=1f9bb30b8f4348b8a851b8f829644e20'>API 설계 - 노션</a></li><li><a href='https://www.figma.com/file/SQq28AVisHuYTS8YtxbiaX/conect?node-id=0%3A1&t=KVtUP09BNPSXRCfK-0'>디자인 설계 - 피그마</a></li><li><a href='https://www.chromatic.com/library?appId=62fa503128dbe94a1f02e5a7&branch=yulpumta-clone-team:develop'>UI 개발 현황 - chromatic with storybook</a></li></ul> |

| 🤔 협업을 위한 노력 | 🤔 더 나은 서비스를 위한 노력 | 🤔 더 나은 개발을 위한 노력 |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
18 changes: 18 additions & 0 deletions webapp/jsdoc.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"plugins": ["plugins/markdown"],
"source": {
"include": ["src/"],
"includePattern": ".js(x)?$",
"excludePattern": "^(node_modules|docs)"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"theme": "cosmo"
}
}
Loading

0 comments on commit c2ec450

Please sign in to comment.