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

새터반 택시대제전 이벤트 참여 모달 제작 #738

Merged

Conversation

pbc1017
Copy link
Contributor

@pbc1017 pbc1017 commented Feb 20, 2024

ModalEvent2024SpringJoin 파일을 신규 생성하고 전화번호, 새터반, 추천인을 입력할 수 있도록 수정했습니다.
SuggestJoinEventContainer에서 ModalEvent2024SpringJoin을 불러오도록 수정했습니다.
image

@pbc1017 pbc1017 linked an issue Feb 20, 2024 that may be closed by this pull request
Copy link

netlify bot commented Feb 20, 2024

Deploy Preview for taxi-dev-preview ready!

Name Link
🔨 Latest commit 1311c29
🔍 Latest deploy log https://app.netlify.com/sites/taxi-dev-preview/deploys/65d790932f2b25000861a876
😎 Deploy Preview https://deploy-preview-738--taxi-dev-preview.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kmc7468
Copy link
Member

kmc7468 commented Feb 20, 2024

수고하셨습니다! 다만 추천인 항목의 경우 사용자가 직접 입력하는 항목이 아닙니다. 자세한 내용은 노션에 있는 추천인 시스템 구현 아이디어 문서 참고 부탁드려요! 간략하게 설명드리면, 초대 URL을 통해 넘어온 경우 추천인 정보가 표시되어야 하고, 그렇지 않은 경우 초대 퀘스트가 있음을 안내하는 내용이 표시되어야 합니다.

@pbc1017 pbc1017 changed the title Add: 새터반 택시 대제전 이벤트 참여 모달 만들기 새터반 택시대제전 이벤트 참여 모달 제작 Feb 20, 2024
@@ -17,7 +17,6 @@ const SuggestJoinEventContainer = () => {
const { isAgreeOnTermsOfEvent, completedQuests } =
useValueRecoilState("event2024SpringInfo") || {};

const randomToken = useMemo(() => !!Math.floor(Math.random() * 2), []);
Copy link
Member

Choose a reason for hiding this comment

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

지난 가을학기 때 쓰였던 WhiteContainerSuggestJoinEvent 코드와 비교하며 읽어보니, randomToken은 띄워야 할 컨테이너 종류가 여러 개였어서 그 중 하나를 랜덤으로 띄우기 위해 쓰였던 값 같습니다. 이번 봄학기 때에는 그럴 필요가 없어서, 관련 코드를 모두 삭제했습니다.

@kmc7468 kmc7468 merged commit 3605355 into dev Feb 22, 2024
4 checks passed
@kmc7468 kmc7468 deleted the #737-새터반-택시대제전-이벤트-참여-모달-제작 branch February 22, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

새터반 택시대제전 이벤트 참여 모달 제작
2 participants