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

[Feat] write curation view model #476

Closed
wants to merge 59 commits into from

Conversation

JMM00
Copy link
Member

@JMM00 JMM00 commented Jul 20, 2023

관련 이슈

구현/변경 사항

  • WriteCurationViewModel 생성 및 적용
  • CheckboxShortcutCell 위치를 CurationSetView안으로 변경

스크린샷

화면 상의 변경사항 없습니다.

추가 공유사항

  • 이전 pr이 머지되어야 완전하게 작동됩니다. (브랜치 실행 시 HappyAndingApp 파일에서 ShortcutZipViewModel 선언 시 ShortcutsZipViewModel.shared로 변경 후 실행해야합니다.)

@JMM00 JMM00 self-assigned this Jul 20, 2023
Copy link
Member

@HanGyeongjun HanGyeongjun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다! 데이터의 세계는... 어렵군요

Copy link
Collaborator

@jim4020key jim4020key left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • NavigationStackModel에 사용하지 않는 WriteCurationInfoType 삭제해주세요!
  • 아래 화면에서 취소 버튼 동작하는 지랑 추천모음집 업로드 잘 되는 지 확인부탁드려요 !! 제 시뮬에서는 동작하지 않아요 😭

JMM00 added 12 commits August 13, 2023 12:44
- 변수 위치 수정
- NavigationStack 변수 타입 변경 -> WriteCurationViewModel.Self

todo:
- CheckBoxShortcutCell 합치기
- 좋아요&작성한 단축어 정렬 확인하기
- viewBuilder 이용
- idx -> index로 수정
…om/DeveloperAcademy-POSTECH/MacC-Team-HappyAnding into feature/470-writeCurationViewModel

# Conflicts:
#	HappyAnding/HappyAnding/Views/WriteCurationViews/WriteCurationSetView.swift
- Publishing changes from within view updates 해결 -> DispatchQueue.main.async
- 텍스트필드 focused된 채로 업로드 버튼 클릭 시 앱이 멈추는 에러 해결 -> focused 해제 후 업로드 동작하도록 수정
@JMM00 JMM00 closed this Mar 29, 2024
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.

[Feat] Write Curation ViewModel 생성
4 participants