stats4sd / aec_portfolio

A proof of concept for the AEC Consortium Project Management / Assessment System
GNU General Public License v3.0
0 stars 0 forks source link

Indicators display #22

Closed ciara-mc closed 1 year ago

ciara-mc commented 1 year ago

This PR updates the indicators (score tags) selection as a checklist instead of a dropdown, moves the add new indicators (custom score tags) to a separate field and sets up a new database table for them.

ciara-mc commented 1 year ago

@dave-mills issues 1 and 2 have been addressed for review

dave-mills commented 1 year ago

@ciara-mc - It looks like those fields were being disabled before they had fully intialised, so the hidden inputs were getting the 'disabled' flag, but not checkboxes or table. I've added a hack-y fix by pausing for 0.5 seconds before marking them as disabled on page load.