Skip to content

Sport-Wales/calendars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published