jwir3 / arbitrator

A synchronization engine for ArbiterSports to Google Calendar
GNU General Public License v3.0
3 stars 0 forks source link

Modify game hash method to be two-way and based only on id and group. #115

Closed jwir3 closed 7 years ago

jwir3 commented 7 years ago

This makes every Game object's getHash() method actually be a cipher which will return a combination of game id and group id. In doing this, it allows us to decipher the hash back to game id and group id, which sets us up to more easily fix #67.

Issue References:

Development/Code Review Checklist