hevselavierlines / dddrt

Domain Driven Design Refactoring Tool
0 stars 0 forks source link

Organise the dropdown with the same BoundedContext first #3

Closed hevselavierlines closed 5 years ago

hevselavierlines commented 5 years ago

The DropDown shold be linked with the BoundedContexts and the current BoundedContext should be on top.

hevselavierlines commented 5 years ago

Solved the issue by using two lists with the same bounded context and other bounded contexts and merging them together.