Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement base-workspaces. #19980

Closed
1 task
mshima opened this issue Oct 10, 2022 · 2 comments · Fixed by #23392
Closed
1 task

Implement base-workspaces. #19980

mshima opened this issue Oct 10, 2022 · 2 comments · Fixed by #23392
Labels
area: feature request 💡 $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ theme: jhipster-internals $200 https://www.jhipster.tech/bug-bounties/
Milestone

Comments

@mshima
Copy link
Member

mshima commented Oct 10, 2022

Overview of the feature request

It will be the base for generators that uses multiple applications like the workspace generator and deployments.
It should provide a few custom priorities:

  get [BaseWorkspaces.DEFAULT]() {} // for reference

  get [BaseWorkspaces.LOADING_WORKSPACES]({ workspaces }) {}

  get [BaseWorkspaces.PREPARING_WORKSPACES]({ workspaces, applications }) {
    workspaces.aConfig = applications.every(application => application.aConfig);
    workspaces.anotherConfig = application.some(application => application.anotherConfig);
  }

  get [BaseWorkspaces.WRITING]({ workspaces }) {}
Motivation for or Use Case

Simplify deployment generators.

Related issues or PR

#19978 (comment)

  • Checking this box is mandatory (this is just to show you read everything)
@mshima
Copy link
Member Author

mshima commented Nov 8, 2023

@DanielFran
Copy link
Member

@mshima approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: feature request 💡 $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ theme: jhipster-internals $200 https://www.jhipster.tech/bug-bounties/
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants