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

포트폴리오 오류, 헤더 오류, 이메일 코드 로직 수정 #170

Merged
merged 7 commits into from
Nov 8, 2023

Conversation

seokwns
Copy link
Contributor

@seokwns seokwns commented Nov 8, 2023

한 일

  • 포트폴리오 필터링 옵션의 null 입력 오류 수정
  • refresh 헤더가 노출되지 않는 오류 수정
  • smtp 프로토콜 사용 불가로 인해 인증코드를 테스트용 코드로 수정
  • 이메일 인증코드 엔티티명 변경 (MailCode -> EmailCode)
  • 테스트용 이메일 인증코드를 환경변수로 분리
  • (사용하지 못하는 ,,.,.,..,.,.) 이메일 디자인 변경 ,.,,...,.,.,..

이슈

close #168
close #169

- 이메일 테스트용 코드에 대한 환경변수 주입
- 엔티티명을 내부 변수들과 통일
- refresh 헤더 필드가 노출되지 않는 오류 수정
- 포트폴리오 필터링 옵션이 null 인 경우 발생하는 오류 수정
- 필터링을 위핸 specification 객체를 bean 등록
- 응답 데이터가 없을 경우 빈 배열을 반환하도록 수정
- 엔티티명 변경에 따른 테이블명 변경 반영
- 테스트용 이메일 인증코드를 위한 환경변수 추가
Copy link
Contributor

@chaee813 chaee813 left a comment

Choose a reason for hiding this comment

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

ㅠㅠ 이메일 인증 못쓰는거 너무너무.. 아쉽네요 메일 화면도 예쁘게 꾸며주셨는데 ,,, ㅠㅠㅠ 빠르게 수정사항 반영해주셔서 감사합니다! 고생 많으셨어요 👍👍

@chaee813 chaee813 merged commit 811091f into Step3-kakao-tech-campus:weekly Nov 8, 2023
1 check passed
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