Canteen content can now be displayed

This commit is contained in:
denizk0461
2023-04-16 21:41:46 +02:00
parent 5543eb4e32
commit 61822f1f45
12 changed files with 171 additions and 16 deletions
@@ -7,6 +7,7 @@ import androidx.room.PrimaryKey
data class CanteenOffer(
@PrimaryKey val id: Int,
val date: String,
val dateId: Int, // gives every item on the same day the same ID for easier filtering
val category: String,
val title: String,
val price: String, // price for students