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
Currently, our UI has a box for accepting scene number within a curriculum, and is configured to accept any integer input and return either the associated situation information, or pass an error if no such information is available. However, the arrow buttons on the right side of the box only correctly increment and decrement the value to a minimum of 1 and a maximum of 100.
If manually entered into the box, the UI can accept scene numbers greater than 100 and serve the associated data. However, we would like for the range the arrows cover to match the number of available situations to display for any given curriculum. The task here is two-fold:
Configure the maximum scene number value to match the number of available situations for any specific train/test configuration
When we generate new data and the front end polls for changes, update the scene number span to match the newly available data
To get started, the specific UI element to fix can be found at angular_viewer/adam_angular_demo/src/app/components/selector-parent/selector-parent.component.html:
Currently, our UI has a box for accepting scene number within a curriculum, and is configured to accept any integer input and return either the associated situation information, or pass an error if no such information is available. However, the arrow buttons on the right side of the box only correctly increment and decrement the value to a minimum of 1 and a maximum of 100.
If manually entered into the box, the UI can accept scene numbers greater than 100 and serve the associated data. However, we would like for the range the arrows cover to match the number of available situations to display for any given curriculum. The task here is two-fold:
To get started, the specific UI element to fix can be found at
angular_viewer/adam_angular_demo/src/app/components/selector-parent/selector-parent.component.html
:The text was updated successfully, but these errors were encountered: