Skip to content

Conversation

@altmit
Copy link
Member

@altmit altmit commented Nov 29, 2024

구현한 것

기타 변경 사항

@altmit altmit self-assigned this Nov 29, 2024
@altmit altmit added chore 빌드 업무 수정, 패키지 매니저 수정 → 패키지 설치, 개발 환경 세팅 feat 새로운 기능 추가 refactor 리팩토링 labels Nov 29, 2024
Comment on lines +39 to +40
//TODO 왜 styled로 감싼 컴포넌트에 component props가 안되는지
// component="div"
Copy link
Member Author

Choose a reason for hiding this comment

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

다음 이슈에서 Pagination 관련으로 styled 문제도 함께 찾아보기

Comment on lines +28 to +31
//TODO : toast 추가
// const message = (error as AxiosError<Response<null>>).response?.data
// ?.message as string;
// toast.error(message);
Copy link
Member Author

Choose a reason for hiding this comment

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

추후 이슈에서 Toast 추가해서 해결하기

Comment on lines +11 to +16
// type Props = {
// tab: PortfolioPageTab;
// onChangeTab: (tab: PortfolioPageTab) => void;
// };

// export default function ChartsPanel({ tab, onChangeTab }: Props) {
Copy link
Member Author

Choose a reason for hiding this comment

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

모바일 화면 추가할 때 추가하기

Comment on lines +21 to +35
// const {
// data: portfolioSSE,
// //TODO: SSE 에러일때 핸들링처리
// } = useSSE<PortfolioSSE>({
// url: `/api/portfolio/${portfolioId}/holdings/realtime`,
// eventTypeName: "portfolioDetails",
// });

// // Static Data
// const { portfolioDetails, portfolioHoldings } = portfolio;
// // Realtime Data
// const {
// portfolioDetails: portfolioDetailsSSE,
// portfolioHoldings: portfolioHoldingsSSE,
// } = portfolioSSE ?? { portfolioDetails: null, portfolioHoldings: [] };
Copy link
Member Author

Choose a reason for hiding this comment

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

SSE 추가할 때 적용하기

@altmit altmit merged commit 6be1068 into dev Nov 29, 2024
1 check passed
@altmit altmit deleted the feat/#24-PortfolioPage branch November 29, 2024 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 빌드 업무 수정, 패키지 매니저 수정 → 패키지 설치, 개발 환경 세팅 feat 새로운 기능 추가 refactor 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants