Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Account management API #1

Closed
jjeda opened this issue Sep 5, 2019 · 0 comments
Closed

Account management API #1

jjeda opened this issue Sep 5, 2019 · 0 comments
Assignees
Labels
Account account management

Comments

@jjeda
Copy link
Collaborator

jjeda commented Sep 5, 2019

  1. Simple Account CRUD
  2. Spring Security : authentication / authorization
  3. Spring session : JVM -> Redis
@jjeda jjeda added the Account account management label Sep 5, 2019
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 하나 삭제하는 테스트 코드 작성 -> 로직
jjeda added a commit that referenced this issue Sep 8, 2019
- README TODO 내용 git issue 로 관리
@jjeda jjeda self-assigned this Sep 8, 2019
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 구현
jjeda added a commit that referenced this issue Sep 23, 2019
@jjeda jjeda closed this as completed Sep 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Account account management
Projects
None yet
Development

No branches or pull requests

1 participant