Skip to content

Feature/add scrum pspo 1 #48

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

Merged
merged 8 commits into from
Jul 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 8 additions & 18 deletions CloudMaster.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,6 @@
path = Common;
sourceTree = "<group>";
};
8D8D8AA32C05A27800ACC61C /* ViewModels */ = {
isa = PBXGroup;
children = (
);
path = ViewModels;
sourceTree = "<group>";
};
8D8D8AA52C05A27800ACC61C /* Views */ = {
isa = PBXGroup;
children = (
Expand All @@ -238,7 +231,6 @@
8D8D8AA62C05A27800ACC61C /* Course */ = {
isa = PBXGroup;
children = (
8D8D8AA32C05A27800ACC61C /* ViewModels */,
8D8D8AA52C05A27800ACC61C /* Views */,
);
path = Course;
Expand Down Expand Up @@ -268,13 +260,6 @@
path = Models;
sourceTree = "<group>";
};
8D8D8AAC2C05A27800ACC61C /* ViewModels */ = {
isa = PBXGroup;
children = (
);
path = ViewModels;
sourceTree = "<group>";
};
8D8D8AB22C05A27800ACC61C /* Views */ = {
isa = PBXGroup;
children = (
Expand All @@ -290,7 +275,6 @@
isa = PBXGroup;
children = (
8D8D8AAB2C05A27800ACC61C /* Models */,
8D8D8AAC2C05A27800ACC61C /* ViewModels */,
8D8D8AB22C05A27800ACC61C /* Views */,
);
path = Exam;
Expand Down Expand Up @@ -791,10 +775,13 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.0.7;
PRODUCT_BUNDLE_IDENTIFIER = com.ditectrev.cloudmasterswift;
PRODUCT_NAME = "CloudMaster Swift";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -827,10 +814,13 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.0.7;
PRODUCT_BUNDLE_IDENTIFIER = com.ditectrev.cloudmasterswift;
PRODUCT_NAME = "CloudMaster Swift";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 5.0;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>
20 changes: 0 additions & 20 deletions CloudMaster/Assets.xcassets/Image.imageset/Contents.json

This file was deleted.

12 changes: 12 additions & 0 deletions CloudMaster/Assets.xcassets/scrumIcon.symbolset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "scrum.svg",
"idiom" : "universal"
}
]
}
103 changes: 103 additions & 0 deletions CloudMaster/Assets.xcassets/scrumIcon.symbolset/scrum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 59 additions & 3 deletions CloudMaster/Constants/Courses.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ enum CourseCompany: String, Codable, Hashable, CaseIterable {
case aws = "Amazon Web Services"
case azure = "Microsoft Azure"
case gcp = "Google Cloud Platform"
case scrum = "Scrum Alliance"
case other = "Others"
}

Expand Down Expand Up @@ -204,6 +205,24 @@ extension Course {
),
lastUpdate: nil
),
Course(
fullName: "Certified SysOps-Administrator Associate",
shortName: "SOA-C02",
description:
"Focuses on deploying, managing, and operating scalable, highly available, and secure systems on AWS with an emphasis on monitoring, automation, and performance optimization.",
company: .aws,
repositoryURL:
"https://github.com/Ditectrev/AWS-Certified-SysOps-Administrator-Associate-SOA-C02-Practice-Tests-Exams-Questions-Answers",
questionURL:
"https://raw.githubusercontent.com/Ditectrev/AWS-Certified-SysOps-Administrator-Associate-SOA-C02-Practice-Tests-Exams-Questions-Answers/refs/heads/main/README.md",
url: "https://aws.amazon.com/certification/certified-sysops-admin-associate/",
exam: Exam(
quick: ExamDetail(time: 40, questionCount: 20),
intermediate: ExamDetail(time: 84, questionCount: 49),
real: ExamDetail(time: 120, questionCount: 65)
),
lastUpdate: nil
),
Course(
fullName: "Azure Fundamentals",
shortName: "AZ-900",
Expand Down Expand Up @@ -429,12 +448,31 @@ extension Course {
),
lastUpdate: nil
),
Course(
fullName: "Salesforce Certified Data Cloud Consultant",
shortName: "Salesforce-DC",
description:
"Focuses on implementing and configuring Salesforce Data Cloud solutions, including data ingestion, identity resolution, segmentation, activation, and compliance management.",
company: .other,
repositoryURL:
"https://github.com/Ditectrev/Salesforce-Certified-Data-Cloud-Consultant",
questionURL:
"https://raw.githubusercontent.com/Ditectrev/Salesforce-Certified-Data-Cloud-Consultant/refs/heads/main/README.md",
url:
"https://trailhead.salesforce.com/en/credentials/datacloudconsultant",
exam: Exam(
quick: ExamDetail(time: 40, questionCount: 20),
intermediate: ExamDetail(time: 84, questionCount: 42),
real: ExamDetail(time: 120, questionCount: 60)
),
lastUpdate: nil
),
Course(
fullName: "Scrum Developer I",
shortName: "PSD-1",
description:
"Verifies a developer’s understanding of Scrum principles and their ability to work effectively within a Scrum team, focusing on collaborative and incremental software development practices.",
company: .other,
company: .scrum,
repositoryURL:
"https://github.com/Ditectrev/Professional-Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers",
questionURL:
Expand All @@ -452,7 +490,7 @@ extension Course {
shortName: "SM-1",
description:
"Demonstrates advanced proficiency in facilitating and leading Scrum teams, emphasizing the application of Scrum practices, principles, and techniques to maximize team productivity and efficiency.",
company: .other,
company: .scrum,
repositoryURL:
"https://github.com/Ditectrev/Professional-Scrum-Master-I-PSM-I-Practice-Tests-Exams-Questions-Answers",
questionURL:
Expand All @@ -470,7 +508,7 @@ extension Course {
shortName: "SM-2",
description:
"Demonstrates advanced proficiency in facilitating and leading Scrum teams, emphasizing the application of Scrum practices, principles, and techniques to maximize team productivity and efficiency.",
company: .other,
company: .scrum,
repositoryURL:
"https://github.com/Ditectrev/Professional-Scrum-Master-II-PSM-II-Practice-Tests-Exams-Questions-Answers",
questionURL:
Expand All @@ -483,5 +521,23 @@ extension Course {
),
lastUpdate: nil
),
Course(
fullName: "Scrum Product Owner I",
shortName: "PSPO-1",
description:
"Validates your knowledge of the Scrum framework, with a focus on the role of the Product Owner.",
company: .scrum,
repositoryURL:
"https://github.com/Ditectrev/Scrum-Product-Owner-PSPO-I-Practice-Tests-Exams-Questions-Answers",
questionURL:
"https://raw.githubusercontent.com/Ditectrev/Scrum-Product-Owner-PSPO-I-Practice-Tests-Exams-Questions-Answers/refs/heads/main/README.md",
url: "https://www.scrum.org/assessments/professional-scrum-product-owner-i-certification",
exam: Exam(
quick: ExamDetail(time: 40, questionCount: 20),
intermediate: ExamDetail(time: 84, questionCount: 42),
real: ExamDetail(time: 120, questionCount: 60)
),
lastUpdate: nil
),
]
}
4 changes: 4 additions & 0 deletions CloudMaster/Features/Home/Views/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ struct StyledCourseRow: View {
return "azureIcon"
case .gcp:
return "gcpIcon"
case .scrum:
return "scrumIcon"
case .other:
return "otherIcon"
}
Expand All @@ -141,6 +143,8 @@ struct StyledCourseRow: View {
return LinearGradient(gradient: Gradient(colors: [color1, color2]), startPoint: .leading, endPoint: .trailing)
case .gcp:
return LinearGradient(gradient: Gradient(colors: [.red, .green, .yellow, .blue]), startPoint: .leading, endPoint: .trailing)
case .scrum:
return LinearGradient(gradient: Gradient(colors: [.blue, .teal, .teal]), startPoint: .leading, endPoint: .trailing)
case .other:
let color1 = Color.purple
let color2 = Color.pink
Expand Down
3 changes: 3 additions & 0 deletions CloudMaster/Features/Training/Views/TrainingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ struct TrainingView: View {
.background(Color.customSecondary)
.foregroundColor(.white)
.cornerRadius(10)
.padding(.horizontal, 16)
}
}

Expand All @@ -71,6 +72,7 @@ struct TrainingView: View {
.background(Color.customPrimary)
.foregroundColor(.white)
.cornerRadius(10)
.padding(.horizontal, 16)
}
} else {
Button(action: {
Expand All @@ -82,6 +84,7 @@ struct TrainingView: View {
.background(Color.customSecondary)
.foregroundColor(.white)
.cornerRadius(10)
.padding(.horizontal, 16)
}
}
}
Expand Down
Loading