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

[FE] refactor after merge #643, #642 #649

Merged
merged 3 commits into from
Feb 5, 2024
Merged

Conversation

jiwonh423
Copy link
Collaborator

세인 패트릭꺼 중복된거 충돌 수정했는데 확인 부탁요

@jiwonh423 jiwonh423 added FE 프론트엔드 관련 이슈 refactor 리팩토링 관련 이슈 labels Jan 21, 2024
@jiwonh423 jiwonh423 self-assigned this Jan 21, 2024
Copy link
Collaborator

@semnil5202 semnil5202 left a comment

Choose a reason for hiding this comment

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

수정사항 확인했습니다~ 고생많으셨습니다 👍

@@ -2,3 +2,6 @@ import { TopicCardProps } from '../../types/Topic';
import { http } from './http';

export const getTopics = (url: string) => http.get<TopicCardProps[]>(url);

export const getProfile = () =>
http.get<TopicCardProps[] | null>('/members/my/topics');
Copy link
Collaborator

Choose a reason for hiding this comment

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

오호.. 북마크 작업할 때 null일수도 있다는걸 제가 간과한거 같은데 이 부분 수정해야겠군요..

Copy link
Collaborator

Choose a reason for hiding this comment

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

구우웃~!

Comment on lines -8 to +10
'https://dr702blqc4x5d.cloudfront.net/2023-map-be-fine/icon/topic_defaultImage.svg';
'https://velog.velcdn.com/images/semnil5202/post/37f3bcb9-0b07-4100-85f6-f1d5ad037c14/image.svg';
export const DEFAULT_PROFILE_IMAGE =
'https://dr702blqc4x5d.cloudfront.net/2023-map-be-fine/icon/profile_defaultImage.svg';
'https://avatars.githubusercontent.com/u/103165859?v=4';
Copy link
Collaborator

Choose a reason for hiding this comment

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

차라리 이미지 호스팅 서비스를 이용하는게 나을려나요?

Copy link
Collaborator

Choose a reason for hiding this comment

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

기본 이지미라 저는 괜찮다고 생각하기는 하는데 흠... 호스팅 서비스를 이용하면 더 안정적인 걸까요?!

Comment on lines -28 to -29
const queryClient = new QueryClient();

Copy link
Collaborator

Choose a reason for hiding this comment

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

그 제가 적용한 기본옵션 자동 refetch 옵션 대부분 false 처리해두었는데 이 부분 추후에 정책적으로 회의 한 번 해보시죠~

Copy link
Collaborator

Choose a reason for hiding this comment

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

네넹!

Copy link
Collaborator

@GC-Park GC-Park left a comment

Choose a reason for hiding this comment

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

충동해결 구우웃~!! 좋습니당

@@ -2,3 +2,6 @@ import { TopicCardProps } from '../../types/Topic';
import { http } from './http';

export const getTopics = (url: string) => http.get<TopicCardProps[]>(url);

export const getProfile = () =>
http.get<TopicCardProps[] | null>('/members/my/topics');
Copy link
Collaborator

Choose a reason for hiding this comment

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

구우웃~!

Comment on lines -8 to +10
'https://dr702blqc4x5d.cloudfront.net/2023-map-be-fine/icon/topic_defaultImage.svg';
'https://velog.velcdn.com/images/semnil5202/post/37f3bcb9-0b07-4100-85f6-f1d5ad037c14/image.svg';
export const DEFAULT_PROFILE_IMAGE =
'https://dr702blqc4x5d.cloudfront.net/2023-map-be-fine/icon/profile_defaultImage.svg';
'https://avatars.githubusercontent.com/u/103165859?v=4';
Copy link
Collaborator

Choose a reason for hiding this comment

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

기본 이지미라 저는 괜찮다고 생각하기는 하는데 흠... 호스팅 서비스를 이용하면 더 안정적인 걸까요?!

Comment on lines -28 to -29
const queryClient = new QueryClient();

Copy link
Collaborator

Choose a reason for hiding this comment

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

네넹!

@semnil5202 semnil5202 merged commit d77d381 into develop-FE Feb 5, 2024
1 check failed
@semnil5202 semnil5202 deleted the refactor/after-merge branch February 9, 2024 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 관련 이슈 refactor 리팩토링 관련 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants