Skip to content

Commit 94e7e7d

Browse files
chore: update shifts data (#295)
1 parent 9ebda8d commit 94e7e7d

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

data/filters.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
"name": "AAC",
548548
"groupId": 4,
549549
"semester": 1,
550-
"shifts": []
550+
"shifts": ["PL1"]
551551
},
552552
{
553553
"id": 4219,
@@ -687,7 +687,7 @@
687687
"name": "SSC",
688688
"groupId": 4,
689689
"semester": 1,
690-
"shifts": []
690+
"shifts": ["T1", "PL1"]
691691
},
692692
{
693693
"id": 4239,
@@ -724,4 +724,4 @@
724724
"semester": 2,
725725
"shifts": []
726726
}
727-
]
727+
]

data/shifts.json

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@
893893
"theoretical": true,
894894
"shift": "T1",
895895
"building": "CP2",
896-
"room": "1.01",
896+
"room": "0.03",
897897
"day": 4,
898898
"start": "14:00",
899899
"end": "16:00",
@@ -1343,13 +1343,25 @@
13431343
"end": "13:00",
13441344
"filterId": 312
13451345
},
1346+
{
1347+
"id": 14313,
1348+
"title": "Comunicações por Computador",
1349+
"theoretical": false,
1350+
"shift": "PL5",
1351+
"building": "CP1",
1352+
"room": "1.40",
1353+
"day": 1,
1354+
"start": "11:00",
1355+
"end": "13:00",
1356+
"filterId": 312
1357+
},
13461358
{
13471359
"id": 14313,
13481360
"title": "Comunicações por Computador",
13491361
"theoretical": false,
13501362
"shift": "PL4",
13511363
"building": "CP1",
1352-
"room": "2.09",
1364+
"room": "1.18",
13531365
"day": 1,
13541366
"start": "11:00",
13551367
"end": "13:00",
@@ -1764,7 +1776,7 @@
17641776
"filterId": 425
17651777
},
17661778
{
1767-
"id": 0,
1779+
"id": 16716,
17681780
"title": "Arquiteturas Avançadas de Computadores",
17691781
"theoretical": false,
17701782
"shift": "PL1",
@@ -1773,7 +1785,7 @@
17731785
"day": 4,
17741786
"start": "09:00",
17751787
"end": "10:00",
1776-
"filterId": 0
1788+
"filterId": 4218
17771789
},
17781790
{
17791791
"id": 14600,
@@ -1848,7 +1860,7 @@
18481860
"filterId": 421
18491861
},
18501862
{
1851-
"id": 0,
1863+
"id": 16716,
18521864
"title": "Arquiteturas Avançadas de Computadores",
18531865
"theoretical": false,
18541866
"shift": "PL1",
@@ -1857,10 +1869,10 @@
18571869
"day": 4,
18581870
"start": "10:00",
18591871
"end": "12:00",
1860-
"filterId": 0
1872+
"filterId": 4218
18611873
},
18621874
{
1863-
"id": 0,
1875+
"id": 14617,
18641876
"title": "Segurança de Sistemas de Computação",
18651877
"theoretical": true,
18661878
"shift": "T1",
@@ -1869,7 +1881,7 @@
18691881
"day": 4,
18701882
"start": "10:00",
18711883
"end": "11:00",
1872-
"filterId": 0
1884+
"filterId": 4238
18731885
},
18741886
{
18751887
"id": 13416,
@@ -1960,8 +1972,8 @@
19601972
"title": "Dados e Aprendizagem Automática",
19611973
"theoretical": false,
19621974
"shift": "PL7",
1963-
"building": "CP3",
1964-
"room": "0.08",
1975+
"building": "7",
1976+
"room": "1.09",
19651977
"day": 1,
19661978
"start": "11:00",
19671979
"end": "13:00",
@@ -2028,7 +2040,7 @@
20282040
"filterId": 415
20292041
},
20302042
{
2031-
"id": 0,
2043+
"id": 14617,
20322044
"title": "Segurança de Sistemas de Computação",
20332045
"theoretical": false,
20342046
"shift": "PL1",
@@ -2037,7 +2049,7 @@
20372049
"day": 4,
20382050
"start": "11:00",
20392051
"end": "13:00",
2040-
"filterId": 0
2052+
"filterId": 4238
20412053
},
20422054
{
20432055
"id": 13416,

0 commit comments

Comments
 (0)