How would you create a UI that allows users to select filters from a combo box component as well as a date range from a date slider component and display graphical results in a bar chart area.
Sigiloso
Query database end points to using parameters from the combo box and date range components. Have the bar chart component listen for received data from the server and update accordingly. The CTO later told me they were looking for something more along the lines of having components publish and subscribe to observable input streams (i.e. RxJS)