-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #510 from UniversityOfHelsinkiCS/trunk
bugfix
- Loading branch information
Showing
15 changed files
with
171 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
exports.courses = [ | ||
{ | ||
"id": "TKT20010.2018.S.K.1", | ||
"name": "Aineopintojen harjoitustyö: Tietorakenteet ja algoritmit", | ||
"starts": "2018-09-16T21:00:00.000Z", | ||
"ends": "2018-10-11T21:00:00.000Z" | ||
}, | ||
{ | ||
"id": "TKT20002.2018.S.K.1", | ||
"name": "Ohjelmistotekniikan menetelmät", | ||
"starts": "2018-09-11T21:00:00.000Z", | ||
"ends": "2018-10-29T21:00:00.000Z" | ||
}, | ||
{ | ||
"id": "TKT20011.2018.S.K.1", | ||
"name": "Aineopintojen harjoitustyö: Tietokantasovellus", | ||
"starts": "2018-09-11T21:00:00.000Z", | ||
"ends": "2018-10-29T21:00:00.000Z" | ||
}, | ||
{ | ||
"id": "TKT20010.2018.S.K.2", | ||
"name": "Aineopintojen harjoitustyö: Tietorakenteet ja algoritmit", | ||
"starts": "2018-10-16T21:00:00.000Z", | ||
"ends": "2018-12-11T21:00:00.000Z" | ||
}, | ||
{ | ||
"id": "TKT20011.2018.S.K.2", | ||
"name": "Aineopintojen harjoitustyö: Tietokantasovellus", | ||
"starts": "2018-10-11T21:00:00.000Z", | ||
"ends": "2018-12-29T21:00:00.000Z" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
exports.courses = [ | ||
|
||
{ | ||
"id": "TKT20011.2018.V.K.1", | ||
"name": "Aineopintojen harjoitustyö: Tietokantasovellus (Alkukesä)", | ||
"starts": "2018-05-11T21:00:00.000Z", | ||
"ends": "2018-06-29T21:00:00.000Z" | ||
}, | ||
{ | ||
"id": "TKT20010.2018.V.K.1", | ||
"name": "Aineopintojen harjoitustyö: Tietorakenteet ja algoritmit (Alkukesä)", | ||
"starts": "2018-05-16T21:00:00.000Z", | ||
"ends": "2018-06-11T21:00:00.000Z" | ||
}, | ||
{ | ||
"id": "TKT20011.2018.V.K.2", | ||
"name": "Aineopintojen harjoitustyö: Tietokantasovellus (Loppukesä)", | ||
"starts": "2018-07-27T21:00:00.000Z", | ||
"ends": "2018-08-29T21:00:00.000Z" | ||
}, | ||
{ | ||
"id": "TKT20010.2018.V.K.2", | ||
"name": "Aineopintojen harjoitustyö: Tietorakenteet ja algoritmit (Loppukesä)", | ||
"starts": "2018-07-27T21:00:00.000Z", | ||
"ends": "2018-08-29T21:00:00.000Z" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
exports.course = { | ||
"students": [ | ||
"014893873", | ||
"014872455", | ||
"014552657", | ||
"014666666", | ||
// otm random opiskelijoilla on vain kaksi opiskelijanumeroa, koska liian myöhään huomattu virhe datan generoinnissa | ||
// ei pitäisi vaikuttaa sovelluksen toimintaan | ||
"015492103", | ||
"015689338" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
exports.course = { | ||
"students": [ | ||
"014578343", | ||
"014578343", | ||
"014553242", | ||
"014623598", | ||
"014666666", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
exports.course = { | ||
"students": [ | ||
"014578343", | ||
"014553242", | ||
"014623598", | ||
"014666666", | ||
"012345678" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
exports.course = { | ||
"students": [ | ||
"014578343", | ||
"014553242", | ||
"014623598", | ||
"014666666", | ||
"012345678" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
exports.course = { | ||
"students": [ | ||
"014578343", | ||
"014553242", | ||
"014623598", | ||
"014666666", | ||
"012345678" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
exports.course = { | ||
"students": [ | ||
"014578343", | ||
"014553242", | ||
"014623598", | ||
"014666666", | ||
"012345678" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
exports.course = { | ||
"students": [ | ||
"014845204", | ||
"014952347", | ||
"014666666" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
exports.course = { | ||
"students": [ | ||
"014845204", | ||
"014952347", | ||
"014666666" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
exports.course = { | ||
"students": [ | ||
"014845204", | ||
"014952347", | ||
"014666666" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
exports.course = { | ||
"students": [ | ||
"014845204", | ||
"014952347", | ||
"014666666" | ||
], | ||
"teachers": [ | ||
"paaopettaja" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters