Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.1 KB

Sport Wales Calendars

Website to house events taking place in the Sport Wales National Centre.

Technologies

Important notes

For multi-day events, set the 'end' date to the day after the event ends. For example, this event:

26 – 27th April, Welsh Boxing, Main Arena

Becomes this in code:

{
	title: 'Welsh Boxing - Main Arena',
	start: '2024-04-26',
	end: '2024-04-28',
	color: combatSportsCol
},

Roadmap

  • Welsh translation. Might have to programmatically do this.
  • More event details, e.g. what tournament/session etc is on.
  • Review CDN usage, maybe move to bundle/npm for future proofing
  • Pulling events from external JSON file, this has proven tricky
  • Performance improvements (run Ligthouse to see score)

Deployment

The website is live and deployed

Netlify Status