-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinit-outcomes.js
21 lines (20 loc) · 1000 Bytes
/
init-outcomes.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// export default object with the initialization data
// lines are limited to 80 characters
export default {
outcomesArray: [
'Gain experience working on a real-world project across ' +
'the software development lifecycle (SDLC)',
'Use software development tools and techniques including ' +
'version control, report generation tools, issue tracking systems, ' +
'data services, server management techniques, and build tools',
'Install required software and tools',
'Effectively gather and document client requirements',
'Design user interfaces and perform a appropriate testing',
'Demonstrate database knowledge by designing and creating databases, ' +
'and storing and retrieving data',
'Use agile methodologies and professional tracking tools to ' +
'plan and monitor projects',
'Practice soft skills including communication skills, teamwork ' +
'and collaboration, conflict resolution, initiative, and adaptability',
],
};