-
Notifications
You must be signed in to change notification settings - Fork 59
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
Feature/cedar integration #2143
Conversation
* prototype CEEE * CR followup * fix args names
…integration (#2091) * Added the cedar metadata template model * Added the new models for cedar-metadata-template and record * Fixed some linting issues * Added the adapters and serializers for cedar metadata template and record * Fixed some typos and ignorance with serializers, api-contracts, etc * Fixed the namespace * Fixed the all the relationships
…2093) * Updates to convert the currect guid-metadata to tab based * Added the tabbing system to the metadata page * Initial commit for geting the mirage serializers to work for cedar-metadata-records * Updates from PR comments
* Added the initial metadata-detail component * Added some more touches to the detail template * Removed unnecessary mobile styling and actually the component. * Much cleaner look and feel for the read-only view * Added more randomness
…the initial editor post on save
…o work for create and patch
…ming of variables
* Moved the "Select a different template" button * Fixed a typo on including a component * Added the async on route transition * Updates to disable adding a duplicate record * Added select disable functionality to registries * Finished the disable feature for files and fixed some other nuisances * Added sorting and moved the selected tab to the first
* Enabled the embedding of templates on cedar records * Fixed a discepancy on the tab views * More one fix for consistency
Pull Request Test Coverage Report for Build 8007223254Details
💛 - Coveralls |
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.
Looks good to me! Leaving some optional suggestions to address some leftovers
border-top: 2px solid #ddd; | ||
border-top: 2px solid rgb(221, 221, 221); |
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.
border-top: 2px solid #ddd; | |
border-top: 2px solid rgb(221, 221, 221); | |
border-top: 2px solid $color-border-gray; |
@attr('object') metadata!: any; | ||
@attr('boolean') isPublished!: boolean; | ||
|
||
@tracked templateName!: string; |
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.
Note: Thought this was unused and leftover, but this is used as an alias for the template.name
in the code.
* fixes * fix test errors
…tion (#2150) * upgrade cee version. listen to more events to trigger validation * change to pointerover
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.
Best coding I've ever seen ... who did all this? Wow!
Purpose
Merge
feature/cedar-integration
intodevelop
.Summary of Changes
Screenshot(s)
Side Effects
QA Notes