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] API 기능 테스트 도중 에러 발생시 체크하여 수정 #24

Open
4 tasks done
StarFace90 opened this issue Jul 7, 2022 · 2 comments
Open
4 tasks done
Assignees
Labels
🐞 버그 수정 버그 수정

Comments

@StarFace90
Copy link
Contributor

StarFace90 commented Jul 7, 2022


내용

  • 내용명 : API 기능 테스트 도중 오류 있는 부분은 체크하여 수정한다

체크리스트

  • 회원관리 부분 체크
  • 가계부 CRUD 체크
  • 가계부 상세 CRUD 체크
  • 댓글 CRD 체크
@StarFace90 StarFace90 added the 🐞 버그 수정 버그 수정 label Jul 7, 2022
@StarFace90 StarFace90 self-assigned this Jul 7, 2022
StarFace90 added a commit that referenced this issue Jul 7, 2022
- 회원정보 수정시 DB에 업데이트 가능
- password 변경시 bcypt 하여 재 암호화
- userValidator에 회원가입시 mbti 케이스 추가
StarFace90 added a commit that referenced this issue Jul 7, 2022
- 로그인 한 유저가 생성한 날짜별 가계부 조회
- 검색 쿼리문 수정, mysql 워크벤치를 통해 검증
StarFace90 added a commit that referenced this issue Jul 8, 2022
- 3 table을 join하여 데이터를 가져온다
- 현재 로그인 중인 유저를 제외한 나머지 유저의 가계부 타입별(지출,수입) 가계부 데이터를 가져온다
@StarFace90
Copy link
Contributor Author

StarFace90 commented Jul 10, 2022

여러 시나리오로 API 요청 테스트 결과(0708 - 0709)

  • 기준은 목요일 오후24시 main 브랜치에서 pull한 코드 활용
결과 테스트 통과 기능 보수 필요
고객관리 회원가입, 로그인, 로그아웃, 정보수정 회원탈퇴(cascade기능)
가계부 생성, 복구, 날짜별 조회, mbti별 조회 가계부 수정(유저인증), 가계부 삭제(cascade)
가계부상세 다른유저 가계부 상세내역 조회 생성(유저인증), 본인 가계부 조회(유저인증), 복구(응답코드), 삭제(cascade)
댓글기능 미 테스트 미 테스트

@StarFace90
Copy link
Contributor Author

코드 수정 후 2차 유지보수 테스트 예정(0710)

  • 코드 수정
  • 테스트 완료 후 push -> main 브랜치 받아 새로 브랜치 생성 후 코드 병합
  • 댓글 기능 테스트 이후 push 및 PR 요청 예정

StarFace90 added a commit that referenced this issue Jul 10, 2022
- 가계부 수정
- 가계부 상세 내역 생성
- 가계부 상세 내역 복구
- 본인 가계부 상세 내역 조회
- 기타 기능 중 인증 안된 유저가 타 유저 가계부 CRUD 가능한 현상 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 버그 수정 버그 수정
Projects
None yet
Development

No branches or pull requests

1 participant