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

Feature/adjust line height #58

Merged
merged 2 commits into from
Jun 27, 2023
Merged

Feature/adjust line height #58

merged 2 commits into from
Jun 27, 2023

Conversation

hope1053
Copy link
Member

What is this PR? ๐Ÿ”

  • ์ด์Šˆ : x
  • ๊ด€๋ จ ๋ฌธ์„œ : x

Changes ๐Ÿ“

๊ธฐ์กด Font DesignSystem์— line height๊ฐ€ ์ ์šฉ์ด ์•ˆ๋ผ์žˆ์—ˆ๋Š”๋ฐ UI ๊ทธ๋ฆฌ๋‹ค๋ณด๋‹ˆ ํ•„์š”ํ•ด์„œ ๊ตฌํ˜„ํ–ˆ์Šต๋‹ˆ๋‹ค!
LineHeight๋ฅผ ์ ์šฉํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š” UILabel Extension์˜ setTextWithParagraphStyle ๋ฉ”์„œ๋“œ ์‚ฌ์šฉํ•ด์„œ ํฐํŠธ ๋ฐ ๊ธฐํƒ€ ์„ค์ • ๋“ฑ ์ ์šฉํ•ด์ฃผ์‹œ๋ฉด ๋ฉ๋‹ˆ๋‹ค~

Screenshot ๐Ÿ“ธ

๋‘ ์ค„ ์ด์ƒ ๊ธ€์ด ์žˆ๋Š” ๋ถ€๋ถ„์„ ์ฐพ์•„์„œ ํ•œ๊ฑฐ๋ผ BottomSheet์— ์ ์šฉํ•ด๋ดค์Šต๋‹ˆ๋‹ค~!

  • ๊ธฐ์กด ์ฝ”๋“œ ๋ฐ ๊ฒฐ๊ณผ๋ฌผ
self.descriptionLabel.text = "์ดˆ๋Œ€์ฝ”๋“œ๋ฅผ ๊ณต์œ ํ•ด ์นœ๊ตฌ๋ฅผ ์Šคํ„ฐ๋””์— ์ดˆ๋Œ€ํ•˜์„ธ์š”\n์ฝ”๋“œ๋Š” ์ ˆ๋Œ€ ์™ธ๋ถ€์— ๊ณต๊ฐœํ•˜์ง€ ๋ง๊ธฐ!"
self.descriptionLabel.font = ResourceKitFontFamily.p3
self.descriptionLabel.textColor = ResourceKitAsset.Color.gray900.color
  • ์ˆ˜์ •๋œ ์ฝ”๋“œ ๋ฐ ๊ฒฐ๊ณผ๋ฌผ
self.descriptionLabel.setTextWithParagraphStyle(
	text: "์ดˆ๋Œ€์ฝ”๋“œ๋ฅผ ๊ณต์œ ํ•ด ์นœ๊ตฌ๋ฅผ ์Šคํ„ฐ๋””์— ์ดˆ๋Œ€ํ•˜์„ธ์š”\n์ฝ”๋“œ๋Š” ์ ˆ๋Œ€ ์™ธ๋ถ€์— ๊ณต๊ฐœํ•˜์ง€ ๋ง๊ธฐ!",
	alignment: .left,
	font: ResourceKitFontFamily.p3,
	textColor: ResourceKitAsset.Color.gray900.color
)

To Reviewers ๐Ÿ™

@hope1053 hope1053 self-assigned this Jun 26, 2023
Copy link
Member

@chansooo chansooo left a comment

Choose a reason for hiding this comment

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

๐Ÿ‘

@hope1053 hope1053 merged commit 74b0f88 into develop Jun 27, 2023
1 check passed
@hope1053 hope1053 deleted the feature/adjust-line-height branch June 27, 2023 01:09
hope1053 added a commit that referenced this pull request Jul 3, 2023
commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •
hope1053 added a commit that referenced this pull request Jul 4, 2023
commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •

