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: 위젯 통해서 앱 열기 (#470) #492

Merged
merged 20 commits into from
May 8, 2023

Commits on May 3, 2023

  1. feat: 매개면수 수정 (TeamNADA#470)

    - cardUUID 로 수정
    hyun99999 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4c98987 View commit details
    Browse the repository at this point in the history
  2. fix: 매개변수 수정 및 widgetURL 수정 (TeamNADA#470)

    - cardID 에서 cardUUID 로 수정.
    hyun99999 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2d34b7e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    5d6aaed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fddc68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a97fbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf478d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b698648 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca4640e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da90192 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fb88f1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    e90f8d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7756e62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b58adf3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    277ba6e View commit details
    Browse the repository at this point in the history
  2. refactor: 내 명함 목록 선택 구현 리펙토링 (TeamNADA#470)

    - result.data 를 옵셔널 바인딩하여 바로 사용.
    hyun99999 committed May 6, 2023
    Configuration menu
    Copy the full SHA
    8ef3792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec7cf65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4bc2c5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. feat: 위젯 기본값 설정 (TeamNADA#470)

    - 서버통신의 결과를 동기적으로 사용하기 위해서 DispatchGroup 을 사용.
    - 비동기 통신이기 때문에 group 의 enter,leave 사용.
    - 60초까지만 기다리기로 함.
    hyun99999 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    fca8a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb984d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d319c7f View commit details
    Browse the repository at this point in the history