spirrit / meleeuk

Melee UK community hub site
https://melee.uk
3 stars 0 forks source link

manage events using CMS #35

Open jack-bliss opened 3 months ago

jack-bliss commented 3 months ago

melee.uk/events

recurring_event

frequency: 'Weekly' | 'Fortnightly' | 'Monthly' // pick exactly one of these three options
occursOn: string // free text to support things like "Monday", "first Saturday of the month" etc
name: string // name of the event
location: string // name of city/area/region
address: string // full address of the venue
stream: string // link to streaming platform
link: string // link to start.gg
discord: string // link to discord
description: string // other info

one_off_event

level: 'Regional' | 'National' | 'International' // pick one
date: Date // date of the tournament
name: string // name of event
location: string // city/area/region
address: string // full address of the venue
link: // link to start.gg
discord: string // link to discord
description: string // other info