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

프로젝트 매니저 [STEP 2-1] Moon #307

Open
wants to merge 24 commits into
base: ic_9_etialmoon
Choose a base branch
from

Commits on Sep 24, 2023

  1. chore: MVVM 폴더 구조 생성

    Moon committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    04eb67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1af0ff View commit details
    Browse the repository at this point in the history
  3. feat: ListViewController에 tableView 추가

    Moon committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    4749fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ecf43d View commit details
    Browse the repository at this point in the history
  5. feat: ListViewCell 생성 및 구현

    Moon committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    55d04a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. feat: ListViewHeader 생성 및 구현

    Moon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e7f8af1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3c89b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1eedda View commit details
    Browse the repository at this point in the history
  4. refactor: 뷰들의 배경색 수정

    Moon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6ee0f75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35a2646 View commit details
    Browse the repository at this point in the history
  6. feat: Todo 모델 생성

    Moon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9f35f8e View commit details
    Browse the repository at this point in the history
  7. feat: ListViewModel 생성

    Moon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2ca8a15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eadf176 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0941e91 View commit details
    Browse the repository at this point in the history
  10. feat: ListCellViewModel 생성

    Moon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d2fdb28 View commit details
    Browse the repository at this point in the history
  11. refactor: ListHeader와 바인딩할 수 있도록 수정

    - todoList가 변경되면 ListHeader와 바인딩할 count가 바뀔 수 있도록 구현
    - ListHeader와 바인딩할 count 변수 생성
    Moon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5b4b6ec View commit details
    Browse the repository at this point in the history
  12. feat: ListCell과 ListCellViewModel 바인딩

    Moon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5b4b5cd View commit details
    Browse the repository at this point in the history
  13. feat: ListHeader와 ListViewModel 바인딩

    Moon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    15cc06c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76e9c4f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat: TodoDateFormatter, DateFormat 생성

    Moon committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ddc2e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0752eea View commit details
    Browse the repository at this point in the history
  3. refactor: todoList 모델 로드 시점 수정

    ListViewController에서는 viewDidLoad 시점을 쏴주고,
    ListViewModel에서 viewDidLoad 이벤트를 받아,
    데이터 로드를 시도할 수 있도록 수정
    Moon committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    588d154 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfbe0fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5693a3a View commit details
    Browse the repository at this point in the history