Skip to content

Commit

Permalink
부산대_BE 이영준 6주차 Step0 (kakao-tech-campus-2nd-step2#172)
Browse files Browse the repository at this point in the history
* feat : step0 기존 코드 추가 (kakao-tech-campus-2nd-step2#88)

* 부산대 BE 이영준 order step1 (kakao-tech-campus-2nd-step2#328)

* docs : step1 문서 업데이트

* refactor : 예외 코드 정리

* chore : jpa 디렉토리 위치 변경

* feat : Product에 대해 facade 패턴 추가

* refactor : 불필요 interface 제거

* feat : productDTO Request/Response로 나누기

* refactor : product service 리펙토링

객체지향스럽게

* refactor : product controller 수정

DTO 분할

* test : productfacaderepository 테스트 추가

* chore : 불필요 DTO 표시 추가

* docs : 리펙토링 기록 문서 추가 작성

* feat : key 업로드 방지 gitignore 추가

* docs : step1 문서 추가

* chore : 클래스 이름 변경

* refactor : admin page 카테고리, 옵션 구현 리펙토링

* bulid : api key를 위해 설정 추가

* feat : 컨트롤러 추가

* feat : 카카오 로그인서비스 추가

* chore : 사용하지 않는 import 제거

* refactor : 엑세스 토큰 추출까지로 변경

* 부산대 BE_이영준 5주차 step2 and step3 (kakao-tech-campus-2nd-step2#422)

* docs : step2 문서 업데이트 -- 시작 --

* feat : order service 추가

새로운 주문 생성

* feat : order controller 추가

* feat : 카카오 메세지 전송기능 추가

* feat : header access token 추가

* feat : access token 사용 인증 추가

* docs : 문서 업데이트

* refact : 도메인 별로 경로 수정

* feat : 카테고리 facade repository 추가

test도 함께 추가

* chore : 불필요 테스트 삭제

* refactor : 불필요 try-catch 제거

* refactor : 불필요 try-catch 제거

* feat : category facade 추가

* feat : api 명세서 추가
  • Loading branch information
20jcode authored Aug 1, 2024
1 parent 68235b7 commit 5716d75
Show file tree
Hide file tree
Showing 76 changed files with 4,495 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ out/

### Mac OS ###
.DS_Store

application-key.properties
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# spring-gift-point
# spring-gift-order

## step0

기존 코드 옮겨오기

## step1

- 카카오 로그인 처리 컨트롤러 추가
- 로그인 위한 request, response dto 추가
- 카카오 로그인 서비스 추가
- 카카오 로그인 서비스 테스트 추가

## step2

1. 오더 서비스 테스트 추가 - 주문 성공
2. 서비스 필요 DTO 추가
3. 서비스 필요 컨트롤러 추가

4. 카카오 메세지 전송 서비스 추가
Loading

0 comments on commit 5716d75

Please sign in to comment.