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

[Fix] Home, ViewAll 관련 Model Type Modifying #124

Open
1 of 3 tasks
hsw1920 opened this issue May 19, 2023 · 0 comments
Open
1 of 3 tasks

[Fix] Home, ViewAll 관련 Model Type Modifying #124

hsw1920 opened this issue May 19, 2023 · 0 comments
Assignees
Labels
🛠️ Fix Fix or Update Something

Comments

@hsw1920
Copy link
Contributor

hsw1920 commented May 19, 2023

📝 작업 목적

  • HomeVC 관련 Model Type을 재정의합니다.
    현재 HomeVC에서 SeminarInfo, NetworkingInfo, RecommendUserInfo, MyEventInfo 등의 data가 묶여있지 않아
    Data Binding에 어려움을 겪고있음 -> 하나의 타입으로 묶어줄 필요성을 느낌
image
  • 마찬가지로 ViewAllVC 관련 ModelType을 재정의합니다.

🛠️ Tasks

  • HomeVC 관련 Model Type을 재정의합니다.
    • HomeVC의 tableView 구조를 scrollView로 변경 후 HomeViewModel의 contents를 따르도록 적용
  • ViewAllVC 관련 ModelType을 재정의합니다.
@hsw1920 hsw1920 added the 🛠️ Fix Fix or Update Something label May 19, 2023
@hsw1920 hsw1920 self-assigned this May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ Fix Fix or Update Something
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant