-Plat\al 2 Events
+Plat/al 2 Events
================
Events are a way to organisze events with this website.
- Price options with a name and a cost as well as a foreign key to an EventPart
- Registration of a user to one element of a price option (5 tickets make 5 Registrations)
-The Event has no price options for the global event: it is handled by the main EventPart.
-(this is done to not duplicate code for main price options and part price options)
+The Event has no price option for the global event, it is handled by the main EventPart.
+This is done to avoid duplicating code for main price options and part price options.
Alternate proposed implementation
---------------------------------
Same thing as above except that price options are only for the main event.
-That way the coee is a bit less ugly.
+That way the code is a bit less ugly.
Alternate proposed implementation