Colin DAMON
Colin DAMON
Close https://github.com/jhipster/jhipster-lite/issues/2906
The current highlight feature highlight the direct dependencies. We can update it to highlight until the next point where the user will have to make a choice (feature with more...
Close https://github.com/jhipster/jhipster-lite/issues/2832
This also close https://github.com/jhipster/jhipster-lite/pull/2099
Add a module to create a banner using the project short name (in ASCII art ofc)
Now that we have a landscape it is possible to automatically test all possible path to get to any module and ensure that this is correctly working. There will probably...
The current sorting in a landscape level depend on the number of depending modules but this is far from being perfect to display the landscape, we should try some other...
Following https://github.com/jhipster/jhipster-lite/pull/3022 we can add modules selection in landscape.
Most of current modules have a parent -> child relationship (with some modules being root). The idea would be to enforce that with an interface to define a new module,...
Loading pages now just display a "Loading" text which is not good and comes with a blinking effect when changing page, adding placeholder during loading may be a good idea