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] Home 카테고리 분류 기능 추가 작업 시작 #17

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

Jeon0976
Copy link
Contributor

  • 카테고리/타이틀 local db table 수정
    • table (title, category값 없을 때) 자동 업데이트 기능 추가
  • map/load api response DTO 수정
  • 기존 marker model domain 수정
  • image assets 추가 / figma icon name 변경
  • apple login client Id 변경으로 오류 발생 확인
    • Client ID가 웹에서 실행하는 identifier와 app 내부에서 실행하는 identifier가 다른 것 같다
    • 두 개의 identifier를 활용해야될 것 같은 느낌
    • 그렇다면 아이폰, 맥, 아이패드 전부다 다르게 설정해야하나??
    • Group with an existing primary App ID 설정은 뭐지?
      • primary App ID 키를 입력하라고해서 기입했는데 설정 변경 오류가 난다. 좀 더 자세히 알아봐야 할 필요가 있음
    • 일단 지금까지 본 결과 웹에서 실행하는 identifier, 앱에서 실행하는 identifier가 다른 느낌 그러므로 client Id값도 다를것같은느낌
    • 결론) 웹은 ServiceID Identifier 앱은 AppID Identifier로 설정

@Jeon0976 Jeon0976 merged commit 671b023 into develop Feb 14, 2024
@Jeon0976 Jeon0976 linked an issue Feb 19, 2024 that may be closed by this pull request
Jeon0976 added a commit that referenced this pull request Mar 12, 2024
[fix]: 기타 버그 수정
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.

[Feature]: 홈 카테고리별 필터링 기능 추가
1 participant