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

[ API Server ] 도메인 개발 #9

Open
IMWoo94 opened this issue Jan 30, 2024 · 1 comment
Open

[ API Server ] 도메인 개발 #9

IMWoo94 opened this issue Jan 30, 2024 · 1 comment

Comments

@IMWoo94
Copy link
Owner

IMWoo94 commented Jan 30, 2024

배달 플랫폼 API Server 구현

사용자 도메인 개발

  • 사용자 서비스 로직 구현
    • 회원가입
    • 로그인
    • JWT 인증
      • Interceptor 로 인증 처리 여부 화면 분리
      • 유효한 토큰의 인증 정보 RequestContextHolder.ThreadLocal 에 저장하여 하나의 Thread 내에서 모두 접근이 가능
      • AOP, ArgumentResolver 를 사용하여 인증 사용자 정보 바인딩 처리

트러블 슈팅 이슈 : Json parse Error

스토어 도메인 개발

  • 스토어 서비스 로직 구현
    • 유효한 가게 정보 제공

트러블 슈팅 이슈 : Unknown Properties

메뉴 도메인 개발

상품 주문 도메인 개발

  • 주문 서비스 로직 구현
    • 주문 등록 [ 주문 - 주문 확인 - 요리 중 - 배달 중 - 완료 ]
    • 주문 내역 조회 [ 현재 진행 중인 주문 내역, 과거 주문 내역, 주문 상세 내역 ]
@IMWoo94
Copy link
Owner Author

IMWoo94 commented Feb 12, 2024

완료

@IMWoo94 IMWoo94 changed the title [ 프로젝트 구현 ] 도메인 개발 [ 도메인 ] 도메인 개발 Feb 12, 2024
@IMWoo94 IMWoo94 added the Server label Feb 12, 2024
@IMWoo94 IMWoo94 changed the title [ 도메인 ] 도메인 개발 [ API Server ] 도메인 개발 Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant