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.
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