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: implement schema-object for schema-record #9467

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

richgt
Copy link
Contributor

@richgt richgt commented Jun 3, 2024

Description

Implements schema-object features in keeping with definitions in the Schema Service RFC.

Notes for the release

@richgt richgt force-pushed the richgt/schema-object-take-2 branch from 8d6de47 to 70dcbe3 Compare June 10, 2024 15:12
@richgt richgt requested a review from runspired June 10, 2024 15:52

if (prop === 'toHTML') {
return function () {
return '<div>ManagedObject</div>';
Copy link
Contributor

Choose a reason for hiding this comment

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

follow up: probably just leave it a string along the lines of [ManagedObject<${address.type}:${address.id} (${address.lid})>]

@runspired runspired merged commit 0cd9cd2 into main Jun 10, 2024
18 checks passed
@runspired runspired deleted the richgt/schema-object-take-2 branch June 10, 2024 17:51
@runspired runspired added 🎯 canary PR is targeting canary (default) 🏷️ feat This PR introduces a new feature labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🏷️ feat This PR introduces a new feature
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants