Skip to content

Commit

Permalink
docs: 기능 구현 문서 수정 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Apr 14, 2023
1 parent 90a9f1b commit 82aa62b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions firstSeminarAdvancedAssignment/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

### 📚 기능 목록

- [ ] 고객 등록 기능
+ [ ] 계좌번호 등록
- [X] 고객 등록 기능
+ [X] 계좌번호 등록
* 기본 금액은 0원으로 설정
+ [ ] 개인정보 등록(이름,생년월일,전화번호,주소)
+ [ ] 비밀번호 등록
* [ ] ⚠️ 이미 존재하는 계좌번호 등록 시, 예외발생
+ [X] 개인정보 등록(이름,생년월일,전화번호,주소)
+ [X] 비밀번호 등록
- [ ] 잔액 조회 기능
+ [ ] 계좌번호와 비밀번호 입력 시, 잔액 조회
+ [ ] ⚠️ 존재하지 않는 계좌번호 입력 시, 예외발생
Expand Down

0 comments on commit 82aa62b

Please sign in to comment.