Closed jimenezj8 closed 1 year ago
There are currently two distinct ideas we reference as a "Round":
I'd like to semantically distinguish between the two to ensure clarity in the project code.
GameRound
BlottoRound
Game
id
library_id
game_id
start_time
end_time
soldiers
fields
At the very least, rename id attribute on Round model to library_id
Round
There are currently two distinct ideas we reference as a "Round":
I'd like to semantically distinguish between the two to ensure clarity in the project code.
Proposal
GameRound
GameRound
,BlottoRound
GameRound
BlottoRound
s to a particularGame
instanceid
: the ID number that will be used to reference that unique round in the DBlibrary_id
: the ID number that will be used to tie theBlottoRound
characteristics to the particular instancegame_id
: the ID of theGame
instance to which thisGameRound
is tiedstart_time
: the timestamp when the round rules are released to participantsend_time
: the timestamp when the round submission window closessoldiers
: the number of soldiers available to participants in this roundfields
: the number of fields available to participants in this roundBlottoRound
GameRound
instancesGameRound
instanceGameRound
GameRound
for the application