Skip to content

manage events using CMS #35

@jack-bliss

Description

@jack-bliss

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions