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

Feature/1 domain layer #2

Merged
merged 8 commits into from
Feb 23, 2023
Merged

Feature/1 domain layer #2

merged 8 commits into from
Feb 23, 2023

Commits on Feb 23, 2023

  1. feat : MovieCellData 생성 #1

    - 셀에 들어갈 정보를 담은 도메인 모델
    wongbingg committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    68910b3 View commit details
    Browse the repository at this point in the history
  2. feat : MovieDetailData 생성 #1

    - 영화 상세보기에 들어갈 정보를 담은 도메인 모델
    wongbingg committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    246e4e6 View commit details
    Browse the repository at this point in the history
  3. chore : .gitignore 파일 추가

    - .xcuserstate 파일 등록
    wongbingg committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7fb348b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25b6e53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a764f12 View commit details
    Browse the repository at this point in the history
  6. feat : SearchMoviesUseCase 생성 #1

    - 영화목록을 찾는 UseCase 생성
    wongbingg committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    dde52dd View commit details
    Browse the repository at this point in the history
  7. feat : SearchMovieDetailUseCase 생성 #1

    - 영화 상세정보를 찾는 UseCase 생성
    wongbingg committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    3dba3cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe78d3b View commit details
    Browse the repository at this point in the history