You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A preset is collection of preselected modules that could be applied together, so it rather belong to the "module" bounded context.
It actually resides in the "project" bounded context, whereas this bounded context deals with an existing generated project: history of applied modules, download of the project, ...
TO-DO:
fix the @autowire to use constructor injection at src/test/java/tech/jhipster/lite/module/infrastructure/primary/ModulesSteps.java
Move domain definitions
Move secondary infrastructure
Move primary infrastructure
Move Vue application (no fix needed. It was already in the correct place at src/main/webapp/app/module/secondary/RestModulesRepository.ts)
The text was updated successfully, but these errors were encountered:
I agree. I thought about that while I was doing it. I decided on my last commit to where it should go 😅
😅 I also did not pay attention to that when I've reviewed the code. I saw that accidentally while looking for the best location for the automatic cleanup of generated projects (#10575)
So it's going to be at the same place as the list of modules, isn't it?
I think it makes more sense. Alongside landscape stuff.
A
preset
is collection of preselected modules that could be applied together, so it rather belong to the "module" bounded context.It actually resides in the "project" bounded context, whereas this bounded context deals with an existing generated project: history of applied modules, download of the project, ...
TO-DO:
src/test/java/tech/jhipster/lite/module/infrastructure/primary/ModulesSteps.java
src/main/webapp/app/module/secondary/RestModulesRepository.ts
)The text was updated successfully, but these errors were encountered: