feat: 🎸 Updated curriculum and fake data with new codes (#117)

This commit is contained in:
Johan Öbrink 2021-04-13 15:36:33 +02:00 committed by GitHub
parent 504503f7a0
commit 0a02ffa04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -1441,8 +1441,8 @@ export const timetable = (child: Skola24Child): TimetableEntry[] => {
{
id: 'YzQ2NWZlOWMtYzM3ZC0wYzBlLTQzNTQtODMyYmU3ODcxMDQ3',
code: 'MTID',
name: 'MTID',
category: 'Okänd',
name: 'Mentorstid',
category: 'Diverse',
comment: 'Arbetslagsråd 6C',
blockName: '',
dayOfWeek: 4,
@ -1471,7 +1471,7 @@ export const timetable = (child: Skola24Child): TimetableEntry[] => {
id: 'ZDNlNTFhMGUtYWFlYy0wOGI0LTVlMGItOTc0MzFiZmIwODcx',
code: 'Lunch',
name: 'Lunch',
category: 'Okänd',
category: 'Diverse',
blockName: '',
dayOfWeek: 4,
location: 'Fjärr',
@ -1514,7 +1514,7 @@ export const timetable = (child: Skola24Child): TimetableEntry[] => {
id: 'OGJhN2MxYTYtMDQ4NS0wNWNhLTUwZWEtZDQ5YzQyMzFhYzc5',
code: 'Lunch',
name: 'Lunch',
category: 'Okänd',
category: 'Diverse',
blockName: '',
dayOfWeek: 5,
location: 'Ö5',

View File

@ -42,7 +42,7 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@skolplattformen/curriculum": "^1.1.0",
"@skolplattformen/curriculum": "^1.2.0",
"@types/he": "^1.1.1",
"camelcase-keys": "^6.2.2",
"change-case": "^4.1.2",

View File

@ -523,10 +523,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"
"@skolplattformen/curriculum@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@skolplattformen/curriculum/-/curriculum-1.1.0.tgz#06ca1e198205fcf19416e465a550ce10174aa6ef"
integrity sha512-V0LdRbtonkjHeLBT+uLG7kYlK1OgSXZvs3Ge5kfEkHRFeZbbHqW7Mvb09DtBT1xrsH4GBRPCyM5HVd7eN1koMA==
"@skolplattformen/curriculum@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@skolplattformen/curriculum/-/curriculum-1.2.0.tgz#f6975bf241c09e05bb81f3493ac7cf35aa23d6c4"
integrity sha512-26/R+ZN1P0jrH26xVrn6ue8WxDPag/TRWqEKyMckSbPWFUpuDRv7/FXRF3q4cRIIowvus6V4L63y3u4ao7Yj3A==
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
version "7.1.12"