Policy.default_priority #86
zanebclark
started this conversation in
Data Specification
Replies: 1 comment 1 reply
-
Maybe this could be added in 1.0. Could you explain a bit more how your proposal could work? If both |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Policy.
priority
applies to the entire city. This precludes the reversal of policy prioritization for a specific curb zone or curb zones. (I didn't realize this before the 2/22 meeting. Thanks for the heads up, @schnuerle)Partially due to my misunderstanding, we're implementing this a bit differently at Automotus. We've introduced Policy.
default_priority
. On our policy/curb zone join table, there's a nullable priority designation that can be used to apply a priority other than the default priority for a given policy/curb zone combo. This might cause some wrinkles w/ CDS, as querying two different curb_zones with the same policy might return two different policy.priority values.A proposal: Refactor Policy.
priority
todefault_priority
in CDS and expose an optionalPolicy
.priority
that reflects the priority of the specific curb zone / policy relationship.Beta Was this translation helpful? Give feedback.
All reactions