Skip to content
#

ddd

Here are 1,236 public repositories matching this topic...

EventFlow
mbican
mbican commented Mar 16, 2019

In documentation about sagas there is this thing about storing saga-id into event metadata. It looks intuitive but it doesn't work out of the box :-(. I would like to make it work. Here is how:

  1. from PublishAsync pass sagaId and saga type name into ICommandBus.PublishAsync()
  2. overload ICommandBus.PublishAsync() so it takes an extra argument eventMetadata
  3. pass event metadata to IAggregate
ParagRaut
ParagRaut commented Apr 28, 2020

I figured out that node-sass dependency mentioned in web package is obsolete now.

I tried to change it to

"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.0.0-rc.10",
"node-sass": "^4.14.0",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16"
},

then web-vue built s

wolkenkit
goloroden
goloroden commented Nov 10, 2018

What is this feature about?

At https://docs.wolkenkit.io/ we have the documentation for wolkenkit itself, but the APIs of the wolkenkit applications do not yet have any documentation. We could use the landing page of the broker to provide some automatically generated documentation based on the metadata of the model. This could help us to get closer to a self-documenting API.

What nee

Improve this page

Add a description, image, and links to the ddd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ddd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.