User documentation
...
The model of the data is described in ONF-TR-532 - see xyz-historical-performances.
Below are the UI elements to be implemented.
- Drop-down Table to select the connected device/networkElement.
- Once the connected device is selected from the above drop-downtable, it should display the below two Dropdowns.
- Drop-down to ‘select the LTP’ associated with the selected device.
- Drop-down to ‘select the time period’ to show the performance values of the selected device (based on the time period 15min/24hrs)
After selection of a connected device and , first LTP is automatically populated, the application collects the received and centralized stored performance values for the selected device from the database and displays them in the table views based on the time period selected. (15min/24hours). Time-period is 15min by default.
To differentiate the performance values of the devices based on different aspects of performance, below seven different accordions/panels should be created with the respected data in its table view and over the table as chart.
- Performance Data (G.826)
- Receive Level
- Transmission Power
- Adaptive Modulation
- Temperature
- Signal-to-interference-plus-noise ratio
- Cross Polar Discrimination
The table view implements the common ux-framework-table supporting sorting, filtering and pagination on the server. The chart is visualing the data of the actual table page.
Visualization
Main window
One section with
Once the network element is selected, below page is displayed.
when a panel is expanded it displays table and chart
Summary of functions:
...