Skip to content

Commit

Permalink
classroom: update to 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 19, 2024
1 parent 9c2ff16 commit 35ac87a
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,29 +1,42 @@
// subject data
export const SUBJECT = {
CLASSROOM_URLS: {
A: 'https://classroom.google.com/c/NjYzNjMxMjQyMTQz',
B: 'https://classroom.google.com/c/NjY0NDQwNDk2MTcz',
A: 'https://classroom.google.com/c/NzIzOTcwMzA4MTc4',
},
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAAAujjJnC0',
PROJECTS_URL: 'https://padlet.com/luizchaves/projetolm20241',
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAAAeLAQnUg',
PROJECTS_URL: 'https://padlet.com/luizchaves/projetolm20242',
GITHUB_URLS: {
A: 'https://github.com/luizchaves/lm-2024-1',
A: 'https://github.com/luizchaves/lm-2024-2',
},
SCHEDULES: [
{
className: 'A',
room: 'Lab 57',
room: 'Lab Redes Convergentes',
day: 'Segunda',
start: '13:00',
end: '14:40',
},
{
className: 'B',
room: 'Lab 4',
room: 'Lab 58',
day: 'Segunda',
start: '13:00',
end: '14:40',
},
{
className: 'A',
room: 'Lab Redes Convergentes',
day: 'Quarta',
start: '14:40',
end: '18:20',
},
{
className: 'B',
room: 'Lab 58',
day: 'Quarta',
start: '14:40',
end: '18:20',
},
],
};

Expand Down

0 comments on commit 35ac87a

Please sign in to comment.