Implemented page view for courses

This commit is contained in:
denizk0461
2023-04-08 13:43:26 +02:00
parent 73ea48626d
commit 9c0e67b396
8 changed files with 108 additions and 24 deletions
@@ -3,6 +3,11 @@ package com.denizk0461.studip.data
object DummyData {
val events: Array<StudIPEvent> = arrayOf(
StudIPEvent("Literatures", arrayOf("Nittel"), "MZH 1380/1400", 0, 3, 1),
StudIPEvent("Linguistics", arrayOf("Du Bois"), "SFG 1020", 1, 1, 1),
StudIPEvent("System Erde", arrayOf("Zolitschka", "Labuhn-Deroubaix"), "GW2 B1410", 1, 3, 1),
StudIPEvent("Key Moments", arrayOf("Esders-Angermund"), "GW2 B2890", 2, 2, 1),
StudIPEvent("ULS-1", arrayOf("Herrmann"), "GW2 B2890", 2, 3, 1),
StudIPEvent("Gesellschaft und Raum", arrayOf("Lossau", "Mossig"), "GW2 B1820", 3, 1, 1),
)
}