Skip to content

Commit adb7a6b

Browse files
author
thatblindgeye
committed
Update lessons fetched and course badges
1 parent 7b4506f commit adb7a6b

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

db/fixtures/paths/foundations/courses/beyond_foundations.rb

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,7 @@
66
course.description = "With the foundational knowledge you've learned, you're almost ready to take on the rest of the curriculum. All that's left is to get a quick introduction to the backend and then a little help in choosing your future with TOP."
77
course.identifier_uuid = '7307ca83-e4cf-4789-b957-d4bdcfe3e200'
88
course.show_on_homepage = true
9-
course.badge_uri = ''
10-
end
11-
12-
# +++++++++++++
13-
# SECTION - The Backend
14-
# +++++++++++++
15-
course.add_section do |section|
16-
section.title = 'The Backend'
17-
section.description = "Here you'll learn about the back end, where we'll demystify what goes on behind the scenes on a web server."
18-
section.identifier_uuid = '1bda637d-2590-4e0e-b988-a74605d09a8a'
19-
20-
section.add_lessons(
21-
foundation_lessons.fetch('Introduction to the Back End'),
22-
foundation_lessons.fetch('Introduction to Frameworks'),
23-
)
9+
course.badge_uri = 'badge-foundations.svg'
2410
end
2511

2612
# +++++++++++++++++++++++

db/fixtures/paths/foundations/courses/getting_started.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
course.description = "Whether you're experienced in programming or totally new to it, this is where everyone should start with The Odin Project. You'll learn about the mindset and conduct one needs to be a successful professional, some required installations for doing this curriculum, and some of the workflow habits you'll use throughout the curriculum and beyond."
77
course.identifier_uuid = '6eb953fc-de6f-4b00-ac1f-dfd0b438814e'
88
course.show_on_homepage = true
9-
course.badge_uri = ''
9+
course.badge_uri = 'badge-foundations.svg'
1010
end
1111

1212
# +++++++++++++

db/fixtures/paths/foundations/courses/html_css_foundations.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
section.identifier_uuid = 'd2476929-d71b-4b25-969b-8f7da6a40c94'
3939

4040
section.add_lessons(
41-
foundation_lessons.fetch('CSS Foundations'),
41+
foundation_lessons.fetch('Intro to CSS'),
42+
foundation_lessons.fetch('The Cascade'),
4243
foundation_lessons.fetch('Inspecting HTML and CSS'),
4344
foundation_lessons.fetch('The Box Model'),
4445
foundation_lessons.fetch('Block and Inline'),

0 commit comments

Comments
 (0)