ddd icon indicating copy to clipboard operation
ddd copied to clipboard

A Domain Driven Design framework for software simplicity in node

Results 17 ddd issues
Sort by recently updated
recently updated
newest added

Upgrade typeorm to v0.3+

Snyk has created this PR to upgrade typeorm from 0.2.45 to 0.3.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=typeorm&from_version=0.2.45&to_version=0.3.0&pr_id=9a83a6ac-05bd-414b-acd6-413a07e43a45&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade typeorm from 0.2.45 to 0.3.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

I have created a new project, and I tried to install ddd with their dependencies, but I have the following error: > npm i @node-ts/ddd @node-ts/logger-core @node-ts/bus-core @node-ts/bus-messages inversify --save...

I have 2 versions of node.js in my local. ```bash ❯ nvm ls v10.21.0 -> v14.15.0 system ``` But in both versions, `yarn test` failed in `ddd/packages/ddd` with same error...

Thank you for making a great library. I corrected README because I saw some typos and checked the grammar with [Grammarly](https://www.grammarly.com/).

Snyk has created this PR to upgrade @node-ts/bus-messages from 0.1.10 to 0.2.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@node-ts/bus-messages&from_version=0.1.10&to_version=0.2.2&pr_id=27045952-5acb-49ea-a6ad-0e7fa919f852) ✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every...

the file @node-ts/ddd/tsconfig.json is looking for a tsconfig file in the base node_modules folder, which doesn't exist. This 'file not found' error shows up in my VS Code IDE. ```...

Examples are a great way to help people learn a framework. A start of a DDD based example has been created in `packages/ddd-example` that models a security system. This was...

help wanted

Create a new base class (ie; `ValueObject`) that can be inherited to create a value object concrete definition. Value objects are a core concept of DDD and represent things that...

good first issue