feat: planning events

This commit is contained in:
Luc SORIGNET
2025-03-02 15:35:56 +01:00
parent e3879f516b
commit c9b0f0d77a
21 changed files with 371 additions and 172 deletions

View File

@ -12,7 +12,7 @@ export const mockEvents = [
description: 'Cours de mathématiques avancées',
start: '2024-02-20T08:00:00',
end: '2024-02-20T10:00:00',
scheduleId: 'default',
planning: 'default',
location: 'Salle A101',
color: '#10b981'
},
@ -22,7 +22,7 @@ export const mockEvents = [
description: 'Examen final de physique',
start: '2024-02-21T14:00:00',
end: '2024-02-21T16:00:00',
scheduleId: 'exam',
planning: 'exam',
location: 'Amphithéâtre B',
color: '#f59e0b'
}