The Meeting class is not very useful, it has only name description and date. It should answer to three main questions instead:
What, When, Where
So it messes the venue where the meeting will be. I think we need to improve it with the Venue class containing the geo-point to be able to display a Map on the website.
The Meeting class is not very useful, it has only name description and date. It should answer to three main questions instead:
What, When, Where
So it messes the venue where the meeting will be. I think we need to improve it with the Venue class containing the geo-point to be able to display a Map on the website.