We have a bunch of different properties that do the same thing floating around. We need to choose.
display_name vs title: These properties used to display the name of a model on the html page. We are mixing these. http://activitystrea.ms/specs/json/1.0/ uses display_name (displayName in json)
We have a bunch of different properties that do the same thing floating around. We need to choose.
display_name
vstitle
: These properties used to display the name of a model on the html page. We are mixing these. http://activitystrea.ms/specs/json/1.0/ usesdisplay_name
(displayName
in json)slug
vsname
: These properties are basically unique identifiers. I thinkslug
is more appropriate. https://github.com/norman/friendly_id