diff --git a/src/consts.ts b/src/consts.ts index 96ac694..92cd150 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -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', + }, ], };