You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The support for shops and shop locations is now limited to two free entry text fields. The location field effectively only supports one shop location. The shop field is non-taxonomized.
We can draw inspiration (and code?) from the approach taken by prices. By using the OpenStreetMap, the locations can be encoded as OSM-id (node/path/relation). If an actual location is required it is enough to do an OSM lookup.
Thus a field needs to be added that can support multiple OSM-ids. This field can be populated from Prices to begin with, or can be entered by the user using a similar interface as Prices.
The shop names where a product is sold is the same as the brand name as set by OSM and thus can be retrieved there. Advantage that we do not need any effort to set up our own taxonomy or whatever. For shops that are small we can use the shop name as set by the node.
Why
Geographic sales distribution - by encoding the sales location we can see where products are sold;
Geographic price distribution - we can indicate the expected price per location and shop brand;
What
The support for shops and shop locations is now limited to two free entry text fields. The location field effectively only supports one shop location. The shop field is non-taxonomized.
We can draw inspiration (and code?) from the approach taken by prices. By using the OpenStreetMap, the locations can be encoded as OSM-id (node/path/relation). If an actual location is required it is enough to do an OSM lookup.
Thus a field needs to be added that can support multiple OSM-ids. This field can be populated from Prices to begin with, or can be entered by the user using a similar interface as Prices.
The shop names where a product is sold is the same as the brand name as set by OSM and thus can be retrieved there. Advantage that we do not need any effort to set up our own taxonomy or whatever. For shops that are small we can use the shop name as set by the node.
Why
Who for
See also
The text was updated successfully, but these errors were encountered: