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

[iOS] 레이블/마일스톤 뷰 구현 #63

Merged
merged 15 commits into from
Nov 12, 2020
Merged

[iOS] 레이블/마일스톤 뷰 구현 #63

merged 15 commits into from
Nov 12, 2020

Commits on Nov 10, 2020

  1. [iOS] feat: label viewmodel 구현

    label cell을 위한 view model과 스토리보드로 연결
    nrurnru committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    6ce43cc View commit details
    Browse the repository at this point in the history
  2. [iOS] feat : 레이블 뷰 컨트롤러 화면 구현

    네트워크를 사용하지 않는 더미 레이블 표시 확인
    
    토큰 받아오기, 레이블 설명 받아오기 구현 필요
    nrurnru committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    12a4e2b View commit details
    Browse the repository at this point in the history
  3. [iOS] feat : 마일스톤 탭 구현

    뷰 모델, 뷰 컨트롤러 생성
    네트워크 없이 더미 마일스톤 생성 후 뷰 확인
    nrurnru committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    094f3f2 View commit details
    Browse the repository at this point in the history
  4. [iOS] feat : 마일스톤 뷰 모델, 모델 수정

    생성할 때 서버와 통신할수 있도록 생성자 변경
    nrurnru committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    6cbc17f View commit details
    Browse the repository at this point in the history
  5. [iOS] feat : Label 생성자 구현

    서버와 통신할 수 있도록 Label 생성자 구현
    nrurnru committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    1a78329 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. [iOS] feat : 레이블 추가 뷰 구현

    색상 선택 기능 미구현
    nrurnru committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    32fe0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6e5097 View commit details
    Browse the repository at this point in the history
  3. [iOS] feat : 마일스톤 추가 화면 구현

    뷰 컨트롤러 및 눌렀을때 동작 연결
    nrurnru committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    3741ba3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    a3cba2c View commit details
    Browse the repository at this point in the history
  2. [IOS] fix: 병합 후 코드 호환 문제

    - 다른 두 버전의 코드 호환
    SeokBA committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2fd638a View commit details
    Browse the repository at this point in the history
  3. [iOS] feat : 레이블 추가 화면 버튼별 동작 구현

    저장 버튼을 누르면 서버와 통신, 초기화시 텍스트뷰 전체 초기화
    nrurnru committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ebdd61d View commit details
    Browse the repository at this point in the history
  4. [iOS] fix: 레이블 다운로드 모델 변경

    레이블 목록을 받아오는 API 구조 변경으로 인한 모델 구조 변경, LableList 객체 추가
    nrurnru committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    0660a88 View commit details
    Browse the repository at this point in the history
  5. [iOS] feat : 레이블 목록에서 설명 표시

    뷰 모델과 연결하여 레이블 설명을 받아올 수 있도록 함
    nrurnru committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    1665193 View commit details
    Browse the repository at this point in the history
  6. [iOS] feat : 컬렉션뷰 로드를 위한 델리게이트 추가

    snapshot 델리게이트를 구현해 호출할 수 있도록 구현
    nrurnru committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    08b294f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e82f715 View commit details
    Browse the repository at this point in the history