nditech / CyberSim-Backend

An application for aiding facilitation of the CyberSim cybersecurity exercise
Other
31 stars 13 forks source link

make starting percentage and budget amount part of game airtable migration #37

Open jfrant opened 1 year ago

jfrant commented 1 year ago

Currently, the starting budget and polling percentage can be defined by editing src/models/game.js like we did with this pull request. For polling percentage, you need to add a decimal to the number (i.e. "55.0"). We would like to define these starting variables as part of the came content/airtable migration process instead of having to edit code.