Support for Incremental Policy Rollout #92
zanebclark
started this conversation in
Data Specification
Replies: 1 comment 1 reply
-
I believe that a curb zone does reference a policy based on the id of that policy. Would the time_spans field work for this in the policies? |
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
-
A use case:
A city defines a policy that's reusable across multiple zones and the policy is "applied" to zones incrementally. That is, signage goes up at zone A on Monday and at zone B on Tuesday. A policy time span can define a start time for a specific policy, but this start time would apply across all zones. In this case the start time of the policy in zone A should differ from the start time of the policy in zone B.
Is there support for this sort of incremental rollout of a policy in CDS? Internally, we have a join table that defines the relationship between a zone and a policy. We can use the created_at timestamp of this relationship to start enforcement of the policy after the time of the relationship's creation. Since CDS doesn't have an entity reflecting the relationship between zone and policy, I'm not sure where this information would go.
Beta Was this translation helpful? Give feedback.
All reactions