Remember the previously selected modules for application templates when creating new applications #120
stephanjohnson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Building micro-services means we are constantly adding new projects to our solutions. We have to remember to set specific modules and settings for every new service. We want to be able to quickly on-board new projects into our solution, knowing that they share the same modules and basic settings.
I want to be able to set the default modules on an Application Template so that the next time I create a project, it uses the same modules by default. It could even be as simple as remembering my last used options.
I choose the same modules for 9 out of 10 new applications, with the only exception being specialized applications like a gateway, or tenant store. All other applications have the same settings, as this reduces the cognitive load of dealing with 20 or 30 applications when they are all exactly the same.
It would be great if the
Create Application
screen can remember the last modules that I selected.This means that on-boarding new services into the solution is just a few clicks.
Beta Was this translation helpful? Give feedback.
All reactions