Closed DarrenZLew closed 7 years ago
1) Added Net Changes column to ScoreForm.
2) Added a color change for the Bonuses table when the user clicks a checkbox. 3) Modified Bonuses table structure to use an array of values rather than an object of days
Good to merge in my opinion.
1) Added Net Changes column to ScoreForm.
2) Added a color change for the Bonuses table when the user clicks a checkbox. 3) Modified Bonuses table structure to use an array of values rather than an object of days
New structure: { "name": "Tabata", "points": 1500, "value": [true, true, "", true, "", "", ""] } Old structure: { "name": "Tabata", "points": 1500, "value": { "mo": true, "tu": true, "we": "", "th": true, "fr": "", "sa": "", "su": "" } }