Skip to content

Commit

Permalink
Adds Scala for programmers to course populator.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinske committed Jan 8, 2017
1 parent 51c5198 commit b8ea7d2
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion db/seeds/course_populator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,34 @@ def default_course_data
]
}
]
},
}, {
id: 18,
name: "Scala",
title: 'Scala for programmers',
description: 'This is a Scala programming event. Some programming knowledge expected, but you don\'t yet know Scala.',
levels: [
{
level: 3,
color: 'gold',
title: 'Some programming experience, nothing formal.',
level_description: [
'You know what a variable and a function is',
'You might have attended another *Bridge event, or done an online programming tutorial or two',
'You may have used the terminal a little — to change directories, for instance'
]
}, {
level: 4,
color: 'orange',
title: 'Other Programming Experience',
level_description: [
'You\'re proficient in another language and understand programming
concepts, like collections and scope.',
'You\'re new to Scala or functional programming',
'You might be familiar with version control and basic web architecture'
]
}
]
}
]
end
end

0 comments on commit b8ea7d2

Please sign in to comment.