Skip to content

Instantly share code, notes, and snippets.

View emgeier's full-sized avatar

Erin Geier emgeier

  • Vanderbilt University
  • Nashville
  • 18:25 (UTC -06:00)
  • LinkedIn in/erin-geier
View GitHub Profile

Unit1 PromiseDao Design Review

Overview

What's the problem with the way the PromiseDao currently works?

The PromiseDao only supports one source of delivery promises: the Delivery Promise Service (DPS). We already need to get promises from another service, the Order Fulfillment Service (OFS), so this is a good time to make the design more flexible.

Use Cases