[Feat/Remove] 리마인더 기능 및 UI 삭제 / flatToServer 테스트 추가 / 만다라트 저장 데이터 구조 로직 수정 - #153
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[Feat/Remove] 리마인더 기능 및 UI 삭제 / flatToServer 테스트 추가 / 만다라트 저장 데이터 구조 로직 수정
추가된 내용 (Description)
리마인더의 저조한 사용으로 해당 기능을 삭제하기로 결정했습니다. 관련 UI 버튼과 리마인더 컴포넌트를 주석 처리하고, 기능 로직을 제거합니다.
추가로 flatToServer 함수의 테스트를 추가했습니다. 예외 케이스를 포함하여 유닛 테스트를 실행할 수 있습니다. 또한, 테스트를 추가하면서, flatToServer 함수의 로직을 변경했습니다.
만다라트 데이터 구조를 변경했습니다. 서버로 저장할 때, 모든 만다라트 데이터가 아닌 변경이 이루어진 데이터만 포함하여 서버로 전송됩니다.
변경 사항
왜 변경했는지 (배경/문제점):
사이드 이펙트 / 주의 사항
참고
관련 이슈 번호:
참고 문서/디자인 가이드: