digital-asset / daml-finance

Apache License 2.0
17 stars 16 forks source link

Document patterns to build applications using Daml Finance #337

Open matteolimberto-da opened 1 year ago

matteolimberto-da commented 1 year ago

We should document the patterns used in the daml-finance-app to work with Daml Finance components.

I am specifically referring to

This will be easier once interface views + subscriptions are part of the official Daml doc.

bart-tydei commented 1 year ago

I agree with "writing the UI against interfaces rather than concrete template implementations"

matteolimberto-da commented 1 year ago

An additional pattern that should be explained here is to implement the Lifecycle interface as a side-contract rather than directly in the instrument

matteolimberto-da commented 1 year ago

Client application architecture documented in https://github.com/digital-asset/daml-finance/pull/397

matteolimberto-da commented 1 year ago

Factory Pattern issue --> https://github.com/digital-asset/daml-finance/issues/850