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

DrivewayTransitions in OpenSite.01.00.05 #455

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GoldenGlaurung
Copy link

Adds the DrivewayTransition entity class with some of the properties formerly found in the DrivewayMidVertex, and a relationship class between the two.

@GoldenGlaurung GoldenGlaurung requested review from a team as code owners March 17, 2025 21:53
@CLAassistant
Copy link

CLAassistant commented Mar 17, 2025

CLA assistant check
All committers have signed the CLA.

@@ -143,10 +143,6 @@

<ECEntityClass typeName="DrivewayMidVertex" modifier="Sealed" displayLabel="Driveway Mid Vertex" description="Vertex of a DrivewayPath that is attached to two DrivewayPathEdge instances.">
<BaseClass>PathMidVertex</BaseClass>

<ECProperty propertyName="SideTransitionOffset" typeName="double" kindOfQuantity="rru:LENGTH" category="DrivewayMidVertex_Transition" displayLabel="Transition Offset" description="The transition offset distance." />
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

We probably want to hide these properties and mark them as deprecated.

<Class class="DrivewayTransition" />
</Target>
</ECRelationshipClass>

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we want to make a change and immediately release a new Schema version - we need to test this schema first. I think normally, you make changes to the WIP (work in progress) schema, new dev version of this schema is published to NPM, we test it, perhaps make adjustments, and then we make a release PR.

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.

3 participants