Event
Last updated
Last updated
The Event Model represents the structure of an event in festify fest management framework.
Attribute | Data Type | Description |
---|---|---|
The Event Model is used for storing and managing information about events within our fest management system.
The Organization Model represents the structure of an organisation which is responsible for hosting events in festify fest management framework.
Attribute | Data Type | Description |
---|---|---|
_id
string(ObjectId)
The unique identifier for the event.
name
string
The name of the event.
type
string(ENUM)
The type of activity. Value can contain any one of ["EVENT", "COMPETITION", "EXHIBITION", "WORKSHOP", "OTHER"].
summary
string
The brief outline of the event
description
string
Complete details of an event including prizes, rules etc.
venue
string
Venue of the event
timeline
array of timePoint
Includes time, venue, and description of the event
timePoint.time
string
Time of the event
timePoint.venue
string
Venue of the event
timePoint.description
string
Description of the event
image
string
Image of the event
organisation
string
The name of the organisation hosting the event.
_id
string(ObjectId)
The unique identifier for the event.
name
string
The name of the organization.