You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only have 2 possible gameboards that can be displayed on the homepage at a time. The ECTF team would like to be able to have 3 boards display
It makes the most sense to me that we should just add a concept of boards where the game has_many :boards and each board has_many :challenges and then we can allow users to set a title for the board, etc. This also means we can get rid of the hack that I currently have in the board to display attack/defense and design phase challenges at the same time.
The text was updated successfully, but these errors were encountered:
(Requested by ECTF team)
Currently we only have 2 possible gameboards that can be displayed on the homepage at a time. The ECTF team would like to be able to have 3 boards display
Design Phase Challenges
Optional Challenges
Attack Defense Challenges
It makes the most sense to me that we should just add a concept of boards where the game
has_many :boards
and each boardhas_many :challenges
and then we can allow users to set a title for the board, etc. This also means we can get rid of the hack that I currently have in the board to display attack/defense and design phase challenges at the same time.The text was updated successfully, but these errors were encountered: