-
Notifications
You must be signed in to change notification settings - Fork 21
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
Connect datatypes with components #817
Conversation
… the entity schema and the datatypes
Deployed to https://test-deployment-pr-817.herokuapp.com/ |
# Conflicts: # src/app/child-dev-project/educational-material/model/materials.ts # src/app/core/config/config-migration.service.spec.ts # src/app/core/config/config-migration.service.ts # src/app/core/entity-components/entity-form/entity-form.service.spec.ts # src/app/core/entity-components/entity-form/entity-form.service.ts # src/app/core/entity-components/entity-form/entity-form/entity-form.component.ts # src/app/core/entity-components/entity-form/entity-form/entity-form.stories.ts # src/app/core/entity-components/entity-list/entity-list.component.ts
…s' into connect-datatypes-with-components
…nged after checked error
DeepCode's analysis on #68d7ab found:
Top issues
👉 View analysis in DeepCode’s Dashboard | Configure the bot👉 The DeepCode service and API will be deprecated in August, 2021. Here is the information how to migrate. Thank you for using DeepCode 🙏 ❤️ !If you are using our plugins, you might be interested in their successors: Snyk's JetBrains plugin and Snyk's VS Code plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem with the entity-select is actually independent of this PR, also occuring in master (--> #872)
Looks good otherwise now!
SonarCloud Quality Gate failed. 1 Bug No Coverage information |
🎉 This PR is included in version 2.52.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
see issue: #764 #552 #180 #826
Visible/Frontend Changes
--
Architectural/Backend Changes
EntitySchema
holds information how an attribute can be displayedEntitySchema
holds information how an attribute can be editedEntitySchemaDatatype
provides a default component for displaying an data typeEntitySchemaDatatype
provides a default component for editing an data typeEntityListComponent
automatically fetches column information from schema if no other definition is foundFormComponent
automatically fetches form field information from schema if no other definition is foundEntitySubrecord
automatically fetches display and edit information from schema if no other definition is foundEntityList
usesEntitySubrecord