[ID-48] 장부 생성 화면 내 장부 가입 기능 추가 #64
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
요약
사용자는 로그인 후 소속된 장부가 없다면 장부 생성 화면으로 진입하도록 되어 있습니다.
이때 기존 장부에
가입하려는 사용자도 반드시 새 장부를 생성해야만 하는 문제가 있었고, 이에 따른 CS 문의가 지속적으로 발생했습니다.이번 수정으로, 장부 생성 화면에서 바로 기존 장부에 가입할 수 있는 기능을 추가했습니다.
=> 로그인 → 장부 생성 화면 → (신규 생성 or 기존 장부 가입) 흐름으로 개선되었습니다.
추가 수정 사항
장부 생성 화면에서 X 버튼 클릭 시 장부 화면으로 이동할 때,
소속된 장부가 없는 경우에는 장부 이름 옆 화살표 아이콘(⬇️ = Bottom Sheet Show)이 보이지 않아
장부 가입이 불가능한 문제가 있었습니다.
이에 따라, 소속 장부가 없더라도 화살표 아이콘(⬇️)이 항상 표시되도록 수정했습니다.
작업내용
스크린샷