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] 테스트 계정 설정 및 API 개발 #267

Merged
merged 6 commits into from
Nov 10, 2024
Merged

Conversation

SSung023
Copy link
Contributor

@SSung023 SSung023 commented Oct 24, 2024

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

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


반영 브랜치

feat/266-test-accountmain


변경 사항

서비스를 체험할 수 있는 테스트 계정을 생성하고, FE에서 요청할 테스트 계정 로그인 API를 개발합니다.

작업 상세 내용

  • 데이터베이스 Users 테이블에 테스트 계정 추가하는 SQL문 작성
  • 테스트 계정 로그인 API 개발 POST /api/auth/guest
    • 아이디, 비밀번호가 일치하지 않을 때 MEMBER_NOT_FOUND 예외 발생

테스트 결과


연관된 이슈

#266


리뷰 요구사항(선택)

yml 파일 업데이트 필요

@SSung023 SSung023 added 💡feature 기능 구현, 개선 사항 관련 🧑🏻‍💻 BE 백엔드 관련 코드 labels Oct 24, 2024
@SSung023 SSung023 requested a review from kimdozzi October 24, 2024 23:07
@SSung023 SSung023 self-assigned this Oct 24, 2024
@SSung023 SSung023 linked an issue Oct 24, 2024 that may be closed by this pull request
3 tasks
Copy link

github-actions bot commented Oct 24, 2024

Test Results

192 files  192 suites   35s ⏱️
293 tests 293 ✅ 0 💤 0 ❌
301 runs  301 ✅ 0 💤 0 ❌

Results for commit 5a8daf0.

♻️ This comment has been updated with latest results.

- 게스트 로그인 응답 데이터에 identifier 정보 추가
@SSung023 SSung023 merged commit 2e54fb6 into main Nov 10, 2024
2 checks passed
@SSung023 SSung023 deleted the feat/266-test-account branch November 10, 2024 10:32
@SSung023 SSung023 restored the feat/266-test-account branch November 10, 2024 22:40
@SSung023 SSung023 deleted the feat/266-test-account branch November 10, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑🏻‍💻 BE 백엔드 관련 코드 💡feature 기능 구현, 개선 사항 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 테스트 계정 설정 및 API 개발
2 participants