You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assessment Configurability in Ground Control (#2863)
* Change hasTokenCounter to hasVotingAttributes in Assessment Config. Enable tokencounter depending on assessment hasTokenCounter, not assessmentConfig
* Rename hasVotingAttributes to hasVotingFeatures
* Create dialog box for configuration in ground control
* Create dialog box for configurations with voting config toggles
* Combine toggleHasTokenCounter and toggleVotingFeatures into configureAssessment
* Create backend request for updating configurations
* Add message for updating assessment configurations
* Isolate hastokencounter as its own field
* Add non-functional voting controls
* Fix tests
* Add new column for token counter in admin panel
* Fix bugs relating to tokencounter switch
* Remove unnecessary maxwidth property on tokencounter switch
* Fix bug where toggling tokencounter would request voting features to be true to backend
* Create footer text to clarify usage of hastokencounter and hasVotingFeatures
* Align text on configure dialogbox
* Fix tests post-merge
The stronger type checking had been causing compile errors.
* Fix imports
* Add close dialog upon saving
* Uncapitalise letters in config dialog
* Change label from has token counter to enable token counter
* Code quality improvements
* Create new section for team-related configurations
* Fix code quality per suggestion
* Fix errors post-merge
* Fix lint errors
---------
Co-authored-by: Richard Dominick <34370238+RichDom2185@users.noreply.github.com>
0 commit comments