workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NMS] Create chassis detail page - Services tab

wouter1975 opened this issue · comments

Implement https://git.ia.surfsara.nl/netdev/automation/projects/orchestrator-ui/-/issues/3

  • Implement the services table based on dynamic data, which requires an intelligent recursive depends-on function, to include all underlaying subscription, but must stop (but including) at the following product types: LightPath/L2VPN/L3VPN/FW/IP/IPP, and show all possible subscriptions which are product type of Port. This function needs to be provided by the Backend, new ticket to be defined.
  • Implement the services table based on depends-on relation to the port subscriptions of the current chassis, ensure the result returns a unique list.
  • For each product type present on the node, it will be sorted and counted, by expanding the rows the actual services are shown.
  • use the product type for the service column
  • Breadcrumb uses the uuid insteed of the node name.

Image