ORCA UI is a web application that provides a user interface for interacting with ORCA Backend. It is built using React. ORCA UI allows users to view the network topology, manage devices, and do various configurations.
Followign issues can be seen in Portchannel configuration -
[x] There is no option for deleting a Portchannel member interface.
[x] Add Portchannel - Submit button remains active even after submitting the add Portchannel request, this allowes users to submit multiple "add vlan" requests, because user don't know the status of clicking submit button. Submit button or whole popup should be disabled untill the result of one submit request. Rename submit button to "apply config" because request is sent to server from pop up itself and "apply config" button on the table should remain disabled after the resul of pop-up.
[x] Error - params.data.members.split is not a function - This error appears when a vlan is added and later member cell is clicked to add members to it. User need to refresh the page to get it working.
[x] In the popup while selecting member interface there is no option to remove it. Also ass soon as the submit button is pressed it sould send the request to server instead of clicking the "Apply config" button. submit button hence can be renamed to "Apply config" button.
[x] Port channel member can not be added as in the list there is always an empty interface name is added. Also Server logs says "invalid interface name" but UI logs only says "Error."
Followign issues can be seen in Portchannel configuration -