Skip to content

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

@rbclark

Description

@rbclark

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions