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

[REFACTOR] 테스트를 수행하면서 개선사항 수정 #44

Open
6 tasks done
aurora32s opened this issue Apr 23, 2023 · 0 comments
Open
6 tasks done

[REFACTOR] 테스트를 수행하면서 개선사항 수정 #44

aurora32s opened this issue Apr 23, 2023 · 0 comments
Assignees
Labels
🌹Refactor 리팩토링 🦊 담당: 진연주(안드로이드) 담당 개발자 - 진연주(안드로이드)
Milestone

Comments

@aurora32s
Copy link
Owner

aurora32s commented Apr 23, 2023

📌 내용

테스트를 수행하면서 발견하거나 필요해보이는 개선사항을 수정하고 반영합니다.
(* 반영한 내용은 아래에 리스트화해 두었습니다.)

🏠 Done

  • PostScreen에서 수정모드이면서 시스템 BackButton을 클릭하면, show mode로 변경
  • PostViewModel.getPost 코드 정리
  • Image 테이블의 primary key를 id와 post_id로 변경
기기에서 가져온 이미지 정보의 id를 image 테이블에서 사용하므로,
동일한 이미지일 경우 id가 중복되 replace되는 이슈가 있어,
image 테이블의 primary key를 id와 post_id로 지정하였습니다.
  • PostScreen에서 X, 저장 버튼 클릭으로 ShowMode 이동 시, 키보드가 닫히도록 수정
  • 달력에서 날짜 클릭 시, 해당 날짜의 Card로 이동하도록 수정
  • MonthlyScreen의 Grid 타입에서 Post 클릭 시, PostScreen으로 이동
@aurora32s aurora32s added 🦊 담당: 진연주(안드로이드) 담당 개발자 - 진연주(안드로이드) 🌹Refactor 리팩토링 labels Apr 23, 2023
@aurora32s aurora32s added this to the Refactor milestone Apr 23, 2023
@aurora32s aurora32s self-assigned this Apr 23, 2023
@aurora32s aurora32s reopened this Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌹Refactor 리팩토링 🦊 담당: 진연주(안드로이드) 담당 개발자 - 진연주(안드로이드)
Projects
None yet
Development

No branches or pull requests

1 participant