-
Notifications
You must be signed in to change notification settings - Fork 1
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
회원가입 완료페이지, 너가소개서 결과페이지 구현 #92
Conversation
# Conflicts: # src/assets/icons/index.ts
울 웹쁜이 고생많았어 ! 여기서 미리보기로 보면서 쉬어~ 다른 웹쁜이들한테도 자랑해줘~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
useEffect(() => { | ||
(async () => { | ||
const data = await api.neogaService.getResultTemplates(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이친구의 이름을 getResultKeywords 로 바꾸어주세요1!
{!lookMoreButton ? ( | ||
<ImmutableKeywordList | ||
keywordList={resultKeywordList.slice(0, 7)} | ||
onItemClick={() => null} | ||
/> | ||
) : null} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{!lookMoreButton ? ( | |
<ImmutableKeywordList | |
keywordList={resultKeywordList.slice(0, 7)} | |
onItemClick={() => null} | |
/> | |
) : null} | |
{!lookMoreButton && ( | |
<ImmutableKeywordList | |
keywordList={resultKeywordList.slice(0, 7)} | |
onItemClick={() => null} | |
/> | |
) |
</StFeedTitle> | ||
{resultList.map((data) => { | ||
return ( | ||
<> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<></>를 떼도 될 것 같아요1
|
||
function FormDetail() { | ||
return ( | ||
<> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<></>를 떼도 될 것 같아요!
|
||
function joinComplete() { | ||
return ( | ||
<div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
function NeogaRouter() { | ||
return ( | ||
<Routes> | ||
<Route path="/create" element={<NeogaCreate />} /> | ||
<Route path="/detail/form" element={<FormDetail />} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/:formID/detail/form 으로 바꾸면 좋을 것 같ㅇ아ㅛ1
src/infrastructure/api/neoga.ts
Outdated
getResultTemplates(): Promise<Keywordlists[]>; | ||
getAllResultListTemplates(): Promise<ResultFormList[]>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㅇ 친구들 모두 formId를 받아야 할 것 같아요(type은 Number)
# Conflicts: # src/assets/icons/index.ts # src/presentation/routes/NeogaRouter.tsx
울 웹쁜이 고생많았어 ! 여기서 미리보기로 보면서 쉬어~ 다른 웹쁜이들한테도 자랑해줘~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생해쏘❤️
@@ -6,3 +6,18 @@ export type NeogaCardItem = { | |||
src: string; | |||
backgroundColor: string; | |||
}; | |||
|
|||
export type Keywordlists = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요거 왜 List 아닌지 궁그매요 별 이유 없다면 나중에 수정 부탁스!
|
||
function joinComplete() { | ||
return ( | ||
<JoinCompleteForm /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹시 요기는 JoinCompleteForm 컴포넌트가 꼭 이렇게 감싸져야 하나요?!
⛓ Related Issues
📋 작업 내용
📌 PR Point
👀 스크린샷 / GIF / 링크