Difference between revisions of "Tech Team Final Documentation"
Line 1: | Line 1: | ||
==Accomplished Works== | ==Accomplished Works== | ||
===Bug Fixing=== | |||
'''Below is a list of bugs we have fixed this summer:''' | |||
1.Slider should emit event both on mousemove and mouseup | |||
2.Tabs should emit event when tab selected | |||
3.Add a label attribute to the slider | |||
4.Adjust iv-button default bottom-padding to match other edges (about 35px) | |||
5.Reset button which resets all the components back to their default/initial values | |||
6.Category text escapes overflows out of container if too long | |||
7.Add transparency or glass effect to toggle hotspot | |||
8.Slider play on its own when button clicked | |||
9.Disable some tabs in toggleadvanced and automatically change the current tab selected to an enabled one if its now disabled | |||
10.Make increment button component | |||
11.Can specify width of toggle advance | |||
12.Text also does not fit in the toggle anymore | |||
13.Hotspot toggle no longer wraps around text nicely | |||
14.Reset button compatibility with tickbox | |||
15.Added reset capability to basic toggle | |||
16.Make pane emit event when resized or toggled (helps users to resize vis content) | |||
17.Symbol button doesnt have any methods | |||
18.Tickbox initial state prop doesnt work | |||
19.Add title to fixed hotspot | |||
20.Specify which position to put play button with respect to slider | |||
21.Dropdown list element text overflows | |||
22.Reset capability to dropdown list | |||
23.Advanced toggle, when all tabs are disabled, one is still selected | |||
==Things We Wanted to Do but Failed== | ==Things We Wanted to Do but Failed== | ||
==Future Improvements== | ==Future Improvements== |
Revision as of 09:42, 20 July 2021
Accomplished Works
Bug Fixing
Below is a list of bugs we have fixed this summer:
1.Slider should emit event both on mousemove and mouseup
2.Tabs should emit event when tab selected
3.Add a label attribute to the slider
4.Adjust iv-button default bottom-padding to match other edges (about 35px)
5.Reset button which resets all the components back to their default/initial values
6.Category text escapes overflows out of container if too long
7.Add transparency or glass effect to toggle hotspot
8.Slider play on its own when button clicked
9.Disable some tabs in toggleadvanced and automatically change the current tab selected to an enabled one if its now disabled
10.Make increment button component
11.Can specify width of toggle advance
12.Text also does not fit in the toggle anymore
13.Hotspot toggle no longer wraps around text nicely
14.Reset button compatibility with tickbox
15.Added reset capability to basic toggle
16.Make pane emit event when resized or toggled (helps users to resize vis content)
17.Symbol button doesnt have any methods
18.Tickbox initial state prop doesnt work
19.Add title to fixed hotspot
20.Specify which position to put play button with respect to slider
21.Dropdown list element text overflows
22.Reset capability to dropdown list
23.Advanced toggle, when all tabs are disabled, one is still selected