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

feat: Extract the vocabulary set and decorator command set from a model manager #753

Closed
muskanbararia opened this issue Nov 6, 2023 · 0 comments · Fixed by #754
Closed
Assignees
Milestone

Comments

@muskanbararia
Copy link
Contributor

Feature Request 🛍️

Extract the vocabulary set and decorator command set from a model manager

Possible Solution

Extend the decorator manager to support the extractDecorator method

Detailed Description

decoratorManagershall expose extractDecorators that take two options i.e. whether to remove decorators from source model and locale for vocabs, along with a ModelManager.
It returns:

  • modelManager with models without decorators(depeneding on the option passed)
  • List of json dcms strings
  • List of vocab strings
@mttrbrts mttrbrts added this to the v3.x milestone Nov 8, 2023
@mttrbrts mttrbrts moved this to In Progress in Concerto Roadmap Nov 8, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Concerto Roadmap Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants