diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b2dead7..d024ed4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -67,6 +67,8 @@ events collection Stores information about events and persons registered for a given event. +Please notice that information about a person registered for a given event is solely taken from the event.persons entry, and not to the relative entry in the persons collection. This may change in the future (to integrate missing information), but in general it is correct that, editing (or deleting) a person, older information about the partecipation to an event is not changed. + Main field: - title diff --git a/angular_app/event-info.html b/angular_app/event-info.html index 3fab01a..7e5271c 100644 --- a/angular_app/event-info.html +++ b/angular_app/event-info.html @@ -1,11 +1,27 @@