JadenBalogh / badminton-court-scheduler

2 stars 0 forks source link

Implement basic hardcoded players data #3

Open JadenBalogh opened 3 months ago

JadenBalogh commented 3 months ago

Let's have the app be able to read a static text file containing a list of players with their assigned skill information, whatever we decide is best for that format

luuu-xu commented 2 months ago

No need for a text file nor the file reading part. Since its gonna be in JS/TS, let's just hard-code the players data to an object on a separate file so we can import it wherever we need it.

JadenBalogh commented 2 months ago

Oops too late lol

JadenBalogh commented 2 months ago

Already made a text file :P