Hi, it is indeed valid to choose both eat in and takeaway, since there cases where the users can get a meal to eat in and a portion to take with them.
Ok, two more procedural issues to address:
-
Iâm assuming that if the person has already made a selection, and they go back into that page, they are supposed to see the selections theyâve made. Is that correct?
-
Assume a person has selected âeat-inâ for a particular meal. Is there any possibility that the Meal may be subsequently changed such that âeat-inâ is changed from True to False for that meal? If so, how is that to be handled? (It may be something that cannot happen, or you may be handling it elsewhere. In either of those cases, it doesnât affect this.)
-
Yes that is correct.
-
yes, before the deadline expires, it should be possible to change the selection of eat in/takeaway
Iâm sorry, I wasnât sufficiently clear on #2.
Iâm talking about the situation where the Meal
instance could be changed - for example, the case where itâs initially defined as allowing both eat-in and takeway, but then Meal
needs to be changed where it only allows takeaway.
This change would invalidate any Participant
that selected eat-in.
And to repeat my caveat: This may be something that cannot happen, or you may be handling it elsewhere. In either of those cases, it doesnât affect this .
Ahha, I see. No, this shouldnât change.