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

Add uischema registry support #286

Merged
merged 2 commits into from
Jul 5, 2016

Conversation

eneufeld
Copy link
Member

@eneufeld eneufeld commented Jul 2, 2016

This PR adds support for a ui schema registry.

  • We probably need to refactor the generator to not be a service anymore and move it to the uischemaregistry "package"
  • We need an example

@edgarmueller what do you think?

@coveralls
Copy link

coveralls commented Jul 2, 2016

Coverage Status

Coverage increased (+0.2%) to 88.552% when pulling b52fb1c on eneufeld:feat_uischemaregistry into 33beaf3 on eclipsesource:master.

@@ -2,7 +2,7 @@ import 'angular';
let JsonRefs = require('json-refs');

import {IPathResolver} from '../services/pathresolver/jsonforms-pathresolver';
import {IUISchemaGenerator} from '../generators/generators';
import {UiSchemaRegistry} from '../ng-services/uischemaregistry/uischemaregistry-service';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should perhaps agree on how we want to treat abbreviations (that is, Ui or UI), but that's another discussion topic.

@edgarmueller
Copy link
Contributor

Looks good, only minor nitpick regarding naming of imports

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 88.552% when pulling b447566 on eneufeld:feat_uischemaregistry into 33beaf3 on eclipsesource:master.

@edgarmueller edgarmueller merged commit 43a1ffa into eclipsesource:master Jul 5, 2016
@edgarmueller
Copy link
Contributor

Thanks!

@eneufeld eneufeld deleted the feat_uischemaregistry branch December 7, 2017 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants