+
+ +
+ {`Estimated time of arrival in ${cargo.destination.name}: ${ + cargo.eta !== undefined ? formatDate(cargo.eta) : "Unknown" + }`} +
+ +{cargo.nextExpectedActivity}
+ + {cargo.isMisdirected && ( +
+
+ Cargo is misdirected
+
+ {event.isExpected && }
+ {!event.isExpected && (
+
+ )}
+
+ {event.description}
+
+ No routes found that satisfy the route specification. Try setting + an arrival deadline futher into the future (a few weeks at least). +
+ )} + + {routeCandidates?.length > 0 && + routeCandidates.map((route, index) => ( +Welcome to the DDDSample application.
-There are two web interfaces available:
-The Incident Logging application, that is used to register handling events, is a stand-alone application and a separate download.
-Please visit the project website for more information and a screencast demonstration of how the application works.
-This project is a joint effort by Eric Evans' company Domain Language - and the Swedish software consulting company Citerus.
- + + + + + + +