Chapter Exercise
In this chapter, we created the WSD documents for our API workflow. That meant resolving the names and creating a WSD file that can be rendered into a completed PNG diagram.
For this exercise, we’ll do the same work using a sample credit-check service. This is a service that our customer (BigCo, Inc.) wants to eventually build and may, at some future point, include in our Onboarding API project. It’s a simple service that supports a checkCredit method while passing the companyName and return a rating value between 1 and 10. The story document (credit-check-story.md) and other supporting documents are in the code folder for this chapter. The following is the credit-check-workflow.txt document as a reference (from the code/ch04-designing/exercise/before/onboarding/assets ...