Skip to content

Activity

aris alexis edited this page Feb 8, 2016 · 3 revisions

Activity is the main entity of the system, it describes an intention to do something either as an offer or a request. An activity can have images, description, tags and also a category for more specificity. It holds a one-to-many relationship with events.

String id

String type not null (OFFER/REQUEST) maybe other types in the future

String title not null

String description

String owner username of creator

String mainImage full url of the profile image *needs approval

String[] images full urls of the rest of the fotos *needs approval

String status (open,closed,expired)

String[] tags

String language auto detected international "en" default

String category optional

Double lat/lon

Clone this wiki locally