-
Notifications
You must be signed in to change notification settings - Fork 0
Event
aris alexis edited this page Feb 8, 2016
·
2 revisions
Activities can have events with a specific time and place and holds information about the participants.It holds a one-to-many relationship with Activity.
String status (OPEN,COMPLETED, CANCELED,ACCEPTED,REJECTED)
String address
Double[] location (lon,lat!)
Long postDate (automatically set creation date)
Integer duration (user set approximation of how long it will last)
Long date (actual dateTime that it is taking place, can be null)
User[] participants stripped down list
Integer views