-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
melee.uk/events
- should have a section for locals/weeklies/monthlies
- should have a section for regionals/nationals/internationals
- should match the formatting of melee.xyz (direct link to spreadsheet)
- when regionals/nationals move into the past, they should come up under a different tab (melee.uk/past-events maybe?)
recurring_event
- for weeklies/locals/monthlies etc
- schema:
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
- for regionals/nationals/internationals etc
- schema:
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
Metadata
Metadata
Assignees
Labels
No labels