Skip to content

Commit

Permalink
Update changelog, QA
Browse files Browse the repository at this point in the history
  • Loading branch information
woin2ee committed Feb 14, 2024
1 parent 0afa465 commit 6e14106
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ Resources/InfoPlist/Info.plist

### Using tests
Tests/**/*.plist

### Changelog
Changelog/next.md
8 changes: 8 additions & 0 deletions Changelog/1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## New features
- Added to change theme feature.

## Enhancements
- Prevent adding duplecate word.

## Fixed
- Fixed memory leak for view controller.
5 changes: 0 additions & 5 deletions Changelog/next.md

This file was deleted.

21 changes: 16 additions & 5 deletions QA.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,42 @@
#Version
1.5.0
1.7.0

##Common
- Localization 적용 확인

##WordCheking
## WordCheking

- 단어 추가 시 리스트에 반영
- 단어 암기 완료 시 리스트에 반영
- 단어 삭제 시 리스트에 반영
- 단어 앞, 뒤 이동 정상 작동
- 마지막 단어 암기 완료 표시 시 '단어 없음' 문구 출력
- 마지막 단어 삭제 시 '단어 없음' 문구 출력
- 중복 단어 추가 시 중복 단어 Toast 메세지 표시 확인

##WordList
## WordList

- 현재 단어 수정 시 암기 화면에 반영
- 현재 단어 삭제 시 암기 화면에 반영
- 현재 단어 암기 완료 표시 시 암기 화면에 반영
- 현재 단어 없을 때 단어 암기중 표시 시 화면에 반영

##WordSearch
## WordAddition

- 단어 추가 시 중복 단어일 때 중복 경고 메세지 표시 확인
- 단어 추가 시 입력된 단어가 없을 때 완료 버튼 비활성화 확인

## WordDetail

- 단어 편집 시 중복 단어일 때 중복 경고 메세지 표시 확인
- 수정 사항이 존재할 때 취소 확인 ActionSheet 표시 확인

## WordSearch

- 단어 검색 이상 여부 확인
- 단어 검색 후 수정 시 리스트&암기 화면에 바로 적용 여부 확인

##Settings
## Settings

- Source language / Translation language 변경시 번역 사이트에 정상 적용 확인
- 구글 드라이브 로그인 여부에 따라 로그아웃 버튼 표시
Expand Down

0 comments on commit 6e14106

Please sign in to comment.