Web UI for Logistics Wizard Showcase demo. The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
Other
14
stars
20
forks
source link
Show distribution center and retailer names when needed #119
introduce NameResolver object used by components to resolve display names for a given object type and id (avoid to replicate the same code in all components, and does not require them to have a dependency on the dashboard through state).
Coverage increased (+0.4%) to 80.86% when pulling f5a8a589228b67d3ea5245fc171dde4b2204d2a0 on showobjectnames into 7c029909eb2e4e1723a1034214f3f7708e62a605 on dev.
introduce NameResolver object used by components to resolve display names for a given object type and id (avoid to replicate the same code in all components, and does not require them to have a dependency on the dashboard through state).
https://github.com/IBM-Bluemix/logistics-wizard/issues/242 https://github.com/IBM-Bluemix/logistics-wizard/issues/244