-
Notifications
You must be signed in to change notification settings - Fork 19
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
Establish between 1-3 Standardized Naming Schemas for Zone Names #148
Comments
I do generally agree with an 'easy-to-read' way to define Curb Zones and I think that was the original purpose of the 'name' field. I don't think this necessarily has to be completely unique, if anything this name field is to be used in conjunction with curb_zone_ID or user_zone_ID to uniquely define the zone.
A potential solution - similar to Curb Objects, we add a "description" field for Curb Zones which would be "A more detailed description of the zone if needed." |
Yes I agree it would be a heavy lift to create a naming convention that would work in all cities globally and work for all curb zone use cases/locations. Like @jacobmalleau suggests, maybe a And/or a |
We will be talking about this Issue and Pull Request to review specific change proposals in the Working Group meeting tomorrow. Thanks! |
See related PR in #163 |
In an attempt to keep our eyes from bleeding and having to repeat UUID's when on calls discussing CDS zones or Assets, we are proposing our first version of a naming convention that utilizes data from the CURBS API Elements. Nothing in the API is being changed. This is just a quality-of-life idea for naming zones. CDS Naming Standard Proposal 1 Schema: "STREET_BLOCK_DIRECTION_TYPE(s)" Example: Main St_100_N_[PP][CLZ][NP] Main St — street name. Examples of Zone Types used in the zone (TYPE) (In order of use through out the day) CLZ — Commercial Vehicle Loading Zone. Looking forward to hearing everyone's thoughts on this ;) |
@rneubauer I think your proposal here for a @mplsmitch make sure to add |
Is your feature request related to a problem? Please describe.
The current Name field is optional in the CDS curbs API and when "CDS" is implemented at scale, it makes it very hard to remember Zone Names when manually created, and using the UUID is next to impossible.
Describe the solution you'd like
We would like to establish a few different naming Schemas that utilize various curb zone variables in CDS to generate the name. This would include the type of Zone (Parking, No Parking, Bus, Commercial, etc.) as well as the compass direction, cross streets, etc. The idea would be that you could look at the name of the zone and understand the type of zone, and where it is located. This would help in when looking at the zones on a map as well as making it much easier to read in reporting and analytics.
We are also factoring in the zone updating, deleting and creation rules in the Curbs rules so that when number of spaces are changed or the policy is changed, the name will reflect those changes according to the update rules.
Is this a breaking change
For which spec is this feature being requested?
Curbs
Describe alternatives you've considered
We have tried a few simple ways to name the zones but when done at scale it is next to impossible to keep them unique and understand what purpose they serve when done at scale.
The text was updated successfully, but these errors were encountered: