feedback property

double feedback

The feedback (in percentage) of the user as participant to the party. This is related to the reliability of the user in bringing what he is supposed to.

Implementation

double get feedback => (thumbsUpByOrganisers / numberOfFeedbacks) * 100;