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] Workspace & CI 적용 #129

Merged
merged 9 commits into from
Nov 28, 2023

Conversation

SwiftyJunnos
Copy link
Member

@SwiftyJunnos SwiftyJunnos commented Nov 28, 2023

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

close #128

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

  • deprecate된 패키지 제거
  • 추가된 패키지 추가
    • MSData
  • Feature 패키지 세팅
    • HomeMap
    • RecordJourney
    • Spot
    • SelectSong
    • SaveJourney
    • JourneyList
    • RewindJourney

🧪 테스트 방법

동작을 테스트할 수 있는 방법을 설명합니다.
앱 실행 방법일 수 있고, 유닛 테스트 실행 방법일 수 있습니다.

CI로 테스트합니다.

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

Feature 네이밍

Feature 네이밍이 다 제각각이더라구요..!
그래서 동사+명사 혹은 명사로 패턴을 일치시켜줬습니다.
최대한 수정이 없는 형태로 설정했는데 그래도 아마 몇 가지는 바뀌었을 것 같아요..!
일단 제가 확인한 패키지는 두 가지 입니다..

  • JourneyRecording ➡️ RecordJourney
  • SpotView ➡️ Spot

@SwiftyJunnos SwiftyJunnos added the 🛠️ 환경 세팅 프로젝트/환경 설정 label Nov 28, 2023
@SwiftyJunnos SwiftyJunnos self-assigned this Nov 28, 2023
@SwiftyJunnos SwiftyJunnos linked an issue Nov 28, 2023 that may be closed by this pull request
13 tasks
@SwiftyJunnos SwiftyJunnos changed the title I os/task/workspace setup [iOS] Workspace & CI 적용 Nov 28, 2023
@SwiftyJunnos SwiftyJunnos marked this pull request as ready for review November 28, 2023 06:39
Copy link
Collaborator

@yoondj98 yoondj98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다. 명명에 대한 것들은 언젠가 수정이 필요할 것 같긴한데 아마 추가로 올라갈 부분들도 수정이 필요할 것 같긴하네요. 추후 추가할 때 한번씩 확인해보겠습니다.

@SwiftyJunnos SwiftyJunnos merged commit 1c2e4f2 into iOS/epic/Workspace-Setup Nov 28, 2023
27 checks passed
@SwiftyJunnos SwiftyJunnos deleted the iOS/task/Workspace-Setup branch November 28, 2023 08:21
Copy link
Member

@PushedGun PushedGun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다. 라이브러리 명을 바꾸셨던데 맞나요?
Feature 패키지 구조도 컨밴션을 정해놓으면 좋을 것 같네요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ 환경 세팅 프로젝트/환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workspace 세팅
3 participants