Commit
0fc1c59daf153b80e80214c630b845c8d494f374
by agjacomeAdds location field to Event entity
Current event entity did not have yet a required "location" field. It
has been added as a simple String field in the Event class, with its
respective tests checking that the requirements (non-null, non-empty and
les than 100 characters) will always be fulfilled.
Datasets for the Event entity have also been changed to reflect the new
required field.