Added information on data collection as well as an opt-in toggle, which is not yet implemented

This commit is contained in:
denizk0461
2023-04-24 13:08:03 +02:00
parent b938352c53
commit a53232a814
7 changed files with 141 additions and 1 deletions
@@ -15,6 +15,9 @@ import com.denizk0461.studip.model.DietaryPreferences
/**
* This class is used to display further information on a canteen offer to the user. Unlike the name
* implies, it displays more than just allergens.
*
* @param offer item to display further information on
* @param category category the offer belongs to
*/
class AllergenSheet(
private val offer: CanteenOfferGroupElement,