The Swordfish Basic Web Client can connect to one or more Swordfish services (including the Swordfish emulator), and present in a web UI frame the entire Swordfish hierarchy. The basic web client also provides basic capabilities to modify configurable Properties (as specified in the schema), as well an providing a basic interface to add or remove elements from the service through a Web UI.
BSD 3-Clause "New" or "Revised" License
7
stars
6
forks
source link
Notes / Enhancements for Developer Guide Documentation #26
[x] Describe implications of using node.js - e.g., that there is a web server instantiated in the system, that is required to be running.
[x] Add overall block diagram showing data flow with web server processing requests.
[x] Add description that node.js dataflow usage is asynchronous.
[x] Describe URI request, response model.
[x] What is a CORS issue? Used without definition. (pg, 6)
[x] Provide overview of angular usage.
[x] Provide overview of Redfish/Swordfish schema usage. Is this done statically or dynamically? How would a developer update / extend this?
[x] Provide an overview of the system logging.