As a developer, I want to uses groups so that I can use module groups, to group related modules.
I also want the solution folder structure to reflect groups.
Expected behavior
The project and serialization as created under the group folders
Actual behavior
The code is created under the correct folder
src/[Layer]/[Module Group]/[Project Name]/code.
The serialization is created in the layer folder not under the group
src/[Layer]/[Project Name]/serialization.
The solution folder structure does not support module groups groups
User story
As a developer, I want to uses groups so that I can use module groups, to group related modules. I also want the solution folder structure to reflect groups.
Expected behavior
The project and serialization as created under the group folders
Actual behavior
The code is created under the correct folder
The serialization is created in the layer folder not under the group
The solution folder structure does not support module groups groups
Steps to reproduce the behavior