commit bf476f7
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Wed Jun 14 14:56:44 2023 +0900

    Hotfix/lint (#50)

    * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

    * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

    * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

commit 4d9d967
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Wed Jun 14 07:09:02 2023 +0900

    Design system/profile view (#49)

    * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

    * feat: `MOITProfileView` ๊ตฌํ˜„

    * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

    ---------

    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit a0ef57d
Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
Date:   Tue Jun 13 23:11:33 2023 +0900

    Design system/bottom sheet (#38)

    * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

    * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

    * feat: bottom sheet

    * add: case ์ถ”๊ฐ€

    * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

    * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

    * fix: ๋ฆฐํŠธ ์ˆ˜์ •

    * chore: ํด๋”๋ช… ์ˆ˜์ •

    * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

    * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

commit 8f05b4a
Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
Date:   Tue Jun 13 22:58:40 2023 +0900

    Feature/web view layer (#8)

    * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

    * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

    * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

    * feat: loading & demo app

    * chore: ์ฝ”๋“œ์ •๋ฆฌ

    * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

    * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

commit acb398b
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Tue Jun 13 15:44:26 2023 +0900

    Design system - StudyPreview (#41)

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    ---------

    Co-authored-by: chansooooo <chansoo@vaultmicro.com>
hope1053 added a commit that referenced this pull request Jul 6, 2023
commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •
hope1053 added a commit that referenced this pull request Jul 6, 2023
commit 7bc6f49
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 13:51:21 2023 +0900

    fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •
hope1053 added a commit that referenced this pull request Jul 7, 2023
* feat: dependency ์„ค์ •

* feat: Feature ์ƒ์„ฑ

* feat: InputParticipateCode UI ์ž‘์—…

* feat: ์ ‘๊ทผ์ œ์–ด์ž ์ˆ˜์ •

* feat: Demoapp ์ˆ˜์ •

* feat: InputParticipateCode Interface, Implement ๋ถ„๋ฆฌ

* Squashed commit of the following: develop

commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •

* fix: UILabel Extension ๋ฉ”์„œ๋“œ Util๋กœ ์œ„์น˜ ์ด๋™

* fix: TODO ์‚ญ์ œ

* fix: ProfileImage init ๋ฉ”์„œ๋“œ ๋ณ€๊ฒฝ

* feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

* fix: UiDevice Extension ๋ฉ”์„œ๋“œ ์œ„์น˜ ๋ณ€๊ฒฝ

* fix: file ๊ตฌ์กฐ ์ˆ˜์ •

* fix: UIDevice Extension ์ ‘๊ทผ์ œ์–ด์ž public์œผ๋กœ ๋ณ€๊ฒฝ

* feat: Dependency ์ˆ˜์ • ๋ฐ PresentableListener ๋ฉ”์„œ๋“œ ์ถ”๊ฐ€

* fix: deployment target 16.0์œผ๋กœ ์ˆ˜์ •

* feat: NetworkLayer ์ˆ˜์ •

* feat: Dependency ์ˆ˜์ •

* feat: MOITParticipate Data ๋ ˆ์ด์–ด ์ž‘์—…

* feat: MOITParticipate Domain ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

* fix: Multipart Endpoint baseURL ์ถ”๊ฐ€

* feat: MOITParticipate UserInterface ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

* feat: ๋ฐ๋ชจ์•ฑ ์ˆ˜์ •

* feat: Repository์—์„œ Endpoint์•„๋‹Œ Request ๋ฐ›๋„๋ก ์ˆ˜์ •

* fix: MOITList init ๋ฉ”์„œ๋“œ ์ ์šฉ
hope1053 added a commit that referenced this pull request Jul 7, 2023
* feat: SignIn Feature ์ƒ์„ฑ

* Squashed commit of the following:

commit bf476f7
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Wed Jun 14 14:56:44 2023 +0900

    Hotfix/lint (#50)

    * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

    * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

    * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

commit 4d9d967
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Wed Jun 14 07:09:02 2023 +0900

    Design system/profile view (#49)

    * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

    * feat: `MOITProfileView` ๊ตฌํ˜„

    * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

    ---------

    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit a0ef57d
Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
Date:   Tue Jun 13 23:11:33 2023 +0900

    Design system/bottom sheet (#38)

    * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

    * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

    * feat: bottom sheet

    * add: case ์ถ”๊ฐ€

    * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

    * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

    * fix: ๋ฆฐํŠธ ์ˆ˜์ •

    * chore: ํด๋”๋ช… ์ˆ˜์ •

    * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

    * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

commit 8f05b4a
Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
Date:   Tue Jun 13 22:58:40 2023 +0900

    Feature/web view layer (#8)

    * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

    * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

    * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

    * feat: loading & demo app

    * chore: ์ฝ”๋“œ์ •๋ฆฌ

    * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

    * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

commit acb398b
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Tue Jun 13 15:44:26 2023 +0900

    Design system - StudyPreview (#41)

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    ---------

    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

* design: ๋กœ๊ทธ์ธ ํ™”๋ฉด UI ๊ตฌํ˜„

* feat: ViewController ์ด๋ฒคํŠธ Interactor ์ „๋‹ฌ

* feat: impl, interface ๋ถ„๋ฆฌ ๋ฐ ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

* feat: Dependency ์ถ”๊ฐ€

* feat: ์นด์นด์˜ค ๋กœ๊ทธ์ธ ์•ฑ ์‹คํ–‰ ํ—ˆ์šฉ ๋ชฉ๋ก ์„ค์ •

* feat: Dependency ์ถ”๊ฐ€

* feat: Kakao SDK ์ดˆ๊ธฐํ™”

* feat: SDK ์ถ”๊ฐ€

* feat: dependency ์ถ”๊ฐ€

* fix: file ๊ตฌ์กฐ ๋ณ€๊ฒฝ

* fix: deploymentTargetversion 16์œผ๋กœ ๋ณ€๊ฒฝ

* Squashed commit of the following:

commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •

commit bf476f7
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Wed Jun 14 14:56:44 2023 +0900

    Hotfix/lint (#50)

    * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

    * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

    * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

    * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

commit 4d9d967
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Wed Jun 14 07:09:02 2023 +0900

    Design system/profile view (#49)

    * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

    * feat: `MOITProfileView` ๊ตฌํ˜„

    * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

    ---------

    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit a0ef57d
Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
Date:   Tue Jun 13 23:11:33 2023 +0900

    Design system/bottom sheet (#38)

    * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

    * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

    * feat: bottom sheet

    * add: case ์ถ”๊ฐ€

    * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

    * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

    * fix: ๋ฆฐํŠธ ์ˆ˜์ •

    * chore: ํด๋”๋ช… ์ˆ˜์ •

    * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

    * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

commit 8f05b4a
Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
Date:   Tue Jun 13 22:58:40 2023 +0900

    Feature/web view layer (#8)

    * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

    * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

    * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

    * feat: loading & demo app

    * chore: ์ฝ”๋“œ์ •๋ฆฌ

    * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

    * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

commit acb398b
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Tue Jun 13 15:44:26 2023 +0900

    Design system - StudyPreview (#41)

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    ---------

    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

* design: image, color asset ์ถ”๊ฐ€

* fix: DesignSystem ์ˆ˜์ •์‚ฌํ•ญ ๋ฐ˜์˜(profile image type)

* design: SignIn UI ์ž‘์—… ์ค‘

* design: asset ๋ณ€๊ฒฝ ๋ฐ ์ถ”๊ฐ€

* design: SignIn View UI ๊ตฌํ˜„
hope1053 added a commit that referenced this pull request Jul 7, 2023
commit c4de23b
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 17:41:18 2023 +0900

    feat: ์„ธ๋กœ ์Šคํฌ๋กค ๋ทฐ ์ถ”๊ฐ€ ๊ตฌํ˜„ ์ค‘

commit a1a52cc
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 15:07:41 2023 +0900

    feat: detachAuthorizePayment ๊ตฌํ˜„

commit 46082a9
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 14:59:17 2023 +0900

    feat: AuthorizePayment attach ๋กœ์ง

commit b5d72a3
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 13:52:21 2023 +0900

    Squashed commit of the following: develop

    commit 7bc6f49
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 13:51:21 2023 +0900

        fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

commit 211c342
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 12:23:41 2023 +0900

    Squashed commit of the following: develop

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

commit c333c80
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 12:20:21 2023 +0900

    Squashed commit of the following:

    commit 285ae12
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 15:30:25 2023 +0900

        feat: FineListScrollView ๊ตฌํ˜„

    commit 3f0f846
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 12:28:51 2023 +0900

        feat: SendMoney List init ๋ฉ”์„œ๋“œ ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

    commit f0d84ca
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 12:28:24 2023 +0900

        feat: FineImageView ์ ์šฉ

    commit 7b8b37c
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 16:53:32 2023 +0900

        design: ๋ฒŒ๊ธˆ ๋ชฉ๋ก ์ƒ๋‹จ ๋””์ž์ธ ์ˆ˜์ •

    commit feadb06
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 16:51:12 2023 +0900

        feat: dependency ์ถ”๊ฐ€ ๋ฐ FineImageView ์ปดํฌ๋„ŒํŠธ ๊ตฌํ˜„

    commit db3ded8
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 16:25:10 2023 +0900

        Squashed commit of the following:

        commit 6553d48
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 16:15:40 2023 +0900

            feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

        commit 49759db
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 15:43:47 2023 +0900

            feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        commit e256b51
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:38:29 2023 +0900

            Fix/design system fix (#56)

            * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

            * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

            * fix: List์— MOITProfileView ์ ์šฉ

            * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

            * fix: Lint ์ˆ˜์ •

    commit f2c7454
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:59:36 2023 +0900

        design: AuthorizePaymentViewController UI ์ž‘์—…

    commit e625f2a
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:39:12 2023 +0900

        Squashed commit of the following:

        commit e256b51
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:38:29 2023 +0900

            Fix/design system fix (#56)

            * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

            * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

            * fix: List์— MOITProfileView ์ ์šฉ

            * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

            * fix: Lint ์ˆ˜์ •

    commit da5efd7
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:24:13 2023 +0900

        feat: AuthorizePayment RIB ํŒŒ์ผ ์ƒ์„ฑ
hope1053 added a commit that referenced this pull request Jul 7, 2023
commit 00662a0
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:37:40 2023 +0900

    fix: ์‚ฌ์šฉํ•˜์ง€์•Š๋Š” dependency ์‚ญ์ œ

commit e8e220c
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:15:01 2023 +0900

    fix: ์˜คํƒˆ์ž ์ˆ˜์ •

commit 70c615f
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:51:44 2023 +0900

    Feature/sign in UI (#61)

    * feat: SignIn Feature ์ƒ์„ฑ

    * Squashed commit of the following:

    commit bf476f7
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 14:56:44 2023 +0900

        Hotfix/lint (#50)

        * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

        * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

        * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

    commit 4d9d967
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 07:09:02 2023 +0900

        Design system/profile view (#49)

        * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

        * feat: `MOITProfileView` ๊ตฌํ˜„

        * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit a0ef57d
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 23:11:33 2023 +0900

        Design system/bottom sheet (#38)

        * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

        * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

        * feat: bottom sheet

        * add: case ์ถ”๊ฐ€

        * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

        * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

        * fix: ๋ฆฐํŠธ ์ˆ˜์ •

        * chore: ํด๋”๋ช… ์ˆ˜์ •

        * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

        * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

    commit 8f05b4a
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 22:58:40 2023 +0900

        Feature/web view layer (#8)

        * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

        * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

        * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

        * feat: loading & demo app

        * chore: ์ฝ”๋“œ์ •๋ฆฌ

        * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

        * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

    commit acb398b
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Tue Jun 13 15:44:26 2023 +0900

        Design system - StudyPreview (#41)

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    * design: ๋กœ๊ทธ์ธ ํ™”๋ฉด UI ๊ตฌํ˜„

    * feat: ViewController ์ด๋ฒคํŠธ Interactor ์ „๋‹ฌ

    * feat: impl, interface ๋ถ„๋ฆฌ ๋ฐ ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

    * feat: Dependency ์ถ”๊ฐ€

    * feat: ์นด์นด์˜ค ๋กœ๊ทธ์ธ ์•ฑ ์‹คํ–‰ ํ—ˆ์šฉ ๋ชฉ๋ก ์„ค์ •

    * feat: Dependency ์ถ”๊ฐ€

    * feat: Kakao SDK ์ดˆ๊ธฐํ™”

    * feat: SDK ์ถ”๊ฐ€

    * feat: dependency ์ถ”๊ฐ€

    * fix: file ๊ตฌ์กฐ ๋ณ€๊ฒฝ

    * fix: deploymentTargetversion 16์œผ๋กœ ๋ณ€๊ฒฝ

    * Squashed commit of the following:

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

    commit bf476f7
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 14:56:44 2023 +0900

        Hotfix/lint (#50)

        * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

        * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

        * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

    commit 4d9d967
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 07:09:02 2023 +0900

        Design system/profile view (#49)

        * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

        * feat: `MOITProfileView` ๊ตฌํ˜„

        * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit a0ef57d
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 23:11:33 2023 +0900

        Design system/bottom sheet (#38)

        * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

        * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

        * feat: bottom sheet

        * add: case ์ถ”๊ฐ€

        * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

        * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

        * fix: ๋ฆฐํŠธ ์ˆ˜์ •

        * chore: ํด๋”๋ช… ์ˆ˜์ •

        * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

        * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

    commit 8f05b4a
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 22:58:40 2023 +0900

        Feature/web view layer (#8)

        * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

        * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

        * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

        * feat: loading & demo app

        * chore: ์ฝ”๋“œ์ •๋ฆฌ

        * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

        * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

    commit acb398b
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Tue Jun 13 15:44:26 2023 +0900

        Design system - StudyPreview (#41)

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    * design: image, color asset ์ถ”๊ฐ€

    * fix: DesignSystem ์ˆ˜์ •์‚ฌํ•ญ ๋ฐ˜์˜(profile image type)

    * design: SignIn UI ์ž‘์—… ์ค‘

    * design: asset ๋ณ€๊ฒฝ ๋ฐ ์ถ”๊ฐ€

    * design: SignIn View UI ๊ตฌํ˜„

commit e87d7ea
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:50:38 2023 +0900

    Feature/input participate code (#60)

    * feat: dependency ์„ค์ •

    * feat: Feature ์ƒ์„ฑ

    * feat: InputParticipateCode UI ์ž‘์—…

    * feat: ์ ‘๊ทผ์ œ์–ด์ž ์ˆ˜์ •

    * feat: Demoapp ์ˆ˜์ •

    * feat: InputParticipateCode Interface, Implement ๋ถ„๋ฆฌ

    * Squashed commit of the following: develop

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

    * fix: UILabel Extension ๋ฉ”์„œ๋“œ Util๋กœ ์œ„์น˜ ์ด๋™

    * fix: TODO ์‚ญ์ œ

    * fix: ProfileImage init ๋ฉ”์„œ๋“œ ๋ณ€๊ฒฝ

    * feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

    feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

    * fix: UiDevice Extension ๋ฉ”์„œ๋“œ ์œ„์น˜ ๋ณ€๊ฒฝ

    * fix: file ๊ตฌ์กฐ ์ˆ˜์ •

    * fix: UIDevice Extension ์ ‘๊ทผ์ œ์–ด์ž public์œผ๋กœ ๋ณ€๊ฒฝ

    * feat: Dependency ์ˆ˜์ • ๋ฐ PresentableListener ๋ฉ”์„œ๋“œ ์ถ”๊ฐ€

    * fix: deployment target 16.0์œผ๋กœ ์ˆ˜์ •

    * feat: NetworkLayer ์ˆ˜์ •

    * feat: Dependency ์ˆ˜์ •

    * feat: MOITParticipate Data ๋ ˆ์ด์–ด ์ž‘์—…

    * feat: MOITParticipate Domain ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

    * fix: Multipart Endpoint baseURL ์ถ”๊ฐ€

    * feat: MOITParticipate UserInterface ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

    * feat: ๋ฐ๋ชจ์•ฑ ์ˆ˜์ •

    * feat: Repository์—์„œ Endpoint์•„๋‹Œ Request ๋ฐ›๋„๋ก ์ˆ˜์ •

    * fix: MOITList init ๋ฉ”์„œ๋“œ ์ ์šฉ

commit 7bc6f49
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 13:51:21 2023 +0900

    fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •
hope1053 added a commit that referenced this pull request Jul 7, 2023
commit 00662a0
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:37:40 2023 +0900

    fix: ์‚ฌ์šฉํ•˜์ง€์•Š๋Š” dependency ์‚ญ์ œ

commit e8e220c
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:15:01 2023 +0900

    fix: ์˜คํƒˆ์ž ์ˆ˜์ •

commit 70c615f
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:51:44 2023 +0900

    Feature/sign in UI (#61)

    * feat: SignIn Feature ์ƒ์„ฑ

    * Squashed commit of the following:

    commit bf476f7
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 14:56:44 2023 +0900

        Hotfix/lint (#50)

        * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

        * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

        * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

    commit 4d9d967
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 07:09:02 2023 +0900

        Design system/profile view (#49)

        * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

        * feat: `MOITProfileView` ๊ตฌํ˜„

        * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit a0ef57d
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 23:11:33 2023 +0900

        Design system/bottom sheet (#38)

        * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

        * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

        * feat: bottom sheet

        * add: case ์ถ”๊ฐ€

        * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

        * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

        * fix: ๋ฆฐํŠธ ์ˆ˜์ •

        * chore: ํด๋”๋ช… ์ˆ˜์ •

        * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

        * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

    commit 8f05b4a
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 22:58:40 2023 +0900

        Feature/web view layer (#8)

        * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

        * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

        * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

        * feat: loading & demo app

        * chore: ์ฝ”๋“œ์ •๋ฆฌ

        * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

        * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

    commit acb398b
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Tue Jun 13 15:44:26 2023 +0900

        Design system - StudyPreview (#41)

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    * design: ๋กœ๊ทธ์ธ ํ™”๋ฉด UI ๊ตฌํ˜„

    * feat: ViewController ์ด๋ฒคํŠธ Interactor ์ „๋‹ฌ

    * feat: impl, interface ๋ถ„๋ฆฌ ๋ฐ ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

    * feat: Dependency ์ถ”๊ฐ€

    * feat: ์นด์นด์˜ค ๋กœ๊ทธ์ธ ์•ฑ ์‹คํ–‰ ํ—ˆ์šฉ ๋ชฉ๋ก ์„ค์ •

    * feat: Dependency ์ถ”๊ฐ€

    * feat: Kakao SDK ์ดˆ๊ธฐํ™”

    * feat: SDK ์ถ”๊ฐ€

    * feat: dependency ์ถ”๊ฐ€

    * fix: file ๊ตฌ์กฐ ๋ณ€๊ฒฝ

    * fix: deploymentTargetversion 16์œผ๋กœ ๋ณ€๊ฒฝ

    * Squashed commit of the following:

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

    commit bf476f7
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 14:56:44 2023 +0900

        Hotfix/lint (#50)

        * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

        * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

        * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

    commit 4d9d967
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 07:09:02 2023 +0900

        Design system/profile view (#49)

        * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

        * feat: `MOITProfileView` ๊ตฌํ˜„

        * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit a0ef57d
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 23:11:33 2023 +0900

        Design system/bottom sheet (#38)

        * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

        * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

        * feat: bottom sheet

        * add: case ์ถ”๊ฐ€

        * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

        * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

        * fix: ๋ฆฐํŠธ ์ˆ˜์ •

        * chore: ํด๋”๋ช… ์ˆ˜์ •

        * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

        * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

    commit 8f05b4a
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 22:58:40 2023 +0900

        Feature/web view layer (#8)

        * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

        * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

        * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

        * feat: loading & demo app

        * chore: ์ฝ”๋“œ์ •๋ฆฌ

        * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

        * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

    commit acb398b
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Tue Jun 13 15:44:26 2023 +0900

        Design system - StudyPreview (#41)

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    * design: image, color asset ์ถ”๊ฐ€

    * fix: DesignSystem ์ˆ˜์ •์‚ฌํ•ญ ๋ฐ˜์˜(profile image type)

    * design: SignIn UI ์ž‘์—… ์ค‘

    * design: asset ๋ณ€๊ฒฝ ๋ฐ ์ถ”๊ฐ€

    * design: SignIn View UI ๊ตฌํ˜„

commit e87d7ea
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:50:38 2023 +0900

    Feature/input participate code (#60)

    * feat: dependency ์„ค์ •

    * feat: Feature ์ƒ์„ฑ

    * feat: InputParticipateCode UI ์ž‘์—…

    * feat: ์ ‘๊ทผ์ œ์–ด์ž ์ˆ˜์ •

    * feat: Demoapp ์ˆ˜์ •

    * feat: InputParticipateCode Interface, Implement ๋ถ„๋ฆฌ

    * Squashed commit of the following: develop

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

    * fix: UILabel Extension ๋ฉ”์„œ๋“œ Util๋กœ ์œ„์น˜ ์ด๋™

    * fix: TODO ์‚ญ์ œ

    * fix: ProfileImage init ๋ฉ”์„œ๋“œ ๋ณ€๊ฒฝ

    * feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

    feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

    * fix: UiDevice Extension ๋ฉ”์„œ๋“œ ์œ„์น˜ ๋ณ€๊ฒฝ

    * fix: file ๊ตฌ์กฐ ์ˆ˜์ •

    * fix: UIDevice Extension ์ ‘๊ทผ์ œ์–ด์ž public์œผ๋กœ ๋ณ€๊ฒฝ

    * feat: Dependency ์ˆ˜์ • ๋ฐ PresentableListener ๋ฉ”์„œ๋“œ ์ถ”๊ฐ€

    * fix: deployment target 16.0์œผ๋กœ ์ˆ˜์ •

    * feat: NetworkLayer ์ˆ˜์ •

    * feat: Dependency ์ˆ˜์ •

    * feat: MOITParticipate Data ๋ ˆ์ด์–ด ์ž‘์—…

    * feat: MOITParticipate Domain ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

    * fix: Multipart Endpoint baseURL ์ถ”๊ฐ€

    * feat: MOITParticipate UserInterface ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

    * feat: ๋ฐ๋ชจ์•ฑ ์ˆ˜์ •

    * feat: Repository์—์„œ Endpoint์•„๋‹Œ Request ๋ฐ›๋„๋ก ์ˆ˜์ •

    * fix: MOITList init ๋ฉ”์„œ๋“œ ์ ์šฉ

commit 7bc6f49
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 13:51:21 2023 +0900

    fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •
hope1053 added a commit that referenced this pull request Jul 10, 2023
* feat: Fine feature ์ƒ์„ฑ

* feat: impl, interface ๋ถ„๋ฆฌ

* feat: ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

* feat: Dependency ์ˆ˜์ •

* fix: SegmentPager backgroundColor ์ˆ˜์ •

* design: FineListViewController ์ƒ๋‹จ ๋””์ž์ธ ๊ตฌํ˜„

* design: ๋ฒŒ๊ธˆ ๋ชฉ๋ก ์ƒ๋‹จ ๋””์ž์ธ ์ˆ˜์ •

* feat: FineListScrollView ๊ตฌํ˜„

* feat: FineListScrollView ๊ตฌํ˜„

* feat: FineListScrollView ๋‚ด๋ถ€๋กœ segmentPager ์ด๋™ ๋ฐ ๋””ํ…Œ์ผ ์ˆ˜์ •

* feat: SegmentPager tapIndex ๋ณ€๊ฒฝ ์‹œ scrollView ์Šคํฌ๋กค๋˜๋„๋ก ๊ตฌํ˜„

feat: SegmentPager tapIndex ๋ณ€๊ฒฝ ์‹œ scrollView ์Šคํฌ๋กค๋˜๋„๋ก ๊ตฌํ˜„

* Squashed commit of the following: authorize-payment

commit c4de23b
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 17:41:18 2023 +0900

    feat: ์„ธ๋กœ ์Šคํฌ๋กค ๋ทฐ ์ถ”๊ฐ€ ๊ตฌํ˜„ ์ค‘

commit a1a52cc
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 15:07:41 2023 +0900

    feat: detachAuthorizePayment ๊ตฌํ˜„

commit 46082a9
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 14:59:17 2023 +0900

    feat: AuthorizePayment attach ๋กœ์ง

commit b5d72a3
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 13:52:21 2023 +0900

    Squashed commit of the following: develop

    commit 7bc6f49
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 13:51:21 2023 +0900

        fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

commit 211c342
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 12:23:41 2023 +0900

    Squashed commit of the following: develop

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

commit c333c80
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 12:20:21 2023 +0900

    Squashed commit of the following:

    commit 285ae12
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 15:30:25 2023 +0900

        feat: FineListScrollView ๊ตฌํ˜„

    commit 3f0f846
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 12:28:51 2023 +0900

        feat: SendMoney List init ๋ฉ”์„œ๋“œ ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

    commit f0d84ca
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 12:28:24 2023 +0900

        feat: FineImageView ์ ์šฉ

    commit 7b8b37c
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 16:53:32 2023 +0900

        design: ๋ฒŒ๊ธˆ ๋ชฉ๋ก ์ƒ๋‹จ ๋””์ž์ธ ์ˆ˜์ •

    commit feadb06
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 16:51:12 2023 +0900

        feat: dependency ์ถ”๊ฐ€ ๋ฐ FineImageView ์ปดํฌ๋„ŒํŠธ ๊ตฌํ˜„

    commit db3ded8
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 16:25:10 2023 +0900

        Squashed commit of the following:

        commit 6553d48
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 16:15:40 2023 +0900

            feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

        commit 49759db
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 15:43:47 2023 +0900

            feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        commit e256b51
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:38:29 2023 +0900

            Fix/design system fix (#56)

            * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

            * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

            * fix: List์— MOITProfileView ์ ์šฉ

            * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

            * fix: Lint ์ˆ˜์ •

    commit f2c7454
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:59:36 2023 +0900

        design: AuthorizePaymentViewController UI ์ž‘์—…

    commit e625f2a
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:39:12 2023 +0900

        Squashed commit of the following:

        commit e256b51
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:38:29 2023 +0900

            Fix/design system fix (#56)

            * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

            * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

            * fix: List์— MOITProfileView ์ ์šฉ

            * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

            * fix: Lint ์ˆ˜์ •

    commit da5efd7
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:24:13 2023 +0900

        feat: AuthorizePayment RIB ํŒŒ์ผ ์ƒ์„ฑ

* Squashed commit of the following:

commit 00662a0
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:37:40 2023 +0900

    fix: ์‚ฌ์šฉํ•˜์ง€์•Š๋Š” dependency ์‚ญ์ œ

commit e8e220c
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:15:01 2023 +0900

    fix: ์˜คํƒˆ์ž ์ˆ˜์ •

commit 70c615f
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:51:44 2023 +0900

    Feature/sign in UI (#61)

    * feat: SignIn Feature ์ƒ์„ฑ

    * Squashed commit of the following:

    commit bf476f7
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 14:56:44 2023 +0900

        Hotfix/lint (#50)

        * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

        * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

        * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

    commit 4d9d967
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 07:09:02 2023 +0900

        Design system/profile view (#49)

        * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

        * feat: `MOITProfileView` ๊ตฌํ˜„

        * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit a0ef57d
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 23:11:33 2023 +0900

        Design system/bottom sheet (#38)

        * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

        * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

        * feat: bottom sheet

        * add: case ์ถ”๊ฐ€

        * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

        * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

        * fix: ๋ฆฐํŠธ ์ˆ˜์ •

        * chore: ํด๋”๋ช… ์ˆ˜์ •

        * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

        * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

    commit 8f05b4a
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 22:58:40 2023 +0900

        Feature/web view layer (#8)

        * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

        * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

        * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

        * feat: loading & demo app

        * chore: ์ฝ”๋“œ์ •๋ฆฌ

        * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

        * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

    commit acb398b
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Tue Jun 13 15:44:26 2023 +0900

        Design system - StudyPreview (#41)

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    * design: ๋กœ๊ทธ์ธ ํ™”๋ฉด UI ๊ตฌํ˜„

    * feat: ViewController ์ด๋ฒคํŠธ Interactor ์ „๋‹ฌ

    * feat: impl, interface ๋ถ„๋ฆฌ ๋ฐ ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

    * feat: Dependency ์ถ”๊ฐ€

    * feat: ์นด์นด์˜ค ๋กœ๊ทธ์ธ ์•ฑ ์‹คํ–‰ ํ—ˆ์šฉ ๋ชฉ๋ก ์„ค์ •

    * feat: Dependency ์ถ”๊ฐ€

    * feat: Kakao SDK ์ดˆ๊ธฐํ™”

    * feat: SDK ์ถ”๊ฐ€

    * feat: dependency ์ถ”๊ฐ€

    * fix: file ๊ตฌ์กฐ ๋ณ€๊ฒฝ

    * fix: deploymentTargetversion 16์œผ๋กœ ๋ณ€๊ฒฝ

    * Squashed commit of the following:

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

    commit bf476f7
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 14:56:44 2023 +0900

        Hotfix/lint (#50)

        * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

        * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

        * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

    commit 4d9d967
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 07:09:02 2023 +0900

        Design system/profile view (#49)

        * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

        * feat: `MOITProfileView` ๊ตฌํ˜„

        * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit a0ef57d
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 23:11:33 2023 +0900

        Design system/bottom sheet (#38)

        * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

        * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

        * feat: bottom sheet

        * add: case ์ถ”๊ฐ€

        * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

        * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

        * fix: ๋ฆฐํŠธ ์ˆ˜์ •

        * chore: ํด๋”๋ช… ์ˆ˜์ •

        * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

        * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

    commit 8f05b4a
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 22:58:40 2023 +0900

        Feature/web view layer (#8)

        * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

        * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

        * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

        * feat: loading & demo app

        * chore: ์ฝ”๋“œ์ •๋ฆฌ

        * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

        * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

    commit acb398b
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Tue Jun 13 15:44:26 2023 +0900

        Design system - StudyPreview (#41)

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    * design: image, color asset ์ถ”๊ฐ€

    * fix: DesignSystem ์ˆ˜์ •์‚ฌํ•ญ ๋ฐ˜์˜(profile image type)

    * design: SignIn UI ์ž‘์—… ์ค‘

    * design: asset ๋ณ€๊ฒฝ ๋ฐ ์ถ”๊ฐ€

    * design: SignIn View UI ๊ตฌํ˜„

commit e87d7ea
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:50:38 2023 +0900

    Feature/input participate code (#60)

    * feat: dependency ์„ค์ •

    * feat: Feature ์ƒ์„ฑ

    * feat: InputParticipateCode UI ์ž‘์—…

    * feat: ์ ‘๊ทผ์ œ์–ด์ž ์ˆ˜์ •

    * feat: Demoapp ์ˆ˜์ •

    * feat: InputParticipateCode Interface, Implement ๋ถ„๋ฆฌ

    * Squashed commit of the following: develop

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

    * fix: UILabel Extension ๋ฉ”์„œ๋“œ Util๋กœ ์œ„์น˜ ์ด๋™

    * fix: TODO ์‚ญ์ œ

    * fix: ProfileImage init ๋ฉ”์„œ๋“œ ๋ณ€๊ฒฝ

    * feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

    feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

    * fix: UiDevice Extension ๋ฉ”์„œ๋“œ ์œ„์น˜ ๋ณ€๊ฒฝ

    * fix: file ๊ตฌ์กฐ ์ˆ˜์ •

    * fix: UIDevice Extension ์ ‘๊ทผ์ œ์–ด์ž public์œผ๋กœ ๋ณ€๊ฒฝ

    * feat: Dependency ์ˆ˜์ • ๋ฐ PresentableListener ๋ฉ”์„œ๋“œ ์ถ”๊ฐ€

    * fix: deployment target 16.0์œผ๋กœ ์ˆ˜์ •

    * feat: NetworkLayer ์ˆ˜์ •

    * feat: Dependency ์ˆ˜์ •

    * feat: MOITParticipate Data ๋ ˆ์ด์–ด ์ž‘์—…

    * feat: MOITParticipate Domain ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

    * fix: Multipart Endpoint baseURL ์ถ”๊ฐ€

    * feat: MOITParticipate UserInterface ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

    * feat: ๋ฐ๋ชจ์•ฑ ์ˆ˜์ •

    * feat: Repository์—์„œ Endpoint์•„๋‹Œ Request ๋ฐ›๋„๋ก ์ˆ˜์ •

    * fix: MOITList init ๋ฉ”์„œ๋“œ ์ ์šฉ

commit 7bc6f49
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 13:51:21 2023 +0900

    fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •

* feat: UILabel, UIScrollView extension ์ถ”๊ฐ€

feat: UILabel, UIScrollView extension ์ถ”๊ฐ€

* fix: targetVersion 16์œผ๋กœ ์ˆ˜์ • ๋ฐ  dependency ์ˆ˜์ •

* feat: FineListScrollView ์ˆ˜์ •
hope1053 added a commit that referenced this pull request Jul 10, 2023
commit 791fcdf
Author: hyerin <hope1053@naver.com>
Date:   Mon Jul 10 09:51:55 2023 +0900

    fix: image component hidden ์ฒ˜๋ฆฌ ๋ฉ”์„œ๋“œ ๋ณ€๊ฒฝ

commit c63dd4f
Merge: 928c53c bb6fa7f
Author: hyerin <hope1053@naver.com>
Date:   Mon Jul 10 09:15:05 2023 +0900

    Merge branch 'feature/fine-list' of https://github.com/mash-up-kr/MOIT-iOS into feature/fine-list

commit 928c53c
Author: hyerin <hope1053@naver.com>
Date:   Mon Jul 10 09:14:25 2023 +0900

    fix: interactor activate, load ์ˆœ์„œ ๋ณ€๊ฒฝ

commit bb6fa7f
Merge: 9d4edf0 00662a0
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 16:42:27 2023 +0900

    Merge branch 'develop' into feature/fine-list

commit 9d4edf0
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 11:10:20 2023 +0900

    feat: FineListScrollView ์ˆ˜์ •

commit 9a9839e
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 11:09:53 2023 +0900

    fix: targetVersion 16์œผ๋กœ ์ˆ˜์ • ๋ฐ  dependency ์ˆ˜์ •

commit 9fd8735
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 11:06:15 2023 +0900

    feat: UILabel, UIScrollView extension ์ถ”๊ฐ€

    feat: UILabel, UIScrollView extension ์ถ”๊ฐ€

commit 568199b
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:41:08 2023 +0900

    Squashed commit of the following:

    commit 00662a0
    Author: hyerin <hope1053@naver.com>
    Date:   Fri Jul 7 10:37:40 2023 +0900

        fix: ์‚ฌ์šฉํ•˜์ง€์•Š๋Š” dependency ์‚ญ์ œ

    commit e8e220c
    Author: hyerin <hope1053@naver.com>
    Date:   Fri Jul 7 10:15:01 2023 +0900

        fix: ์˜คํƒˆ์ž ์ˆ˜์ •

    commit 70c615f
    Author: hyerin <hope1053@naver.com>
    Date:   Fri Jul 7 09:51:44 2023 +0900

        Feature/sign in UI (#61)

        * feat: SignIn Feature ์ƒ์„ฑ

        * Squashed commit of the following:

        commit bf476f7
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Wed Jun 14 14:56:44 2023 +0900

            Hotfix/lint (#50)

            * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

            * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

            * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

            * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

            * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

            * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

            * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

        commit 4d9d967
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Wed Jun 14 07:09:02 2023 +0900

            Design system/profile view (#49)

            * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

            * feat: `MOITProfileView` ๊ตฌํ˜„

            * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

            ---------

            Co-authored-by: chansooooo <chansoo@vaultmicro.com>

        commit a0ef57d
        Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
        Date:   Tue Jun 13 23:11:33 2023 +0900

            Design system/bottom sheet (#38)

            * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

            * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

            * feat: bottom sheet

            * add: case ์ถ”๊ฐ€

            * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

            * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

            * fix: ๋ฆฐํŠธ ์ˆ˜์ •

            * chore: ํด๋”๋ช… ์ˆ˜์ •

            * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

            * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

        commit 8f05b4a
        Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
        Date:   Tue Jun 13 22:58:40 2023 +0900

            Feature/web view layer (#8)

            * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

            * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

            * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

            * feat: loading & demo app

            * chore: ์ฝ”๋“œ์ •๋ฆฌ

            * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

            * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

        commit acb398b
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Tue Jun 13 15:44:26 2023 +0900

            Design system - StudyPreview (#41)

            * feat: StudyPreview ๊ตฌํ˜„์ค‘

            * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

            * add: secondary color set ์ถ”๊ฐ€

            * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

            * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

            * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

            * fix: StudyPreview UI ๋ณ€๊ฒฝ

            * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

            * fix: StudyPreviewDemoViewController ์ˆ˜์ •

            * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

            * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

            * refactor: final ์ถ”๊ฐ€

            * redactor: `layoutIfNeeded` ์‚ญ์ œ

            ---------

            Co-authored-by: chansooooo <chansoo@vaultmicro.com>

        * design: ๋กœ๊ทธ์ธ ํ™”๋ฉด UI ๊ตฌํ˜„

        * feat: ViewController ์ด๋ฒคํŠธ Interactor ์ „๋‹ฌ

        * feat: impl, interface ๋ถ„๋ฆฌ ๋ฐ ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

        * feat: Dependency ์ถ”๊ฐ€

        * feat: ์นด์นด์˜ค ๋กœ๊ทธ์ธ ์•ฑ ์‹คํ–‰ ํ—ˆ์šฉ ๋ชฉ๋ก ์„ค์ •

        * feat: Dependency ์ถ”๊ฐ€

        * feat: Kakao SDK ์ดˆ๊ธฐํ™”

        * feat: SDK ์ถ”๊ฐ€

        * feat: dependency ์ถ”๊ฐ€

        * fix: file ๊ตฌ์กฐ ๋ณ€๊ฒฝ

        * fix: deploymentTargetversion 16์œผ๋กœ ๋ณ€๊ฒฝ

        * Squashed commit of the following:

        commit 7da14c6
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Fri Jun 30 00:04:13 2023 +0900

            Feature/sign up (#59)

            * feat: DesignSystemType case chip ์ถ”๊ฐ€

            * feat: NavigationBar ๊ตฌํ˜„

            * feat: Navigationdemo ๊ตฌํ˜„

            * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

            * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

            * feat: NavigationColorType ๊ตฌํ˜„

            ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

            * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

            * add: `MOITTabPager` ์ƒ์„ฑ

            * add: `MOITTabPager` ์ƒ์„ฑ

            * remove: dummy file ์‚ญ์ œ

            * feat: MOITChipType ๊ตฌํ˜„

            * feat: MOITChip ๊ตฌํ˜„

            * feat: MOITChipDemoViewController ๊ตฌํ˜„

            * feat: DemoViewController ์—ฐ๊ฒฐ

            * feat: PagerType ๊ตฌํ˜„

            * feat: TapPager ๊ตฌํ˜„

            * feat: SegmentPager ๊ตฌํ˜„

            * feat: PagerDemoViewController ์ถ”๊ฐ€

            * fix: unavailable ์ถ”๊ฐ€

            * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

            * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

            * feat: StudyPreview ๊ตฌํ˜„์ค‘

            * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

            * add: secondary color set ์ถ”๊ฐ€

            * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

            * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

            * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

            * fix: StudyPreview UI ๋ณ€๊ฒฝ

            * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

            * fix: StudyPreviewDemoViewController ์ˆ˜์ •

            * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

            * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

            * refactor: final ์ถ”๊ฐ€

            * redactor: `layoutIfNeeded` ์‚ญ์ œ

            * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

            * feat: Utils Target ์ถ”๊ฐ€

            * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

            * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

            * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

            * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

            * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

            * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

            * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

            * feat: scrollView ์ž๋™ ์„ค์ •

            * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

            * feat: SignUpViewController ๊ตฌํ˜„

            * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

            * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

            * feat: NavigationBar logo ์ถ”๊ฐ€

            * feat: ViewControllable extension ์ถ”๊ฐ€

            * feat: StudyList shortcut ์ถ”๊ฐ€

            * feat: dependency ์ˆ˜์ •

            * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

            * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

            * fix: `MOITProfileView` border ์ถ”๊ฐ€

            * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

            * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

            * fix: DemoApp Dependency ์„ค์ •

            * feat: SignUpDependency ์ถ”๊ฐ€

            * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

            * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

            * fix: interactor.activate ์ถ”๊ฐ€

            * profileselect

            * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

            * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

            * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

            * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

            * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

            * feat: ProfileSelectView ๊ตฌํ˜„

            * feat: ProfileSelectViewController ๊ตฌํ˜„

            * feat: ProfileSelectInteractor ๊ตฌํ˜„

            * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

            * fix: SignUpDemoApp ์ˆ˜์ •

            * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

            * feat: SignUpRouter ๊ตฌํ˜„

            * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

            * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

            * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

            * chore: ์ฃผ์„ ์‚ญ์ œ

            * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

            * chore: print๋ฌธ ์‚ญ์ œ

            ---------

            Co-authored-by: hyerin <hope1053@naver.com>
            Co-authored-by: chansooooo <chansoo@vaultmicro.com>

        commit 8bdabbd
        Author: hyerin <hope1053@naver.com>
        Date:   Thu Jun 29 22:26:02 2023 +0900

            Fix/network layer fix (#55)

            * feat: Response ๋ชจ๋ธ ์„ ์–ธ

            * feat: Common Error ์ถ”๊ฐ€

            * feat: NetworkImpl ์ˆ˜์ •

            * feat: ์˜ต์…”๋„ ๋Œ€์‘

        commit 74b0f88
        Author: hyerin <hope1053@naver.com>
        Date:   Tue Jun 27 10:09:22 2023 +0900

            Feature/adjust line height (#58)

            * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

            * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

        commit e256b51
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:38:29 2023 +0900

            Fix/design system fix (#56)

            * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

            * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

            * fix: List์— MOITProfileView ์ ์šฉ

            * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

            * fix: Lint ์ˆ˜์ •

        commit bf476f7
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Wed Jun 14 14:56:44 2023 +0900

            Hotfix/lint (#50)

            * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

            * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

            * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

            * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

            * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

            * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

            * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

        commit 4d9d967
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Wed Jun 14 07:09:02 2023 +0900

            Design system/profile view (#49)

            * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

            * feat: `MOITProfileView` ๊ตฌํ˜„

            * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

            ---------

            Co-authored-by: chansooooo <chansoo@vaultmicro.com>

        commit a0ef57d
        Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
        Date:   Tue Jun 13 23:11:33 2023 +0900

            Design system/bottom sheet (#38)

            * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

            * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

            * feat: bottom sheet

            * add: case ์ถ”๊ฐ€

            * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

            * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

            * fix: ๋ฆฐํŠธ ์ˆ˜์ •

            * chore: ํด๋”๋ช… ์ˆ˜์ •

            * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

            * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

        commit 8f05b4a
        Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
        Date:   Tue Jun 13 22:58:40 2023 +0900

            Feature/web view layer (#8)

            * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

            * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

            * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

            * feat: loading & demo app

            * chore: ์ฝ”๋“œ์ •๋ฆฌ

            * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

            * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

        commit acb398b
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Tue Jun 13 15:44:26 2023 +0900

            Design system - StudyPreview (#41)

            * feat: StudyPreview ๊ตฌํ˜„์ค‘

            * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

            * add: secondary color set ์ถ”๊ฐ€

            * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

            * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

            * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

            * fix: StudyPreview UI ๋ณ€๊ฒฝ

            * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

            * fix: StudyPreviewDemoViewController ์ˆ˜์ •

            * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

            * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

            * refactor: final ์ถ”๊ฐ€

            * redactor: `layoutIfNeeded` ์‚ญ์ œ

            ---------

            Co-authored-by: chansooooo <chansoo@vaultmicro.com>

        * design: image, color asset ์ถ”๊ฐ€

        * fix: DesignSystem ์ˆ˜์ •์‚ฌํ•ญ ๋ฐ˜์˜(profile image type)

        * design: SignIn UI ์ž‘์—… ์ค‘

        * design: asset ๋ณ€๊ฒฝ ๋ฐ ์ถ”๊ฐ€

        * design: SignIn View UI ๊ตฌํ˜„

    commit e87d7ea
    Author: hyerin <hope1053@naver.com>
    Date:   Fri Jul 7 09:50:38 2023 +0900

        Feature/input participate code (#60)

        * feat: dependency ์„ค์ •

        * feat: Feature ์ƒ์„ฑ

        * feat: InputParticipateCode UI ์ž‘์—…

        * feat: ์ ‘๊ทผ์ œ์–ด์ž ์ˆ˜์ •

        * feat: Demoapp ์ˆ˜์ •

        * feat: InputParticipateCode Interface, Implement ๋ถ„๋ฆฌ

        * Squashed commit of the following: develop

        commit 7da14c6
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Fri Jun 30 00:04:13 2023 +0900

            Feature/sign up (#59)

            * feat: DesignSystemType case chip ์ถ”๊ฐ€

            * feat: NavigationBar ๊ตฌํ˜„

            * feat: Navigationdemo ๊ตฌํ˜„

            * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

            * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

            * feat: NavigationColorType ๊ตฌํ˜„

            ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

            * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

            * add: `MOITTabPager` ์ƒ์„ฑ

            * add: `MOITTabPager` ์ƒ์„ฑ

            * remove: dummy file ์‚ญ์ œ

            * feat: MOITChipType ๊ตฌํ˜„

            * feat: MOITChip ๊ตฌํ˜„

            * feat: MOITChipDemoViewController ๊ตฌํ˜„

            * feat: DemoViewController ์—ฐ๊ฒฐ

            * feat: PagerType ๊ตฌํ˜„

            * feat: TapPager ๊ตฌํ˜„

            * feat: SegmentPager ๊ตฌํ˜„

            * feat: PagerDemoViewController ์ถ”๊ฐ€

            * fix: unavailable ์ถ”๊ฐ€

            * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

            * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

            * feat: StudyPreview ๊ตฌํ˜„์ค‘

            * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

            * add: secondary color set ์ถ”๊ฐ€

            * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

            * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

            * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

            * fix: StudyPreview UI ๋ณ€๊ฒฝ

            * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

            * fix: StudyPreviewDemoViewController ์ˆ˜์ •

            * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

            * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

            * refactor: final ์ถ”๊ฐ€

            * redactor: `layoutIfNeeded` ์‚ญ์ œ

            * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

            * feat: Utils Target ์ถ”๊ฐ€

            * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

            * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

            * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

            * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

            * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

            * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

            * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

            * feat: scrollView ์ž๋™ ์„ค์ •

            * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

            * feat: SignUpViewController ๊ตฌํ˜„

            * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

            * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

            * feat: NavigationBar logo ์ถ”๊ฐ€

            * feat: ViewControllable extension ์ถ”๊ฐ€

            * feat: StudyList shortcut ์ถ”๊ฐ€

            * feat: dependency ์ˆ˜์ •

            * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

            * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

            * fix: `MOITProfileView` border ์ถ”๊ฐ€

            * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

            * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

            * fix: DemoApp Dependency ์„ค์ •

            * feat: SignUpDependency ์ถ”๊ฐ€

            * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

            * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

            * fix: interactor.activate ์ถ”๊ฐ€

            * profileselect

            * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

            * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

            * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

            * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

            * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

            * feat: ProfileSelectView ๊ตฌํ˜„

            * feat: ProfileSelectViewController ๊ตฌํ˜„

            * feat: ProfileSelectInteractor ๊ตฌํ˜„

            * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

            * fix: SignUpDemoApp ์ˆ˜์ •

            * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

            * feat: SignUpRouter ๊ตฌํ˜„

            * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

            * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

            * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

            * chore: ์ฃผ์„ ์‚ญ์ œ

            * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

            * chore: print๋ฌธ ์‚ญ์ œ

            ---------

            Co-authored-by: hyerin <hope1053@naver.com>
            Co-authored-by: chansooooo <chansoo@vaultmicro.com>

        commit 8bdabbd
        Author: hyerin <hope1053@naver.com>
        Date:   Thu Jun 29 22:26:02 2023 +0900

            Fix/network layer fix (#55)

            * feat: Response ๋ชจ๋ธ ์„ ์–ธ

            * feat: Common Error ์ถ”๊ฐ€

            * feat: NetworkImpl ์ˆ˜์ •

            * feat: ์˜ต์…”๋„ ๋Œ€์‘

        commit 74b0f88
        Author: hyerin <hope1053@naver.com>
        Date:   Tue Jun 27 10:09:22 2023 +0900

            Feature/adjust line height (#58)

            * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

            * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

        commit e256b51
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:38:29 2023 +0900

            Fix/design system fix (#56)

            * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

            * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

            * fix: List์— MOITProfileView ์ ์šฉ

            * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

            * fix: Lint ์ˆ˜์ •

        * fix: UILabel Extension ๋ฉ”์„œ๋“œ Util๋กœ ์œ„์น˜ ์ด๋™

        * fix: TODO ์‚ญ์ œ

        * fix: ProfileImage init ๋ฉ”์„œ๋“œ ๋ณ€๊ฒฝ

        * feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

        feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

        * fix: UiDevice Extension ๋ฉ”์„œ๋“œ ์œ„์น˜ ๋ณ€๊ฒฝ

        * fix: file ๊ตฌ์กฐ ์ˆ˜์ •

        * fix: UIDevice Extension ์ ‘๊ทผ์ œ์–ด์ž public์œผ๋กœ ๋ณ€๊ฒฝ

        * feat: Dependency ์ˆ˜์ • ๋ฐ PresentableListener ๋ฉ”์„œ๋“œ ์ถ”๊ฐ€

        * fix: deployment target 16.0์œผ๋กœ ์ˆ˜์ •

        * feat: NetworkLayer ์ˆ˜์ •

        * feat: Dependency ์ˆ˜์ •

        * feat: MOITParticipate Data ๋ ˆ์ด์–ด ์ž‘์—…

        * feat: MOITParticipate Domain ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

        * fix: Multipart Endpoint baseURL ์ถ”๊ฐ€

        * feat: MOITParticipate UserInterface ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

        * feat: ๋ฐ๋ชจ์•ฑ ์ˆ˜์ •

        * feat: Repository์—์„œ Endpoint์•„๋‹Œ Request ๋ฐ›๋„๋ก ์ˆ˜์ •

        * fix: MOITList init ๋ฉ”์„œ๋“œ ์ ์šฉ

    commit 7bc6f49
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 13:51:21 2023 +0900

        fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

commit 57b0e8e
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:59:33 2023 +0900

    Squashed commit of the following: authorize-payment

    commit c4de23b
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 17:41:18 2023 +0900

        feat: ์„ธ๋กœ ์Šคํฌ๋กค ๋ทฐ ์ถ”๊ฐ€ ๊ตฌํ˜„ ์ค‘

    commit a1a52cc
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 15:07:41 2023 +0900

        feat: detachAuthorizePayment ๊ตฌํ˜„

    commit 46082a9
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 14:59:17 2023 +0900

        feat: AuthorizePayment attach ๋กœ์ง

    commit b5d72a3
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 13:52:21 2023 +0900

        Squashed commit of the following: develop

        commit 7bc6f49
        Author: hyerin <hope1053@naver.com>
        Date:   Thu Jul 6 13:51:21 2023 +0900

            fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

        commit 7da14c6
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Fri Jun 30 00:04:13 2023 +0900

            Feature/sign up (#59)

            * feat: DesignSystemType case chip ์ถ”๊ฐ€

            * feat: NavigationBar ๊ตฌํ˜„

            * feat: Navigationdemo ๊ตฌํ˜„

            * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

            * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

            * feat: NavigationColorType ๊ตฌํ˜„

            ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

            * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

            * add: `MOITTabPager` ์ƒ์„ฑ

            * add: `MOITTabPager` ์ƒ์„ฑ

            * remove: dummy file ์‚ญ์ œ

            * feat: MOITChipType ๊ตฌํ˜„

            * feat: MOITChip ๊ตฌํ˜„

            * feat: MOITChipDemoViewController ๊ตฌํ˜„

            * feat: DemoViewController ์—ฐ๊ฒฐ

            * feat: PagerType ๊ตฌํ˜„

            * feat: TapPager ๊ตฌํ˜„

            * feat: SegmentPager ๊ตฌํ˜„

            * feat: PagerDemoViewController ์ถ”๊ฐ€

            * fix: unavailable ์ถ”๊ฐ€

            * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

            * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

            * feat: StudyPreview ๊ตฌํ˜„์ค‘

            * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

            * add: secondary color set ์ถ”๊ฐ€

            * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

            * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

            * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

            * fix: StudyPreview UI ๋ณ€๊ฒฝ

            * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

            * fix: StudyPreviewDemoViewController ์ˆ˜์ •

            * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

            * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

            * refactor: final ์ถ”๊ฐ€

            * redactor: `layoutIfNeeded` ์‚ญ์ œ

            * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

            * feat: Utils Target ์ถ”๊ฐ€

            * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

            * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

            * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

            * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

            * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

            * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

            * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

            * feat: scrollView ์ž๋™ ์„ค์ •

            * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

            * feat: SignUpViewController ๊ตฌํ˜„

            * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

            * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

            * feat: NavigationBar logo ์ถ”๊ฐ€

            * feat: ViewControllable extension ์ถ”๊ฐ€

            * feat: StudyList shortcut ์ถ”๊ฐ€

            * feat: dependency ์ˆ˜์ •

            * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

            * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

            * fix: `MOITProfileView` border ์ถ”๊ฐ€

            * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

            * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

            * fix: DemoApp Dependency ์„ค์ •

            * feat: SignUpDependency ์ถ”๊ฐ€

            * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

            * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

            * fix: interactor.activate ์ถ”๊ฐ€

            * profileselect

            * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

            * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

            * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

            * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

            * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

            * feat: ProfileSelectView ๊ตฌํ˜„

            * feat: ProfileSelectViewController ๊ตฌํ˜„

            * feat: ProfileSelectInteractor ๊ตฌํ˜„

            * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

            * fix: SignUpDemoApp ์ˆ˜์ •

            * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

            * feat: SignUpRouter ๊ตฌํ˜„

            * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

            * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

            * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

            * chore: ์ฃผ์„ ์‚ญ์ œ

            * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

            * chore: print๋ฌธ ์‚ญ์ œ

            ---------

            Co-authored-by: hyerin <hope1053@naver.com>
            Co-authored-by: chansooooo <chansoo@vaultmicro.com>

        commit 8bdabbd
        Author: hyerin <hope1053@naver.com>
        Date:   Thu Jun 29 22:26:02 2023 +0900

            Fix/network layer fix (#55)

            * feat: Response ๋ชจ๋ธ ์„ ์–ธ

            * feat: Common Error ์ถ”๊ฐ€

            * feat: NetworkImpl ์ˆ˜์ •

            * feat: ์˜ต์…”๋„ ๋Œ€์‘

        commit 74b0f88
        Author: hyerin <hope1053@naver.com>
        Date:   Tue Jun 27 10:09:22 2023 +0900

            Feature/adjust line height (#58)

            * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

            * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

        commit e256b51
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:38:29 2023 +0900

            Fix/design system fix (#56)

            * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

            * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

            * fix: List์— MOITProfileView ์ ์šฉ

            * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

            * fix: Lint ์ˆ˜์ •

    commit 211c342
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 12:23:41 2023 +0900

        Squashed commit of the following: develop

        commit 7da14c6
        Author: chansooo <89574881+chansooo@users.noreply.github.com>
        Date:   Fri Jun 30 00:04:13 2023 +0900

            Feature/sign up (#59)

            * feat: DesignSystemType case chip ์ถ”๊ฐ€

            * feat: NavigationBar ๊ตฌํ˜„

            * feat: Navigationdemo ๊ตฌํ˜„

            * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

            * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

            * feat: NavigationColorType ๊ตฌํ˜„

            ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

            * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

            * add: `MOITTabPager` ์ƒ์„ฑ

            * add: `MOITTabPager` ์ƒ์„ฑ

            * remove: dummy file ์‚ญ์ œ

            * feat: MOITChipType ๊ตฌํ˜„

            * feat: MOITChip ๊ตฌํ˜„

            * feat: MOITChipDemoViewController ๊ตฌํ˜„

            * feat: DemoViewController ์—ฐ๊ฒฐ

            * feat: PagerType ๊ตฌํ˜„

            * feat: TapPager ๊ตฌํ˜„

            * feat: SegmentPager ๊ตฌํ˜„

            * feat: PagerDemoViewController ์ถ”๊ฐ€

            * fix: unavailable ์ถ”๊ฐ€

            * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

            * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

            * feat: StudyPreview ๊ตฌํ˜„์ค‘

            * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

            * add: secondary color set ์ถ”๊ฐ€

            * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

            * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

            * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

            * fix: StudyPreview UI ๋ณ€๊ฒฝ

            * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

            * fix: StudyPreviewDemoViewController ์ˆ˜์ •

            * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

            * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

            * refactor: final ์ถ”๊ฐ€

            * redactor: `layoutIfNeeded` ์‚ญ์ œ

            * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

            * feat: Utils Target ์ถ”๊ฐ€

            * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

            * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

            * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

            * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

            * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

            * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

            * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

            * feat: scrollView ์ž๋™ ์„ค์ •

            * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

            * feat: SignUpViewController ๊ตฌํ˜„

            * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

            * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

            * feat: NavigationBar logo ์ถ”๊ฐ€

            * feat: ViewControllable extension ์ถ”๊ฐ€

            * feat: StudyList shortcut ์ถ”๊ฐ€

            * feat: dependency ์ˆ˜์ •

            * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

            * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

            * fix: `MOITProfileView` border ์ถ”๊ฐ€

            * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

            * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

            * fix: DemoApp Dependency ์„ค์ •

            * feat: SignUpDependency ์ถ”๊ฐ€

            * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

            * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

            * fix: interactor.activate ์ถ”๊ฐ€

            * profileselect

            * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

            * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

            * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

            * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

            * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

            * feat: ProfileSelectView ๊ตฌํ˜„

            * feat: ProfileSelectViewController ๊ตฌํ˜„

            * feat: ProfileSelectInteractor ๊ตฌํ˜„

            * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

            * fix: SignUpDemoApp ์ˆ˜์ •

            * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

            * feat: SignUpRouter ๊ตฌํ˜„

            * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

            * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

            * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

            * chore: ์ฃผ์„ ์‚ญ์ œ

            * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

            * chore: print๋ฌธ ์‚ญ์ œ

            ---------

            Co-authored-by: hyerin <hope1053@naver.com>
            Co-authored-by: chansooooo <chansoo@vaultmicro.com>

        commit 8bdabbd
        Author: hyerin <hope1053@naver.com>
        Date:   Thu Jun 29 22:26:02 2023 +0900

            Fix/network layer fix (#55)

            * feat: Response ๋ชจ๋ธ ์„ ์–ธ

            * feat: Common Error ์ถ”๊ฐ€

            * feat: NetworkImpl ์ˆ˜์ •

            * feat: ์˜ต์…”๋„ ๋Œ€์‘

        commit 74b0f88
        Author: hyerin <hope1053@naver.com>
        Date:   Tue Jun 27 10:09:22 2023 +0900

            Feature/adjust line height (#58)

            * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

            * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

        commit e256b51
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:38:29 2023 +0900

            Fix/design system fix (#56)

            * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

            * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

            * fix: List์— MOITProfileView ์ ์šฉ

            * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

            * fix: Lint ์ˆ˜์ •

    commit c333c80
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jul 6 12:20:21 2023 +0900

        Squashed commit of the following:

        commit 285ae12
        Author: hyerin <hope1053@naver.com>
        Date:   Tue Jun 27 15:30:25 2023 +0900

            feat: FineListScrollView ๊ตฌํ˜„

        commit 3f0f846
        Author: hyerin <hope1053@naver.com>
        Date:   Tue Jun 27 12:28:51 2023 +0900

            feat: SendMoney List init ๋ฉ”์„œ๋“œ ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

        commit f0d84ca
        Author: hyerin <hope1053@naver.com>
        Date:   Tue Jun 27 12:28:24 2023 +0900

            feat: FineImageView ์ ์šฉ

        commit 7b8b37c
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 16:53:32 2023 +0900

            design: ๋ฒŒ๊ธˆ ๋ชฉ๋ก ์ƒ๋‹จ ๋””์ž์ธ ์ˆ˜์ •

        commit feadb06
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 16:51:12 2023 +0900

            feat: dependency ์ถ”๊ฐ€ ๋ฐ FineImageView ์ปดํฌ๋„ŒํŠธ ๊ตฌํ˜„

        commit db3ded8
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 16:25:10 2023 +0900

            Squashed commit of the following:

            commit 6553d48
            Author: hyerin <hope1053@naver.com>
            Date:   Mon Jun 26 16:15:40 2023 +0900

                feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

            commit 49759db
            Author: hyerin <hope1053@naver.com>
            Date:   Mon Jun 26 15:43:47 2023 +0900

                feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

            commit e256b51
            Author: hyerin <hope1053@naver.com>
            Date:   Mon Jun 26 11:38:29 2023 +0900

                Fix/design system fix (#56)

                * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

                * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

                * fix: List์— MOITProfileView ์ ์šฉ

                * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

                * fix: Lint ์ˆ˜์ •

        commit f2c7454
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:59:36 2023 +0900

            design: AuthorizePaymentViewController UI ์ž‘์—…

        commit e625f2a
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:39:12 2023 +0900

            Squashed commit of the following:

            commit e256b51
            Author: hyerin <hope1053@naver.com>
            Date:   Mon Jun 26 11:38:29 2023 +0900

                Fix/design system fix (#56)

                * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

                * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

                * fix: List์— MOITProfileView ์ ์šฉ

                * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

                * fix: Lint ์ˆ˜์ •

        commit da5efd7
        Author: hyerin <hope1053@naver.com>
        Date:   Mon Jun 26 11:24:13 2023 +0900

            feat: AuthorizePayment RIB ํŒŒ์ผ ์ƒ์„ฑ

commit f3c8f20
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 11:44:10 2023 +0900

    feat: SegmentPager tapIndex ๋ณ€๊ฒฝ ์‹œ scrollView ์Šคํฌ๋กค๋˜๋„๋ก ๊ตฌํ˜„

    feat: SegmentPager tapIndex ๋ณ€๊ฒฝ ์‹œ scrollView ์Šคํฌ๋กค๋˜๋„๋ก ๊ตฌํ˜„

commit 53bc251
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 11:24:34 2023 +0900

    feat: FineListScrollView ๋‚ด๋ถ€๋กœ segmentPager ์ด๋™ ๋ฐ ๋””ํ…Œ์ผ ์ˆ˜์ •

commit 3445288
Author: hyerin <hope1053@naver.com>
Date:   Wed Jul 5 16:59:31 2023 +0900

    feat: FineListScrollView ๊ตฌํ˜„

commit 2374041
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 15:30:25 2023 +0900

    feat: FineListScrollView ๊ตฌํ˜„

commit f8828b3
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 16:53:32 2023 +0900

    design: ๋ฒŒ๊ธˆ ๋ชฉ๋ก ์ƒ๋‹จ ๋””์ž์ธ ์ˆ˜์ •

commit 9c4d928
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 10:54:53 2023 +0900

    design: FineListViewController ์ƒ๋‹จ ๋””์ž์ธ ๊ตฌํ˜„

commit 64b49ab
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 10:40:30 2023 +0900

    fix: SegmentPager backgroundColor ์ˆ˜์ •

commit 9d3f508
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 10:40:12 2023 +0900

    feat: Dependency ์ˆ˜์ •

commit be80b43
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 10:01:26 2023 +0900

    feat: ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

commit 4ef53a9
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 22 10:29:23 2023 +0900

    feat: impl, interface ๋ถ„๋ฆฌ

commit 07502f2
Author: hyerin <hope1053@naver.com>
Date:   Wed Jun 21 18:43:45 2023 +0900

    feat: Fine feature ์ƒ์„ฑ
hope1053 added a commit that referenced this pull request Jul 10, 2023
* feat: dependency ์„ค์ •

* feat: Feature ์ƒ์„ฑ

* feat: InputParticipateCode UI ์ž‘์—…

* feat: ์ ‘๊ทผ์ œ์–ด์ž ์ˆ˜์ •

* feat: Demoapp ์ˆ˜์ •

* feat: ํด๋”๋ง ๋ฐ ParticipationSuccess RIB ํŒŒ์ผ ์ƒ์„ฑ

* feat: ๋ฐ๋ชจ์•ฑ ์ˆ˜์ •

* feat: ParticipationSuccessViewController UI ๊ตฌ์„ฑ ์ค‘

* Squashed commit of the following: MOITInfoCard

commit 9259d66bdddb0f41d18a6747ea360b6ec87fe191
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 20 16:22:03 2023 +0900

    feat: StudyInfoCard ๊ตฌํ˜„

* remove: Design System StudyInfoCard ์‚ญ์ œ

* feat: ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

* design: MOITDetailCardView ์ถ”๊ฐ€

* feat: dummy file ์‚ญ์ œ ๋ฐ Interface, Implement ๋ถ„๋ฆฌ

* feat: MOITFoundation module ์ถ”๊ฐ€

* feat: String Extension ์ถ”๊ฐ€

feat: String Extension ์ถ”๊ฐ€

* feat: TODO ์‚ญ์ œ ๋ฐ ParticipationSuccess UI ๊ตฌํ˜„

* feat: ParticipationSuccess Impl, Interface ๋ถ„๋ฆฌ

* Squashed commit of the following: develop

commit 00662a0
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:37:40 2023 +0900

    fix: ์‚ฌ์šฉํ•˜์ง€์•Š๋Š” dependency ์‚ญ์ œ

commit e8e220c
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 10:15:01 2023 +0900

    fix: ์˜คํƒˆ์ž ์ˆ˜์ •

commit 70c615f
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:51:44 2023 +0900

    Feature/sign in UI (#61)

    * feat: SignIn Feature ์ƒ์„ฑ

    * Squashed commit of the following:

    commit bf476f7
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 14:56:44 2023 +0900

        Hotfix/lint (#50)

        * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

        * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

        * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

    commit 4d9d967
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 07:09:02 2023 +0900

        Design system/profile view (#49)

        * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

        * feat: `MOITProfileView` ๊ตฌํ˜„

        * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit a0ef57d
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 23:11:33 2023 +0900

        Design system/bottom sheet (#38)

        * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

        * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

        * feat: bottom sheet

        * add: case ์ถ”๊ฐ€

        * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

        * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

        * fix: ๋ฆฐํŠธ ์ˆ˜์ •

        * chore: ํด๋”๋ช… ์ˆ˜์ •

        * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

        * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

    commit 8f05b4a
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 22:58:40 2023 +0900

        Feature/web view layer (#8)

        * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

        * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

        * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

        * feat: loading & demo app

        * chore: ์ฝ”๋“œ์ •๋ฆฌ

        * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

        * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

    commit acb398b
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Tue Jun 13 15:44:26 2023 +0900

        Design system - StudyPreview (#41)

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    * design: ๋กœ๊ทธ์ธ ํ™”๋ฉด UI ๊ตฌํ˜„

    * feat: ViewController ์ด๋ฒคํŠธ Interactor ์ „๋‹ฌ

    * feat: impl, interface ๋ถ„๋ฆฌ ๋ฐ ๋ฐ๋ชจ์•ฑ ์—ฐ๊ฒฐ

    * feat: Dependency ์ถ”๊ฐ€

    * feat: ์นด์นด์˜ค ๋กœ๊ทธ์ธ ์•ฑ ์‹คํ–‰ ํ—ˆ์šฉ ๋ชฉ๋ก ์„ค์ •

    * feat: Dependency ์ถ”๊ฐ€

    * feat: Kakao SDK ์ดˆ๊ธฐํ™”

    * feat: SDK ์ถ”๊ฐ€

    * feat: dependency ์ถ”๊ฐ€

    * fix: file ๊ตฌ์กฐ ๋ณ€๊ฒฝ

    * fix: deploymentTargetversion 16์œผ๋กœ ๋ณ€๊ฒฝ

    * Squashed commit of the following:

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

    commit bf476f7
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 14:56:44 2023 +0900

        Hotfix/lint (#50)

        * fix: lint ์‹คํ–‰ ๋กœ์ง ๋ณ€๊ฒฝ

        * fix: lint ๊ทœ์น™ ํ”„๋กœ์ ํŠธ ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ DesignSystem/Project.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ StudyPreview.swift ์ˆ˜์ •

        * refactor: lint ๋งž๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * refactor: lint ๋งž๊ฒŒ indent ๋ณ€๊ฒฝ

        * fix: lint ๋ฒ”์œ„ ํ•ด๋‹น Target๊ณผ dependency๊นŒ์ง€๋กœ ๋ณ€๊ฒฝ

    commit 4d9d967
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Wed Jun 14 07:09:02 2023 +0900

        Design system/profile view (#49)

        * add: ์•„์ด์ฝ˜ ์ถ”๊ฐ€

        * feat: `MOITProfileView` ๊ตฌํ˜„

        * feat: `MOITProfileViewDemoApp` ๊ตฌํ˜„

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit a0ef57d
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 23:11:33 2023 +0900

        Design system/bottom sheet (#38)

        * add: BottomSheetViewController ํŒŒ์ผ ์ƒ์„ฑ

        * feat: ์ดˆ๋Œ€๋งํฌ ๊ณต์œ ํ•˜๊ธฐ UI

        * feat: bottom sheet

        * add: case ์ถ”๊ฐ€

        * add: Share ๋ชจ๋“ˆ ์ƒ์„ฑ, ์ฝ”๋“œ๋ถ„๋ฆฌ

        * chore: ๋„ค์ด๋ฐ ์ˆ˜์ • Share -> MOITShare

        * fix: ๋ฆฐํŠธ ์ˆ˜์ •

        * chore: ํด๋”๋ช… ์ˆ˜์ •

        * fix: ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ˜์˜

        * fix: ๋นŒ๋“œ์˜ค๋ฅ˜ ์ˆ˜์ •

    commit 8f05b4a
    Author: SongSeoYoung <42825223+SongSeoYoung@users.noreply.github.com>
    Date:   Tue Jun 13 22:58:40 2023 +0900

        Feature/web view layer (#8)

        * feat: web view ํ”„๋กœ์ ํŠธ ๊ธฐ๋ณธ ์„ค์ •

        * feat: MOITWeb RIB ๊ตฌ์กฐ, ๋ฐ๋ชจ์•ฑ ์„ค์ •

        * feat: WKWebView ์ดˆ๊ธฐ ์„ค์ •

        * feat: loading & demo app

        * chore: ์ฝ”๋“œ์ •๋ฆฌ

        * fix: detach์•ˆ๋˜๋Š” ์ด์Šˆ ์ˆ˜์ •

        * chore: ํด๋” ์œ„์น˜ ๋ณ€๊ฒฝ

    commit acb398b
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Tue Jun 13 15:44:26 2023 +0900

        Design system - StudyPreview (#41)

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        ---------

        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    * design: image, color asset ์ถ”๊ฐ€

    * fix: DesignSystem ์ˆ˜์ •์‚ฌํ•ญ ๋ฐ˜์˜(profile image type)

    * design: SignIn UI ์ž‘์—… ์ค‘

    * design: asset ๋ณ€๊ฒฝ ๋ฐ ์ถ”๊ฐ€

    * design: SignIn View UI ๊ตฌํ˜„

commit e87d7ea
Author: hyerin <hope1053@naver.com>
Date:   Fri Jul 7 09:50:38 2023 +0900

    Feature/input participate code (#60)

    * feat: dependency ์„ค์ •

    * feat: Feature ์ƒ์„ฑ

    * feat: InputParticipateCode UI ์ž‘์—…

    * feat: ์ ‘๊ทผ์ œ์–ด์ž ์ˆ˜์ •

    * feat: Demoapp ์ˆ˜์ •

    * feat: InputParticipateCode Interface, Implement ๋ถ„๋ฆฌ

    * Squashed commit of the following: develop

    commit 7da14c6
    Author: chansooo <89574881+chansooo@users.noreply.github.com>
    Date:   Fri Jun 30 00:04:13 2023 +0900

        Feature/sign up (#59)

        * feat: DesignSystemType case chip ์ถ”๊ฐ€

        * feat: NavigationBar ๊ตฌํ˜„

        * feat: Navigationdemo ๊ตฌํ˜„

        * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

        * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

        * feat: NavigationColorType ๊ตฌํ˜„

        ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

        * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * add: `MOITTabPager` ์ƒ์„ฑ

        * remove: dummy file ์‚ญ์ œ

        * feat: MOITChipType ๊ตฌํ˜„

        * feat: MOITChip ๊ตฌํ˜„

        * feat: MOITChipDemoViewController ๊ตฌํ˜„

        * feat: DemoViewController ์—ฐ๊ฒฐ

        * feat: PagerType ๊ตฌํ˜„

        * feat: TapPager ๊ตฌํ˜„

        * feat: SegmentPager ๊ตฌํ˜„

        * feat: PagerDemoViewController ์ถ”๊ฐ€

        * fix: unavailable ์ถ”๊ฐ€

        * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

        * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

        * feat: StudyPreview ๊ตฌํ˜„์ค‘

        * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

        * add: secondary color set ์ถ”๊ฐ€

        * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

        * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

        * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

        * fix: StudyPreview UI ๋ณ€๊ฒฝ

        * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

        * fix: StudyPreviewDemoViewController ์ˆ˜์ •

        * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

        * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

        * refactor: final ์ถ”๊ฐ€

        * redactor: `layoutIfNeeded` ์‚ญ์ œ

        * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

        * feat: Utils Target ์ถ”๊ฐ€

        * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

        * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

        * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

        * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

        * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

        * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

        * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

        * feat: scrollView ์ž๋™ ์„ค์ •

        * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

        * feat: SignUpViewController ๊ตฌํ˜„

        * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

        * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

        * feat: NavigationBar logo ์ถ”๊ฐ€

        * feat: ViewControllable extension ์ถ”๊ฐ€

        * feat: StudyList shortcut ์ถ”๊ฐ€

        * feat: dependency ์ˆ˜์ •

        * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

        * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

        * fix: `MOITProfileView` border ์ถ”๊ฐ€

        * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * fix: DemoApp Dependency ์„ค์ •

        * feat: SignUpDependency ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

        * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

        * fix: interactor.activate ์ถ”๊ฐ€

        * profileselect

        * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

        * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

        * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

        * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

        * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

        * feat: ProfileSelectView ๊ตฌํ˜„

        * feat: ProfileSelectViewController ๊ตฌํ˜„

        * feat: ProfileSelectInteractor ๊ตฌํ˜„

        * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

        * fix: SignUpDemoApp ์ˆ˜์ •

        * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

        * feat: SignUpRouter ๊ตฌํ˜„

        * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

        * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

        * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

        * chore: ์ฃผ์„ ์‚ญ์ œ

        * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

        * chore: print๋ฌธ ์‚ญ์ œ

        ---------

        Co-authored-by: hyerin <hope1053@naver.com>
        Co-authored-by: chansooooo <chansoo@vaultmicro.com>

    commit 8bdabbd
    Author: hyerin <hope1053@naver.com>
    Date:   Thu Jun 29 22:26:02 2023 +0900

        Fix/network layer fix (#55)

        * feat: Response ๋ชจ๋ธ ์„ ์–ธ

        * feat: Common Error ์ถ”๊ฐ€

        * feat: NetworkImpl ์ˆ˜์ •

        * feat: ์˜ต์…”๋„ ๋Œ€์‘

    commit 74b0f88
    Author: hyerin <hope1053@naver.com>
    Date:   Tue Jun 27 10:09:22 2023 +0900

        Feature/adjust line height (#58)

        * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

        * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

    commit e256b51
    Author: hyerin <hope1053@naver.com>
    Date:   Mon Jun 26 11:38:29 2023 +0900

        Fix/design system fix (#56)

        * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

        * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

        * fix: List์— MOITProfileView ์ ์šฉ

        * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

        * fix: Lint ์ˆ˜์ •

    * fix: UILabel Extension ๋ฉ”์„œ๋“œ Util๋กœ ์œ„์น˜ ์ด๋™

    * fix: TODO ์‚ญ์ œ

    * fix: ProfileImage init ๋ฉ”์„œ๋“œ ๋ณ€๊ฒฝ

    * feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

    feat: TextField title ์˜ต์…”๋„ ํƒ€์ž… ๋ณ€๊ฒฝ ๋ฐ˜์˜ ๋ฐ becomeFirstResponder ๋ฉ”์„œ๋“œ ์ˆ˜์ •

    * fix: UiDevice Extension ๋ฉ”์„œ๋“œ ์œ„์น˜ ๋ณ€๊ฒฝ

    * fix: file ๊ตฌ์กฐ ์ˆ˜์ •

    * fix: UIDevice Extension ์ ‘๊ทผ์ œ์–ด์ž public์œผ๋กœ ๋ณ€๊ฒฝ

    * feat: Dependency ์ˆ˜์ • ๋ฐ PresentableListener ๋ฉ”์„œ๋“œ ์ถ”๊ฐ€

    * fix: deployment target 16.0์œผ๋กœ ์ˆ˜์ •

    * feat: NetworkLayer ์ˆ˜์ •

    * feat: Dependency ์ˆ˜์ •

    * feat: MOITParticipate Data ๋ ˆ์ด์–ด ์ž‘์—…

    * feat: MOITParticipate Domain ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

    * fix: Multipart Endpoint baseURL ์ถ”๊ฐ€

    * feat: MOITParticipate UserInterface ๋ ˆ์ด์–ด ์ž‘์—… ์ค‘

    * feat: ๋ฐ๋ชจ์•ฑ ์ˆ˜์ •

    * feat: Repository์—์„œ Endpoint์•„๋‹Œ Request ๋ฐ›๋„๋ก ์ˆ˜์ •

    * fix: MOITList init ๋ฉ”์„œ๋“œ ์ ์šฉ

commit 7bc6f49
Author: hyerin <hope1053@naver.com>
Date:   Thu Jul 6 13:51:21 2023 +0900

    fix: MOITList init ํŒŒ๋ผ๋ฏธํ„ฐ ์ˆ˜์ •

commit 7da14c6
Author: chansooo <89574881+chansooo@users.noreply.github.com>
Date:   Fri Jun 30 00:04:13 2023 +0900

    Feature/sign up (#59)

    * feat: DesignSystemType case chip ์ถ”๊ฐ€

    * feat: NavigationBar ๊ตฌํ˜„

    * feat: Navigationdemo ๊ตฌํ˜„

    * fix: NavigationDemoViewController ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * fix: NavigationBar titleLabel ์ค‘์•™ ์ •๋ ฌ ์ˆ˜์ •

    * feat: NavigationColorType ๊ตฌํ˜„

    ๋‘๊ฐ€์ง€ case๋กœ ๋‚˜๋ˆ ์„œ ๊ฐ๊ฐ tintcolor์™€ backgroundcolor ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•จ

    * feat: ๋ฒ„ํŠผ tintcolor ๋ณ€๊ฒฝ ์œ„ํ•ด ๋ Œ๋”๋ง ๋ชจ๋“œ ๋ณ€๊ฒฝ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * add: `MOITTabPager` ์ƒ์„ฑ

    * remove: dummy file ์‚ญ์ œ

    * feat: MOITChipType ๊ตฌํ˜„

    * feat: MOITChip ๊ตฌํ˜„

    * feat: MOITChipDemoViewController ๊ตฌํ˜„

    * feat: DemoViewController ์—ฐ๊ฒฐ

    * feat: PagerType ๊ตฌํ˜„

    * feat: TapPager ๊ตฌํ˜„

    * feat: SegmentPager ๊ตฌํ˜„

    * feat: PagerDemoViewController ์ถ”๊ฐ€

    * fix: unavailable ์ถ”๊ฐ€

    * feat: DemoApp Chip ํด๋” ์ถ”๊ฐ€

    * fix: enum case AssociatedValue ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„ ์‚ญ์ œ

    * feat: StudyPreview ๊ตฌํ˜„์ค‘

    * feat: ์Šค์™€์ดํ”„ ->  ์‚ญ์ œ ๋ฒ„ํŠผ ์• ๋‹ˆ๋ฉ”์ด์…˜ ๊ตฌํ˜„

    * add: secondary color set ์ถ”๊ฐ€

    * remove: ํ•„์š” ์—†๋Š” ํŒŒ์ผ ์‚ญ์ œ

    * feat: optinal์ธ view addItem ์‰ฝ๊ฒŒ ํ•  ์ˆ˜ ์žˆ๋Š” ๋ฉ”์†Œ๋“œ ๊ตฌํ˜„

    * refactor: ์Šค์™€์ดํ”„, ํƒญ ๋ถ€๋“œ๋Ÿฝ๊ฒŒ ๋ณ€๊ฒฝ

    * fix: StudyPreview UI ๋ณ€๊ฒฝ

    * feat: ๋ฒ„ํŠผ ๋ˆ„๋ฅผ ์ˆ˜ ์žˆ๋Š” ๋ทฐ ์ถ”๊ฐ€

    * fix: StudyPreviewDemoViewController ์ˆ˜์ •

    * refactor: StudyPreview UI Center ๋งž๊ฒŒ ์ˆ˜์ •

    * refactor: panGesture ๋กœ์ง ๋ณ€๊ฒฝ

    * refactor: final ์ถ”๊ฐ€

    * redactor: `layoutIfNeeded` ์‚ญ์ œ

    * feat: SignUp ๊ธฐ๋ณธ ์„ธํŒ…

    * feat: Utils Target ์ถ”๊ฐ€

    * feat: SignUp ์ ‘๊ทผ ์ œํ•œ์ž ๋ณ€๊ฒฝ

    * feat: Utils ํƒ€๊ฒŸ์— pinlayout, flexlayout ์ถ”๊ฐ€

    * feat: BaseViewController ์ƒ์†๋ฐ›์„ ๊ฒฝ์šฐ navigateBar ์„ค์ • ํŽธ๋ฆฌํ•˜๊ฒŒ ๊ตฌํ˜„

    * feat: StudyPreview configure ํ•จ์ˆ˜ ๊ตฌํ˜„

    * feat: ProfileView image ์—†์ด ์ƒ์„ฑ, configureImage ํ•จ์ˆ˜ ์ถ”๊ฐ€

    * refactor: ๋ฆฐํŠธ ๋งž๊ฒŒ ์ฝ”๋“œ ์ˆ˜์ •

    * fix: navigationBar์™€ flexRootView ๊ฒน์น˜์ง€ ์•Š๊ฒŒ ์ˆ˜์ •

    * feat: scrollView ์ž๋™ ์„ค์ •

    * feat: ํƒญ ์‹œ ํ‚ค๋ณด๋“œ ์‚ฌ๋ผ์ง€๋„๋ก ๊ตฌํ˜„

    * feat: SignUpViewController ๊ตฌํ˜„

    * feat: ๋‹ค์Œ ๋ฒ„ํŠผ ์ถ”๊ฐ€

    * refactor: `MOITProfileView` ์ด๋ฏธ์ง€ ๋กœ๋“œ ๋กœ์ง ๋ณ€๊ฒฝ

    * feat: NavigationBar logo ์ถ”๊ฐ€

    * feat: ViewControllable extension ์ถ”๊ฐ€

    * feat: StudyList shortcut ์ถ”๊ฐ€

    * feat: dependency ์ˆ˜์ •

    * feat: SignUp ๊ด€๋ จ UseCase ์ถ”๊ฐ€

    * feat: SignUpRepository ์ž„์‹œ ์ถ”๊ฐ€

    * fix: `MOITProfileView` border ์ถ”๊ฐ€

    * fix: SignUpDemoApp RIBs ๊ธฐ๋ฐ˜์œผ๋กœ ์ƒ์„ฑํ•˜๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * fix: DemoApp Dependency ์„ค์ •

    * feat: SignUpDependency ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ ๋ฐ ์ฝ”๋“œ ์Šคํƒ€์ผ ์ˆ˜์ •

    * feat: SignUp ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง ์ˆ˜์ •

    * fix: interactor.activate ์ถ”๊ฐ€

    * profileselect

    * fix: baseView flexLayout ์‚ฌ์šฉ์— ๋งž๊ฒŒ ์ˆ˜์ •

    * fix: `ProfileImageType` ์ฐธ์กฐํ•  ์ˆ˜ ์žˆ๋„๋ก ์ˆ˜์ •

    * feat: uikit ๊ด€๋ จ extension ์ถ”๊ฐ€

    * fix: bottomsheetViewController ํƒญ contentView ์™ธ๋ถ€์—์„œ ์ž‘๋™ํ•˜๋„๋ก ์ˆ˜์ •

    * fix: MOITProfileView tap ์ž‘๋™๋ฐฉ์‹ ๋ณ€๊ฒฝ

    * feat: ProfileSelectView ๊ตฌํ˜„

    * feat: ProfileSelectViewController ๊ตฌํ˜„

    * feat: ProfileSelectInteractor ๊ตฌํ˜„

    * fix: ProfileSelect RIBlet ์ƒ์„ฑ ์‹œ ํ˜„์žฌ ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ์ „๋‹ฌ

    * fix: SignUpDemoApp ์ˆ˜์ •

    * feat: SignUpInteractor ๋กœ์ง ๊ตฌํ˜„

    * feat: SignUpRouter ๊ตฌํ˜„

    * feat: SignUpViewController ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์—…๋ฐ์ดํŠธ ๊ตฌํ˜„

    * fix: imageIndex ์ •๋ณด ํ•จ๊ป˜ ๋„˜๊ธฐ๋„๋ก ์ˆ˜์ •

    * fix: ์ด๋ฏธ์ง€ ์ธ๋ฑ์Šค ํŒŒ๋ผ๋ฏธํ„ฐ ์ถ”๊ฐ€

    * chore: ์ฃผ์„ ์‚ญ์ œ

    * fix: baseViewController์— removeObserver ์ถ”๊ฐ€

    * chore: print๋ฌธ ์‚ญ์ œ

    ---------

    Co-authored-by: hyerin <hope1053@naver.com>
    Co-authored-by: chansooooo <chansoo@vaultmicro.com>

commit 8bdabbd
Author: hyerin <hope1053@naver.com>
Date:   Thu Jun 29 22:26:02 2023 +0900

    Fix/network layer fix (#55)

    * feat: Response ๋ชจ๋ธ ์„ ์–ธ

    * feat: Common Error ์ถ”๊ฐ€

    * feat: NetworkImpl ์ˆ˜์ •

    * feat: ์˜ต์…”๋„ ๋Œ€์‘

commit 74b0f88
Author: hyerin <hope1053@naver.com>
Date:   Tue Jun 27 10:09:22 2023 +0900

    Feature/adjust line height (#58)

    * feat: font ํƒ€์ž… ๋ณ„ line height return ํ•ด์ฃผ๋Š” ๋ฉ”์„œ๋“œ ๊ตฌํ˜„

    * feat: ParagraphStyle ์ ์šฉํ•˜๋Š” UILabel Extension ๊ตฌํ˜„

commit e256b51
Author: hyerin <hope1053@naver.com>
Date:   Mon Jun 26 11:38:29 2023 +0900

    Fix/design system fix (#56)

    * fix: Chip Configure ๋ฉ”์„œ๋“œ ๋ฐ Convenience init ์ถ”๊ฐ€

    * fix: MOITTextField title ์—†๋Š” ๊ฒฝ์šฐ ๋Œ€์‘

    * fix: List์— MOITProfileView ์ ์šฉ

    * fix: List StudyOrder ๋ฐ Fine Formatter ์ ์šฉ

    * fix: Lint ์ˆ˜์ •

* fix: dependency ์ฑ„ํƒ

* feat: participationSuccess View attach ๋กœ์ง
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.

2 participants