devict / ictgj-voting

The ICT GameJam Voting Application
1 stars 4 forks source link

Clean up models #23

Closed br0xen closed 7 years ago

br0xen commented 7 years ago

The db models could probably be cleaned up a bit. For example, instead of having a function called: func dbUpdateTeam(id string, tm *Team) we should just have a: func (tm *Team) UpdateTeam() That saves the current values in tm to the database.