This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Account management API #1
Labels
Account
account management
Comments
jjeda
added a commit
that referenced
this issue
Sep 5, 2019
- Account Entity 생성 - View Layer 와 DB Layer 분리를 위한 DTO 생성 - 영속성을 위한 AccountRepository 인터페이스 생성
jjeda
added a commit
that referenced
this issue
Sep 6, 2019
- Account create에 대한 Test code 작성 - Account create에 대한 Service, controller 비즈니스 로직 완성
jjeda
pushed a commit
that referenced
this issue
Sep 7, 2019
- pom.xml 수정 : 불필요한 주석 커밋 제외 - AccountController 수정 : 접근제한자 추가, produces = MediaTypes.HAL_JSON_UTF8_VALUE 삭제 (Defalut) - Account 객체 import 수정 - Account 객체 날짜변수 이름 수정 createDate, modifiedDate -> createdAt, modifiedAt
jjeda
added a commit
that referenced
this issue
Sep 8, 2019
- Account 전체 목록 불러오는 테스트 코드 작성 -> 로직 작성 - Account 하나 불러오는 테스트 코드 작성 -> 로직 - Account 하나 삭제하는 테스트 코드 작성 -> 로직
Merged
jjeda
added a commit
that referenced
this issue
Sep 9, 2019
- GET, DELETE Method 회원, ADMIN로 분리 - 전체 Account List 불러오기 -> 삭제 or 삭제되지 않은 Account List 불러오기
jjeda
added a commit
that referenced
this issue
Sep 9, 2019
- update 관련 test 코드 작성 - update method 구현
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: