-
Notifications
You must be signed in to change notification settings - Fork 0
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
수료증 페이지 구현 #89
base: main
Are you sure you want to change the base?
수료증 페이지 구현 #89
Conversation
2972e17
to
5fbfce6
Compare
이 부분은 따로 티켓을 생성하실 건가요. 이 PR이 병합되어도 현재 티켓을 오픈 상태로 유지하실 건가요? |
@Sunjae95 PR 설명에 디스코드에 올려주신 pdf 캡쳐해서 추가해뒀어용~ |
스토리가 반쪽 짜리라서 좀 많이 아쉬운 것 같아요 😢 이 스토리북 애드온을 써보시면 어떨까요? https://github.com/storybookjs/addon-queryparams |
<h3>CERTIFICATE OF ACHIEVEMENT</h3> | ||
<h4>DaleStudy</h4> | ||
<h5>{member?.id}</h5> |
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.
<h1>
다음에 <h2>
건너뛰고 바로 <h3>
가 나오면 안 됩니다. (참고: https://dequeuniversity.com/rules/axe/4.10/heading-order)
|
||
<p>{`For successfully completing ${member?.solvedProblems.length === 75 ? "all" : member?.solvedProblems.length} problems\nin the LeetCode Blind 75 and contributing\nto knowledge sharing in the ${member?.cohort}${cohortSuffix?.[member?.cohort ?? 0] ?? "th"} DaleStudy.`}</p> | ||
|
||
<img src={Signature} /> |
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.
이미지 요소에는 꼭 alt
속성을 달아주세요.
현재 PR에서 리뷰반영과 작업하겠습니다! |
저랑 소통하겠다는 부분이 방금 피그마에 달아주신 간격 관련한 부분일까요? 아니면 또 다른 부분이 있으신걸까요? |
@yolophg 맞습니다. 피그마 코멘트 확인했는데 제가 원하는 답이였어요 답변 감사합니다! |
5fbfce6
to
e0cd95d
Compare
parameters: { | ||
query: { | ||
member: "daleseo", | ||
}, | ||
}, |
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.
🏅
@@ -3,6 +3,11 @@ import Certificate from "./Certificate"; | |||
|
|||
const meta: Meta<typeof Certificate> = { | |||
component: Certificate, | |||
parameters: { | |||
query: { | |||
member: "daleseo", |
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.
달레가 달레 자신에게 수료증을 주는 게 조금 어색한 것 같아요 🤣 이 컴포넌트 구현하신 선재님의 노고를 기리는 차원에서 선재님 아이디로 하시면 어떤가요?
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.
이 파일에서 발생하는 충돌을 해결해주시기 바랍니다. 바이너리 파일이라서 쪼끔 주의가 필요한데요.
선재님이 파일에 가하신 변경을 원복하고 bun add
명령어로 @storybook/addon-queryparams
를 다시 설치하시면 됩니다.
체크리스트
수료증 페이지 전체 구현합니다.
데모를 위해 style부분이 미흡하여 다음 스프린트에서 헬레나님과 소통후에 수정하겠습니다.