invainn / ARIA

CS 425 - CS 426 Project
0 stars 1 forks source link

Issue #124 -- Register for an Event #142

Closed njirwin closed 5 years ago

njirwin commented 5 years ago

Updated the table so that it displays a participants age where the music level used to be displayed. Added a new column labeled 'Music Level' with drop-down selections for music levels. The music level stays highlighted for all test values (1-12) and highlighting is removed when a user selects the placeholder value. This page needs further work since changes to the music level affect all rows.

njirwin commented 5 years ago

I need help making the music selects row-independent since changes in one row are currently global and mapped to all other rows. Other than that, it's a good start.

njirwin commented 5 years ago

@invainn When selecting an option from the music level drop-down list it applies globally to all records in the table. I need help with this part. I'm closing the PR until this is resolved.