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

πŸ”€ :: λ§ˆμ΄νŽ˜μ΄μ§€ κ΄€λ ¨ API μž‘μ—… #224

Merged
merged 4 commits into from
Jul 6, 2023

Conversation

baekteun
Copy link
Member

@baekteun baekteun commented Jul 6, 2023

πŸ’‘ κ°œμš”

λ§ˆμ΄νŽ˜μ΄μ§€, μœ μ € ν”„λ‘œν•„ κ΄€λ ¨ν•œ APIλ₯Ό μž‘μ—…ν•©λ‹ˆλ‹€

πŸ“ƒ μž‘μ—…λ‚΄μš©

  • FetchMyMiniProfileUseCase
  • FetchMyProfileUseCase

@baekteun baekteun added 0️⃣ Priority: Critical μš°μ„ μˆœμœ„ - κΈ΄κΈ‰!!!!! ✨ Feature μ‹ κ·œ κΈ°λŠ₯ labels Jul 6, 2023
@baekteun baekteun self-assigned this Jul 6, 2023
@baekteun baekteun requested a review from kimsh153 as a code owner July 6, 2023 02:08
@baekteun baekteun linked an issue Jul 6, 2023 that may be closed by this pull request
Comment on lines +5 to +22
public let name: String
public let introduce: String
public let portfolioURL: String
public let grade: Int
public let classNum: Int
public let number: Int
public let department: DepartmentType
public let major: String
public let profileImageURL: String
public let contactEmail: String
public let gsmAuthenticationScore: Int
public let formOfEmployment: FormOfEmployment
public let regions: [String]
public let militaryService: MilitaryServiceType
public let salary: Int
public let languageCertificates: [LanguageCertificateEntity]
public let certificates: [String]
public let techStacks: [String]
Copy link
Member

Choose a reason for hiding this comment

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

λͺ…μ„Έμ„œμ— dreamBookFileUrlκ°€ μ‘΄μž¬ν•˜λŠ”λ° λΉΌλ†“μœΌμ‹ κ±° κ°™μŠ΅λ‹ˆλ‹€

Copy link
Member Author

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.

λ°±μ—”λ“œ λΆˆλŸ¬μ•Όκ² λ„€μš”

Copy link
Member Author

Choose a reason for hiding this comment

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

μ–΄μ°¨ν”Ό λ°±μ—”λ“œμ—μ„œλ„ 곧 사라진 μΉœκ΅¬μž…λ‹ˆλ‹€

Copy link
Member Author

Choose a reason for hiding this comment

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

개발이 2주전에 된거라 λ ˆκ±°μ‹œ λŠλ‚Œμ΄μ—μš”

Comment on lines +1 to +5
import Foundation

public enum UserDomainError: Error {

}
Copy link
Member

Choose a reason for hiding this comment

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

μ—λŸ¬ μΆ”κ°€ν•΄μ£Όμ„Έμš”!

Copy link
Member Author

Choose a reason for hiding this comment

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

λ‹€λ“€ 200만 μ¨λ†”μš”

Copy link
Member

Choose a reason for hiding this comment

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

μ•„ν•˜ κ·Έλ ‡λ„€μš” μ œκ°€ 잘λͺ» λ΄€μ–΄μš”

@baekteun baekteun merged commit 1aaf257 into master Jul 6, 2023
@baekteun baekteun deleted the 223-my-page-related-api branch July 6, 2023 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0️⃣ Priority: Critical μš°μ„ μˆœμœ„ - κΈ΄κΈ‰!!!!! ✨ Feature μ‹ κ·œ κΈ°λŠ₯
Projects
None yet
Development

Successfully merging this pull request may close these issues.

λ§ˆμ΄νŽ˜μ΄μ§€ κ΄€λ ¨ API μž‘μ—…
2 participants