Skip to content

Commit

Permalink
docs: 개인정보 등록 부분 예외항목 추가 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Apr 15, 2023
1 parent d4d8e50 commit d37ee7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firstSeminarAdvancedAssignment/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* [X] ⚠️ 이미 존재하는 계좌번호 등록 시, 예외발생
* [X] ⚠️ 계좌번호가 'Integer-Integer-Integer' 형식이 아니라면, 예외발생
+ [X] 개인정보 등록(이름,생년월일,전화번호,주소)
* [ ] ⚠️ 생년월일이 'Integer(4)-Integer(2)-Integer(2)' 형식이 아니라면, 예외발생
* [ ] ⚠️ 전화번호가 'Integer(3)-Integer(4)-Integer(4)' 형식이 아니라면, 예외발생
+ [X] 비밀번호 등록
- [X] 잔액 조회 기능
+ [X] 계좌번호와 비밀번호 입력 시, 잔액 조회
Expand Down

0 comments on commit d37ee7f

Please sign in to comment.