hevselavierlines / dddrt

Domain Driven Design Refactoring Tool
0 stars 0 forks source link

Store elements in different layers #12

Open hevselavierlines opened 5 years ago

hevselavierlines commented 5 years ago

All the elements are stored in the gridElements list of the DrawPanel. However, quite often just the Bounded Contexts are needed for an operation and probably the elements within the same Bounded Context. It should be available to store the Bounded Contexts in a different list and probably store the FieldComposites within the bounded context for faster access.