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

[feat] : 계좌정보 입력 & 공고현황페이지 모킹 적용 및 코드 디버깅 #71

Merged
merged 8 commits into from
Nov 5, 2023

Conversation

rktdnjs
Copy link
Contributor

@rktdnjs rktdnjs commented Nov 4, 2023

PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • CSS등 UI 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

작업 사항

  • date.js 코드 수정
    • 1시 2분 → 01시 02분과 같은 형태로 자동 변경 및 적용되도록 코드 수정
  • 공고현황페이지 코드 수정
    • 코드를 복잡하게 보이게 하는 console.log 제거
    • 일부 코드에 주석을 추가하여 설명 보충
    • 원본 공고글을 따로 저장해놓지 않아 필터적용 이후에 다시 All 클릭시 공고글이 삭제되는 부분 수정
    • lastpage : false인 경우에 대해 렌더링 과정에서 버그가 있는데, 이는 API 연동을 통해 잡아야 할 것으로 보임
    • 모킹으로 주는 데이터는 세부 로직을 적용하지 않아, 정확한 디버깅을 위해서는 API 연동이 필요함

계좌정보 입력페이지 POST 모킹 테스트

image

공고현황페이지 GET 모킹 테스트

image

관련 이슈

- /signup URL로 계좌정보를 담은 데이터를 POST 요청
- 모킹 결과, 정상 작동함을 확인
- 코드를 복잡하게 보이게 하는 console.log 제거
- 일부 코드에 주석을 추가하여 설명 보충
- 원본 공고글을 따로 저장해놓지 않아 필터적용 이후에 다시 All 클릭시 공고글이 삭제되는 부분 수정
- lastpage : false인 경우에 대해 렌더링 과정에서 버그가 있는데, 이는 API 연동을 통해 잡아야 할 것으로 보임
- 모킹으로 주는 데이터는 세부 로직을 적용하지 않아, 정확한 디버깅을 위해서는 API 연동이 필요함
@rktdnjs rktdnjs added the ✨ feature This feature will be developed label Nov 4, 2023
@rktdnjs rktdnjs changed the title [feat] : 모킹 적용 및 코드 디버깅 [feat] : 계좌정보 입력 & 공고현황페이지 모킹 적용 및 코드 디버깅 Nov 4, 2023
@rktdnjs
Copy link
Contributor Author

rktdnjs commented Nov 4, 2023

LoginPage & KakaoOuathPage(카카오 연동 로그인) 관련

이 부분은 카카오 연동 로그인을 담당하신 기준님과 맞춰가며 수정중에 있으며 계속해서 코드가 바뀌고 있어,
최종적으로 코드가 확정되고 버그 없이 잘 동작할 때 PR 올리도록 하겠습니다 :)

@rktdnjs rktdnjs self-assigned this Nov 4, 2023
@rktdnjs rktdnjs added the 🐞 bug Something isn't working label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working ✨ feature This feature will be developed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant