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

[Fix] 최종 QA 반영 #281

Merged
merged 6 commits into from
Jul 30, 2024
Merged

[Fix] 최종 QA 반영 #281

merged 6 commits into from
Jul 30, 2024

Conversation

lydiacho
Copy link
Member

@lydiacho lydiacho commented Jul 30, 2024

Related Issue : Closes #280


🧑‍🎤 Summary

  • makers - 이전기수활동여부 에서 해당사항 없음 제거
  • makers - 동아리를 알게 된 경로 제거
  • 인증번호 이메일 관련 안내문 내용 추가
  • 필수항목 점 삐져나옴 (지원서 헤더 배경 영역 재지정)

🧑‍🎤 Comment

필수항목 점 삐져나오는 이슈는
예전에도 언석오빠가 border이 살짝 보인다고 border을 흰색처리 하는 식으로 해결했던 것 같은데,
그 ApplyHeader의 여백이 padding이 아니라 margin으로 부여되고 있어서 배경색이 양옆으로는 적용이 안되고 있더라구요
image

즉 저 초록색 영역이 지금은 padding으로 줘서 저렇게 초록이지만, 다 주황색(margin)이었어요!
그래서 background color가 내부 파란색 부분에만 적용되고 있어서 그 영역으로 조금이라도 벗어나는 애들은 다 비쳤던겁니다

padding으로 바꿔서 해결해줬어요~~

@lydiacho lydiacho self-assigned this Jul 30, 2024
Copy link

height bot commented Jul 30, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link

cloudflare-workers-and-pages bot commented Jul 30, 2024

Deploying sopt-recruiting-frontend with  Cloudflare Pages  Cloudflare Pages

Latest commit: fc27ac2
Status: ✅  Deploy successful!
Preview URL: https://11bb7233.sopt-recruiting-frontend.pages.dev
Branch Preview URL: https://fix--280-qa.sopt-recruiting-frontend.pages.dev

View logs

Copy link
Member

@eonseok-jeon eonseok-jeon left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 :)

Comment on lines 170 to 172
<p className={success}>이메일이 전송되었어요. 네트워크로 인해 약 1분 정도 소요될 수 있어요.</p>
<p className={success} style={{ marginTop: '-8px' }}>
네트워크 상황에 따라 약 1분 정도 소요될 수 있어요.
약 1분 이후 메일이 오지 않는다면 스팸 메일함을 확인해주세요.
Copy link
Member

@eonseok-jeon eonseok-jeon Jul 30, 2024

Choose a reason for hiding this comment

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

스크린샷 2024-07-30 오후 3 54 31

글자가 너무 많아진 거 같아요

네트워크로 인해 약 1분 정도 -> 네트워크 지연 등이 아닌 네트워크 자체는 원인이 아닌 거 같아요
약 1분 이후 메일이 오지 않는다면 -> 위의 약 1분 정도와 문구가 겹치는 거 같아요

따라서

이메일이 전송되었어요. 약 1분 정도 소요될 수 있어요.
메일이 오지 않는다면 스팸 메일함을 확인해주세요.

로 변경하는 거 어떠신가요?

Copy link
Member Author

Choose a reason for hiding this comment

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

이거 디자인쪽에서 정해주신 거라서 슬랙으로 논의 옮길게요!

Copy link
Member Author

Choose a reason for hiding this comment

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

요 문구로 픽스돼서 반영했습니다~~~

@lydiacho lydiacho merged commit ce22ce7 into develop Jul 30, 2024
1 check passed
@lydiacho lydiacho deleted the fix/#280_qa branch July 30, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 최종QA
2 participants