GeoguessrTools / calico-cut-pants

This is the API for serving up country tips
MIT License
0 stars 0 forks source link

Restructuring the Signage and Traffic #7

Closed daseinkapital closed 2 years ago

daseinkapital commented 2 years ago

The signage and traffic is currently laid out as a map of sign type/traffic/road keys to a list of imagewithdescription.

Proposed change would look something like


yield_signs: {
    cat_name: "Yield Signs",
    signs: []ImageWithDescription
}

This way I can clearly label the subcategory. May make a separate component for submodules so it's easier to browse through. I'm open to other suggestions, but a human readable name would be nice so I'm not parsing the category name.