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

[TNT-142] 트레이니 연결 화면 작성 완료 #41

Merged
merged 11 commits into from
Jan 31, 2025

Conversation

FpRaArNkK
Copy link
Contributor

@FpRaArNkK FpRaArNkK commented Jan 26, 2025

📌 What is the PR?

  • 온보딩 관련 트레이니 화면 작성을 완료했습니다

🪄 Changes

  • 트레이니 - TrainingInfoInput 화면 작성
  • 트레이니 - ConnectionComplete 화면 작성
  • 트레이니 - Repository, Usecase 작성

🌐 Common Changes

🔥 PR Point

  1. 전에 작성했던대로, DIContainer를 활용한 UseCase 사용방식 그대로 Trainee Repository, Usecase를 작성했습니다.
    추후 추가 작성 필요시 그대로 작업해주시면 될 것 같습니다.

  2. 작성 화면 중 겹치는 화면들은 UserType을 넣으면 해당 타입 기능이 수행될 수 있게 작성했습니다.
    반영하시면 좋을 것 같아요.

💭 Related Issues

@FpRaArNkK FpRaArNkK added the ✨Feat 새로운 기능 구현 (새로운 로직 추가, UI 구현 등) label Jan 26, 2025
@FpRaArNkK FpRaArNkK requested a review from syss220211 January 26, 2025 23:51
@FpRaArNkK FpRaArNkK self-assigned this Jan 26, 2025
@FpRaArNkK FpRaArNkK force-pushed the TNT-142-traineeSignUp-connectionSecond branch from e1d1d5f to 552bc1b Compare January 27, 2025 18:23
Copy link
Member

@syss220211 syss220211 left a comment

Choose a reason for hiding this comment

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

저희 상의했던 대로

Copy link
Member

Choose a reason for hiding this comment

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

Entity면 객체네이밍 끝에 Entity라고 붙이는거 어떨까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

네 좋아요! 반영해놓겠습니다 :)

Comment on lines 20 to 22
func verifyTrainerInvitationCode(_ code: String) async throws -> Bool
/// API Call - 트레이니 - 트레이너 연결 API 호출
func connectTrainer(_ info: TraineeConnectInfo) async throws -> ConnectionInfo
Copy link
Member

Choose a reason for hiding this comment

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

이 부분 저희 상의한대로 Repo로 빼면 될것같습니다! 이외의 모든 DefaultUseCase도 반영 부탁드려요!

Copy link
Contributor Author

@FpRaArNkK FpRaArNkK Jan 29, 2025

Choose a reason for hiding this comment

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

넵 확인입니다 반영해놓을게요!
작업 순서 문제로 추후에 추가 PR 작성해서 올리겠습니다!

@syss220211 syss220211 self-requested a review January 30, 2025 15:27
@FpRaArNkK FpRaArNkK merged commit 887ed50 into develop Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feat 새로운 기능 구현 (새로운 로직 추가, UI 구현 등)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TNT-142] 트레이니 회원가입 플로우 작성
2 participants