As a company, I would like to have my own web frontend for the company connector so that I do not need to share port with other connectors, deploy separately in the cloud, and have my own functions.
Acceptance Criteria
An additional file or configurations should be created for creating a web frontend for the company.
The design could be taken from the dashboard from the frontend socket but it needs to show that this connector/page belongs to the company.
When starting the connector by running the CLI, the connector should have its own web frontend when accessing the port.
Accessing the company connector should now through different port (:3XXXX) and not localhost:3000.
For testing purpose, you could either run the command starting the connector manually and see if there is a response or web using localhost:connector_port or create a dockerfile that run this connector and check locally.
User story
As a company, I would like to have my own web frontend for the company connector so that I do not need to share port with other connectors, deploy separately in the cloud, and have my own functions.
Acceptance Criteria
DoD General Criteria