We don't know the url key for a attribute before hand, because this is managed in Tweakwise database. Don't consider the attribute code anymore. Only defining a mapping between attributeValue/slug should be good enough.
When this is working correctly we can ditch the code column in the database and refactor the get methods in this model to remove the code arguments.
We don't know the url key for a attribute before hand, because this is managed in Tweakwise database. Don't consider the attribute code anymore. Only defining a mapping between attributeValue/slug should be good enough.
When this is working correctly we can ditch the
code
column in the database and refactor the get methods in this model to remove thecode
arguments.