Skip to content

[IDLE-000] 요양보호사는 공고상세 화면을 확인하고 관심이 있는 공고를 iOS에서 즐겨찾기 및 확인을 할 수 있다. #44

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

Merged
merged 21 commits into from
Aug 19, 2024

Conversation

J0onYEong
Copy link
Contributor

변경된점

  • 요양보호사는 공고상세화면을 확인할 수 있습니다.
  • 요양보호사는 관심있는 공고탭에서 즐겨찾기한 공고를 확인할 수 있습니다.

관심있는 공고확인

요양보호사는 총 2가지 탭에서 공고를 확인할 수 있습니다. 두번째 탭에서는 즐겨찾기및 지원한 공고를 확인할 수 있습니다.
두 탭(즐겨찾기, 지원)의 성질이 같다고 판단하여 동일한 ViewController를 사용하고, ViewModel을 코디네이터에서 주입하는 방식으로 구현하였습니다.

두탭은 모두 View로 WorkerStaticPostBoardVC를 사용합니다.
ViewModel은 WorkerStaticPostBoardVMable프로토콜로 선언되어 있습니다.
스크린샷 2024-08-19 오후 1 24 48

두탭의 화면이 유사하지만, 탭에 속한 공고Cell들이 표시해야하는 정보는 달라질 수 있습니다. 따라서 CardCell에 주입하는 ViewModel은 각각 구현하였습니다. d91b0af, 7631851

요양보호사 메인화면에 표시되는 Cell은 해당 오브젝트를 통해 내용이 보여지게됩니다.
마커, 오버레이, 줌레벨, 제스처 금지 옵션을 설정했습니다.
페이징 작업을 완료한 이후 해당 작업을 이어나갈 예정입니다.
지원한 공고, 즐겨찾기한 공고에 사용됩니다.
@J0onYEong J0onYEong merged commit 60d3500 into develop Aug 19, 2024
1 check failed
@J0onYEong J0onYEong deleted the feature/carer_post_detail branch August 19, 2024 05:02
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