get5loader icon indicating copy to clipboard operation
get5loader copied to clipboard

[API/Vue] Add "TeamSide option" on CreateMatch.vue

Open FlowingSPDG opened this issue 5 years ago • 1 comments

https://github.com/FlowingSPDG/get5-web-go/blob/54df8ac97a99ecc84c27290b557bbcf9137e43d7/server/src/db/models.go#L827

FlowingSPDG avatar Feb 08 '20 11:02 FlowingSPDG

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

FlowingSPDG avatar Feb 11 '20 09:02 FlowingSPDG