-
Notifications
You must be signed in to change notification settings - Fork 2
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
새터반 택시대제전 이벤트 참여 모달 제작 #738
The head ref may contain hidden characters: "#737-\uC0C8\uD130\uBC18-\uD0DD\uC2DC\uB300\uC81C\uC804-\uC774\uBCA4\uD2B8-\uCC38\uC5EC-\uBAA8\uB2EC-\uC81C\uC791"
Conversation
✅ Deploy Preview for taxi-dev-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
수고하셨습니다! 다만 추천인 항목의 경우 사용자가 직접 입력하는 항목이 아닙니다. 자세한 내용은 노션에 있는 추천인 시스템 구현 아이디어 문서 참고 부탁드려요! 간략하게 설명드리면, 초대 URL을 통해 넘어온 경우 추천인 정보가 표시되어야 하고, 그렇지 않은 경우 초대 퀘스트가 있음을 안내하는 내용이 표시되어야 합니다. |
@@ -17,7 +17,6 @@ const SuggestJoinEventContainer = () => { | |||
const { isAgreeOnTermsOfEvent, completedQuests } = | |||
useValueRecoilState("event2024SpringInfo") || {}; | |||
|
|||
const randomToken = useMemo(() => !!Math.floor(Math.random() * 2), []); |
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.
지난 가을학기 때 쓰였던 WhiteContainerSuggestJoinEvent 코드와 비교하며 읽어보니, randomToken은 띄워야 할 컨테이너 종류가 여러 개였어서 그 중 하나를 랜덤으로 띄우기 위해 쓰였던 값 같습니다. 이번 봄학기 때에는 그럴 필요가 없어서, 관련 코드를 모두 삭제했습니다.
ModalEvent2024SpringJoin 파일을 신규 생성하고 전화번호, 새터반, 추천인을 입력할 수 있도록 수정했습니다.
SuggestJoinEventContainer에서 ModalEvent2024SpringJoin을 불러오도록 수정했습니다.