Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for an arbitrary number of boards on the Gameboard #486

Open
rbclark opened this issue Jun 17, 2020 · 0 comments
Open

Add support for an arbitrary number of boards on the Gameboard #486

rbclark opened this issue Jun 17, 2020 · 0 comments

Comments

@rbclark
Copy link
Contributor

rbclark commented Jun 17, 2020

(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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant