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] develop branch로 merge #254

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open

[REFACTOR] develop branch로 merge #254

wants to merge 13 commits into from

Conversation

ahn0min
Copy link
Collaborator

@ahn0min ahn0min commented Jul 2, 2023

📌 전반적인 개발 내용

  • 해당 PR의 목적에 대해 간단히 설명해주세요.

💻 변경 내용

  • 변경 내용에 대해 목록화 하여 설명해주세요.

✅ 관심 리뷰

  • 어떤 부분에 대해 집중적으로 리뷰가 필요한지 설명해주세요.

userJu and others added 6 commits June 29, 2023 17:05
* [FIX] 로그인이 유지 되지 않는 오류 해결 (#243)

* [ADD] 불필요한 Public Url 제거

* #239 [FEAT] OptionalLogin 로직 구현 완료

* [FIX] 로그인 페이지로 이동 button에 Link href 추가 (#244)

* [FIX]모달 path params query params로 변경 (#242)

* [DELETE] 기존 path params 모달 페이지 제거

* [TYPES] PAGE_LIST 상수 readonly

* [FIX] useOpenModal hooks 수정

query params로 변경

* [FEAT] 모달 사용 페이지에서 useRouteModal로 page 정보 전달

* [REFACTOR] utils 내부에 있는 css 파일 styles 내부로 이동

* [REFACTOR] AtomModal.ts lowerCamelCase로 변경

* [REFACTOR] lower camel case 폴더명 camel case로 변경

---------

Co-authored-by: Jisu <[email protected]>
* [REFACTOR] react-query에서 사용되는 queryKey를 변수로 추출 및 적용

* [REFACTOR] 제네릭을 받는 useQuery의 queryKey 변경
* [REFACTOR] ProjectManagementSection component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경

* [REFACTOR] ProjectManagementSection component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경

* [REFACTOR] TrendyProductsContent component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경

* [REFACTOR] SearchBox component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경

* [REFACTOR] SearchBox.tsx에서 사용하지 않는 import 제거

* [REFACTOR] useGetIsFollowing hooks 내부에서 호출되던 react-query를 hooks/query 내부로 변경

* [REFACTOR] ReviewWriteForm component 내부의 useMutation을 hooks/queries 내부로 분리

* [REFACTOR] UseProfileCard component 내부의 useMutation을 hooks/queries 내부로 분리

* [REFACTOR] useScrap 내부의 useMutation을 hooks/queries로 옮김

* [REFACTOR] useReaction에서 작성된 useMutate hooks/queries 내부로 이동

* [REFACTOR] plans/index.tsx 컴포넌트 내부의 useMutation hooks/queries 내부로 이동
* [REFACTOR] components/Statistics 폴더  styles 파일 제거

* [REFACTOR] components/social/common 폴더 styles 파일 제거

* [CHORE] 공용으로 사용되는 View의 TODO 주석 작성
* [REFACTOR] components/Statistics 폴더  styles 파일 제거

* [REFACTOR] components/social/common 폴더 styles 파일 제거

* [CHORE] 공용으로 사용되는 View의 TODO 주석 작성

* [REFACTOR] components 내부 폴더명을 파스칼케이스로 변경

* [FIX] build error 수정

* [FIX] 대소문자 차이로 인한 import error 수정

* [REFACTOR] 폴더명 파스칼 케이스로 변경

* [REFACTOR] components/common 파스칼 케이스로 변경

* [REFACTOR] 모든 styles 파일을 제거

* [FIX] CommonS 객체 빌드시 에러 수정
* [REFACTOR] React Query 관련 리팩토링 (#250)

* [REFACTOR] 파일 위치 변경, 파일명, 폴더명 camel case에 맞게 리팩토링 (#246)

* [FIX] 로그인이 유지 되지 않는 오류 해결 (#243)

* [ADD] 불필요한 Public Url 제거

* #239 [FEAT] OptionalLogin 로직 구현 완료

* [FIX] 로그인 페이지로 이동 button에 Link href 추가 (#244)

* [FIX]모달 path params query params로 변경 (#242)

* [DELETE] 기존 path params 모달 페이지 제거

* [TYPES] PAGE_LIST 상수 readonly

* [FIX] useOpenModal hooks 수정

query params로 변경

* [FEAT] 모달 사용 페이지에서 useRouteModal로 page 정보 전달

* [REFACTOR] utils 내부에 있는 css 파일 styles 내부로 이동

* [REFACTOR] AtomModal.ts lowerCamelCase로 변경

* [REFACTOR] lower camel case 폴더명 camel case로 변경

---------

Co-authored-by: Jisu <[email protected]>

* [REFACTOR] 쿼리키를 객체로 관리하도록 변경 (#247)

* [REFACTOR] react-query에서 사용되는 queryKey를 변수로 추출 및 적용

* [REFACTOR] 제네릭을 받는 useQuery의 queryKey 변경

* [REFACTOR] react query (#248)

* [REFACTOR] ProjectManagementSection component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경

* [REFACTOR] ProjectManagementSection component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경

* [REFACTOR] TrendyProductsContent component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경

* [REFACTOR] SearchBox component 내부에서 호출되던 react-query를 hooks/queries 내부로 변경

* [REFACTOR] SearchBox.tsx에서 사용하지 않는 import 제거

* [REFACTOR] useGetIsFollowing hooks 내부에서 호출되던 react-query를 hooks/query 내부로 변경

* [REFACTOR] ReviewWriteForm component 내부의 useMutation을 hooks/queries 내부로 분리

* [REFACTOR] UseProfileCard component 내부의 useMutation을 hooks/queries 내부로 분리

* [REFACTOR] useScrap 내부의 useMutation을 hooks/queries로 옮김

* [REFACTOR] useReaction에서 작성된 useMutate hooks/queries 내부로 이동

* [REFACTOR] plans/index.tsx 컴포넌트 내부의 useMutation hooks/queries 내부로 이동

---------

Co-authored-by: JuhyunLim <[email protected]>
Co-authored-by: Jisu <[email protected]>

* [FIX] modal

---------

Co-authored-by: YeongMin Ahn <[email protected]>
Co-authored-by: Jisu <[email protected]>
@ahn0min ahn0min changed the title Refactor [REFACTOR] develop branch로 merge Jul 3, 2023
ahn0min and others added 7 commits July 3, 2023 23:40
* [REFACTOR] components 내부 폴더명을 파스칼케이스로 변경

* [FIX] build error 수정

* [FIX] 대소문자 차이로 인한 import error 수정

* [REFACTOR] 폴더명 파스칼 케이스로 변경

* [REFACTOR] components/common 파스칼 케이스로 변경

* [ADD] PascalCase로 인한 파일추가

* [REMOVE] components 카멜케이스 폴더 제거

* [CHORE] chromatic ci/cd disabled

* [RENAME] chromatic 비활성화를 위해 확장자명 변경
* [FIX] Edit modal import

* [FIX] Incorrect import path
* [FIX] Edit modal import

* [FIX] Incorrect import path

* [FIX] Wrong import path
* [REFACTOR] @ui/Button component로 모두 교체

* [REFACTOR] Button Componenet의 handleClick을 onClick으로 변경
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