get5loader
get5loader copied to clipboard
[API/Vue] Add "TeamSide option" on CreateMatch.vue
https://github.com/FlowingSPDG/get5-web-go/blob/54df8ac97a99ecc84c27290b557bbcf9137e43d7/server/src/db/models.go#L827
I'm worrying about that original get5-web doesnt have that options, which means there's no option on MySQL DB as well. so my options are :
- Add new table into DB. (e.g. side_type)
- Hold sidetype value in memory. which means it will be cleared after server restart.
CC @MikkelDK