Skip to content

Commit

Permalink
Update lessons fetched and course badges
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Jul 16, 2023
1 parent 7b4506f commit adb7a6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
16 changes: 1 addition & 15 deletions db/fixtures/paths/foundations/courses/beyond_foundations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,7 @@
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."
course.identifier_uuid = '7307ca83-e4cf-4789-b957-d4bdcfe3e200'
course.show_on_homepage = true
course.badge_uri = ''
end

# +++++++++++++
# SECTION - The Backend
# +++++++++++++
course.add_section do |section|
section.title = 'The Backend'
section.description = "Here you'll learn about the back end, where we'll demystify what goes on behind the scenes on a web server."
section.identifier_uuid = '1bda637d-2590-4e0e-b988-a74605d09a8a'

section.add_lessons(
foundation_lessons.fetch('Introduction to the Back End'),
foundation_lessons.fetch('Introduction to Frameworks'),
)
course.badge_uri = 'badge-foundations.svg'
end

# +++++++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion db/fixtures/paths/foundations/courses/getting_started.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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."
course.identifier_uuid = '6eb953fc-de6f-4b00-ac1f-dfd0b438814e'
course.show_on_homepage = true
course.badge_uri = ''
course.badge_uri = 'badge-foundations.svg'
end

# +++++++++++++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
section.identifier_uuid = 'd2476929-d71b-4b25-969b-8f7da6a40c94'

section.add_lessons(
foundation_lessons.fetch('CSS Foundations'),
foundation_lessons.fetch('Intro to CSS'),
foundation_lessons.fetch('The Cascade'),
foundation_lessons.fetch('Inspecting HTML and CSS'),
foundation_lessons.fetch('The Box Model'),
foundation_lessons.fetch('Block and Inline'),
Expand Down

0 comments on commit adb7a6b

Please sign in to comment.