-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Extend VocabularlyManager to include ui-concerto label creation logic #374
Comments
Hey, @mttrbrts I would like to work on this issue since I'm very overwhelmed don't know from where to start. Can you please assign this to me as I have to get started :) |
Welcome @Jeevan-Kiran-Lenka! In summary, you will need to make changes in two places:
|
Thanks for the tip @mttrbrts !! Now it is easy to fix this :) |
Hey!!, @mttrbrts I had some of the following doubts while working on this issue, I would really appreciate it if you can help me solve that.
Please let me know if I have not understood anything correctly or any suggestions, your help would be greatly appreciated :): |
In my understanding both I say, that replacing the implementation of Does that make sense? |
|
Feature Request 🛍️
The new VocabularlyManager introduced in #361 includes a missing term generator, https://github.com/accordproject/concerto/blob/master/packages/concerto-vocabulary/lib/vocabularymanager.js#L59-L62.
Similarly the
ui-concerto
package inweb-components
includes some logic to automatically generate terms from model field names. https://github.com/accordproject/web-components/blob/master/packages/ui-concerto/src/utilities.js#L20-L25These two features should be combined in this package, and
ui-concerto
refactored to use the common implementation.The text was updated successfully, but these errors were encountered: