From 3399a0a89b95ec7cbe2a301bb807276d60f4ce07 Mon Sep 17 00:00:00 2001 From: friday <166302778+friday0425@users.noreply.github.com> Date: Fri, 23 May 2025 09:40:44 +0900 Subject: [PATCH 01/11] =?UTF-8?q?[Feat]=20=08Friday=20=EB=B7=B0=20?= =?UTF-8?q?=EC=A0=9C=EC=9E=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/LearnerViews/FridayView.swift | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 GithubPractice/GithubPractice/View/LearnerViews/FridayView.swift diff --git a/GithubPractice/GithubPractice/View/LearnerViews/FridayView.swift b/GithubPractice/GithubPractice/View/LearnerViews/FridayView.swift new file mode 100644 index 0000000..7732d05 --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/FridayView.swift @@ -0,0 +1,26 @@ +// +// LumiView.swift +// GithubPractice +// +// Created by 정영진 on 5/22/25. +// + +import SwiftUI + +struct FridayView: LearnerView { + // TODO: 1. 이름, 팀 수정하고 커밋하기 + var name: String = "Friday" + + var team: String = "멘토팀" + + var body: some View { + Text("저의 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저의 팀은 \(team) 입니다.") + .font(.subheadline) + } +} + +#Preview { + LumiView() +} From b52a8a324019b0ce54e0c09584b4bd454eacd115 Mon Sep 17 00:00:00 2001 From: friday <166302778+friday0425@users.noreply.github.com> Date: Fri, 23 May 2025 09:41:52 +0900 Subject: [PATCH 02/11] =?UTF-8?q?[Feat]=20=EB=A6=AC=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=97=90=20Friday=20=EB=B7=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubPractice/GithubPractice/Model/LearnerViews.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GithubPractice/GithubPractice/Model/LearnerViews.swift b/GithubPractice/GithubPractice/Model/LearnerViews.swift index 751bab6..58e7960 100644 --- a/GithubPractice/GithubPractice/Model/LearnerViews.swift +++ b/GithubPractice/GithubPractice/Model/LearnerViews.swift @@ -9,5 +9,6 @@ import Foundation // TODO: 2. learnerViews에 자신의 View 추가하고 커밋! let learnerViews: [any LearnerView] = [ - LumiView() + LumiView(), + FridayView() ] From 6089e024a14cdfa2134bacc015d89837aab52fd8 Mon Sep 17 00:00:00 2001 From: YoungJin Jeong <81943525+luminouxx@users.noreply.github.com> Date: Fri, 23 May 2025 09:48:29 +0900 Subject: [PATCH 03/11] Update issue templates --- ...266\224\352\260\200\355\225\230\352\270\260.md" | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/learner-\354\266\224\352\260\200\355\225\230\352\270\260.md" diff --git "a/.github/ISSUE_TEMPLATE/learner-\354\266\224\352\260\200\355\225\230\352\270\260.md" "b/.github/ISSUE_TEMPLATE/learner-\354\266\224\352\260\200\355\225\230\352\270\260.md" new file mode 100644 index 0000000..bc6e804 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/learner-\354\266\224\352\260\200\355\225\230\352\270\260.md" @@ -0,0 +1,14 @@ +--- +name: Learner 추가하기 +about: Learner 추가하기 템플릿입니다! +title: "{닉네임}의 Issue" +labels: '' +assignees: '' + +--- + +## Info +이름 : @username + +### 나의 다짐 +나는 해적왕이 될거야~! From eab0464ab41f861d1dac4f4458ce9ea9e826a29f Mon Sep 17 00:00:00 2001 From: YeongJin Jeong Date: Fri, 23 May 2025 09:51:25 +0900 Subject: [PATCH 04/11] =?UTF-8?q?[Feat]=20Judy=20=EB=B7=B0=20=EC=A0=9C?= =?UTF-8?q?=EC=9E=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/LearnerViews/JudyView.swift | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 GithubPractice/GithubPractice/View/LearnerViews/JudyView.swift diff --git a/GithubPractice/GithubPractice/View/LearnerViews/JudyView.swift b/GithubPractice/GithubPractice/View/LearnerViews/JudyView.swift new file mode 100644 index 0000000..eaf9c7e --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/JudyView.swift @@ -0,0 +1,26 @@ +// +// LumiView.swift +// GithubPractice +// +// Created by 정영진 on 5/22/25. +// + +import SwiftUI + +struct JudyView: LearnerView { + // TODO: 1. 이름, 팀 수정하고 커밋하기 + var name: String = "Judy" + + var team: String = "멘토팀" + + var body: some View { + Text("저의 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저의 팀은 \(team) 입니다.") + .font(.subheadline) + } +} + +#Preview { + JudyView() +} From cef8be88b73fdbc6b653f0b45c04ed80409b943e Mon Sep 17 00:00:00 2001 From: YeongJin Jeong Date: Fri, 23 May 2025 09:52:22 +0900 Subject: [PATCH 05/11] =?UTF-8?q?[Feat]=20=EB=A6=AC=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=97=90=20Judy=20=EB=B7=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubPractice/GithubPractice/Model/LearnerViews.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GithubPractice/GithubPractice/Model/LearnerViews.swift b/GithubPractice/GithubPractice/Model/LearnerViews.swift index 751bab6..7a79263 100644 --- a/GithubPractice/GithubPractice/Model/LearnerViews.swift +++ b/GithubPractice/GithubPractice/Model/LearnerViews.swift @@ -9,5 +9,6 @@ import Foundation // TODO: 2. learnerViews에 자신의 View 추가하고 커밋! let learnerViews: [any LearnerView] = [ - LumiView() + LumiView(), + JudyView() ] From 9c49cae3a7c0f6e3cc415658e2b915b35aa54754 Mon Sep 17 00:00:00 2001 From: JUDY LEE Date: Fri, 23 May 2025 12:15:45 +0900 Subject: [PATCH 06/11] =?UTF-8?q?[Feat]=20Judy=EB=B7=B0=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/LearnerViews/JudyJView.swift | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 GithubPractice/GithubPractice/View/LearnerViews/JudyJView.swift diff --git a/GithubPractice/GithubPractice/View/LearnerViews/JudyJView.swift b/GithubPractice/GithubPractice/View/LearnerViews/JudyJView.swift new file mode 100644 index 0000000..fd648e5 --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/JudyJView.swift @@ -0,0 +1,25 @@ +// +// JudyJView.swift +// GithubPractice +// +// Created by 이주현 on 5/23/25. +// + +import SwiftUI + +struct JudyJView: LearnerView { + + var name: String = "JudyJ" + var team: String = "Ch3 오전반 횐님 어디세요 팀" + + var body: some View { + Text("제 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저는 \(team)입니다.") + .font(.subheadline) + } +} + +#Preview { + JudyJView() +} From 9307043e8d0d98615f8ac898d6129cd9f7949159 Mon Sep 17 00:00:00 2001 From: Jykim-111 Date: Fri, 23 May 2025 12:15:54 +0900 Subject: [PATCH 07/11] =?UTF-8?q?[Feat]=20Elena=20=EB=B7=B0=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/LearnerViews/ElenaView.swift | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 GithubPractice/GithubPractice/View/LearnerViews/ElenaView.swift diff --git a/GithubPractice/GithubPractice/View/LearnerViews/ElenaView.swift b/GithubPractice/GithubPractice/View/LearnerViews/ElenaView.swift new file mode 100644 index 0000000..dd3d8b4 --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/ElenaView.swift @@ -0,0 +1,25 @@ +// +// ElenaView.swift +// GithubPractice +// +// Created by 김지윤 on 5/23/25. +// + +import SwiftUI + +struct ElenaView: LearnerView { + // TODO: 1. 이름, 팀 수정하고 커밋하기 + var name: String = "Elena" + + var team: String = "러너팀" + + var body: some View { + Text("저의 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저의 팀은 \(team) 입니다.") + .font(.subheadline) + } +} +#Preview { + ElenaView() +} From b431cd842a92540ae07934e600c38d996f56d279 Mon Sep 17 00:00:00 2001 From: Jykim-111 Date: Fri, 23 May 2025 12:19:30 +0900 Subject: [PATCH 08/11] =?UTF-8?q?[Feat]=20List=EC=97=90=20ElenaView=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubPractice/GithubPractice/Model/LearnerViews.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GithubPractice/GithubPractice/Model/LearnerViews.swift b/GithubPractice/GithubPractice/Model/LearnerViews.swift index 58e7960..a7256d6 100644 --- a/GithubPractice/GithubPractice/Model/LearnerViews.swift +++ b/GithubPractice/GithubPractice/Model/LearnerViews.swift @@ -10,5 +10,6 @@ import Foundation // TODO: 2. learnerViews에 자신의 View 추가하고 커밋! let learnerViews: [any LearnerView] = [ LumiView(), - FridayView() + FridayView(), + ElenaView() ] From f78d6168b475734f9375b3e1eec5b93d3d36fde4 Mon Sep 17 00:00:00 2001 From: JUDY LEE Date: Fri, 23 May 2025 12:19:44 +0900 Subject: [PATCH 09/11] =?UTF-8?q?[Feat]=20=EB=A6=AC=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=97=90=20JudyJ=EB=B7=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubPractice/GithubPractice/Model/LearnerViews.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GithubPractice/GithubPractice/Model/LearnerViews.swift b/GithubPractice/GithubPractice/Model/LearnerViews.swift index 58e7960..a129090 100644 --- a/GithubPractice/GithubPractice/Model/LearnerViews.swift +++ b/GithubPractice/GithubPractice/Model/LearnerViews.swift @@ -10,5 +10,6 @@ import Foundation // TODO: 2. learnerViews에 자신의 View 추가하고 커밋! let learnerViews: [any LearnerView] = [ LumiView(), - FridayView() + FridayView(), + JudyJView() ] From 2b56b4f938a6b4bf6ff54fc5cfbe1443662f79c5 Mon Sep 17 00:00:00 2001 From: altol2 Date: Fri, 23 May 2025 17:16:41 +0900 Subject: [PATCH 10/11] Create WendyView.swift --- .../View/LearnerViews/WendyView.swift | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 GithubPractice/GithubPractice/View/LearnerViews/WendyView.swift diff --git a/GithubPractice/GithubPractice/View/LearnerViews/WendyView.swift b/GithubPractice/GithubPractice/View/LearnerViews/WendyView.swift new file mode 100644 index 0000000..59e4dd1 --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/WendyView.swift @@ -0,0 +1,24 @@ +// +// WendyView.swift +// GithubPractice +// +// Created by 윤예람 on 5/23/25. +// +import SwiftUI + +struct WendyView: LearnerView { + // TODO: 1. 이름, 팀 수정하고 커밋하기 + var name: String = "Wendy" + var team: String = "사야팀" + + var body: some View { + Text("저의 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저의 팀은 \(team) 입니다.") + .font(.subheadline) + } +} + +#Preview { + WendyView() +} From 025357dee177d682116599b2ddde3e8aac32e48f Mon Sep 17 00:00:00 2001 From: altol2 Date: Fri, 23 May 2025 17:17:31 +0900 Subject: [PATCH 11/11] Update LearnerViews.swift --- GithubPractice/GithubPractice/Model/LearnerViews.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GithubPractice/GithubPractice/Model/LearnerViews.swift b/GithubPractice/GithubPractice/Model/LearnerViews.swift index 9f43bbc..cd35430 100644 --- a/GithubPractice/GithubPractice/Model/LearnerViews.swift +++ b/GithubPractice/GithubPractice/Model/LearnerViews.swift @@ -13,5 +13,6 @@ let learnerViews: [any LearnerView] = [ JudyView(), FridayView(), ElenaView(), - JudyJView() + JudyJView(), + WendyView() ]