Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#50] 모든 화면 연결 및 필요한 기능 추가 #56

Merged
merged 14 commits into from
Nov 11, 2024

Conversation

zaehorang
Copy link
Collaborator

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요

  • 출시를 위해 모든 화면을 연결하고, SwiftData를 이용해 로컬에 데이터를 저장합니다.

스크린샷 (선택)

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

  • ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

- 완독할 책을 등록하는 전반적인 과정의 뷰를 연결합니다.
- 프로그레스바가 유동적으로 변경될 수 있도록 BookSettingInputModel을 추가합니다.
- 책을 등록하는 모든 화면을 연결하고, 데이터를 등록하는 로직을 추가하였습니다.
- 화면 플로우에 맞게 추가된 뷰들을 연결합니다.
- 책을 등록하고, 오늘 읽은 페이지를 입력하는 기능을 추가합니다.
- 전체적으로 UI를 수정하고, 각 화면 전환시 데이터를 업데이트 시켜줍니다.
- 완독이 이미지를 추가합니다. (그 외에 이미지도)
- 다크 모드를 막습니다.
- 등록된 책을 삭제하는 기능을 추가합니다.
- SwiftData를 이용해 데이터를 로컬에 저장합니다.
- 책 페이지를 재할당하기 전에 당일 할당량을 채웠으면 재할당하는 로직을 실행시키지 않습니다.
- 출시를 위해 앱 이미지를 추가합니다.
- 완독한 책을 삭제하는 기능을 추가합니다.
@zaehorang zaehorang linked an issue Nov 11, 2024 that may be closed by this pull request
2 tasks
@zaehorang zaehorang merged commit 06799b5 into develop Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

전체적인 뷰 연결
1 participant