2015-07-26 UTC
# csarven I'd ditch the dates altogether. Come up with a proper mechanism to generate unique paths, which includes handling scenarios where you come up with the same slug for some reason. e.g., if 'foo' exists, go with 'foo-n' or whatever. There is a trade off: how complicated do you want the URL to be and how likely are you going ot run into collisions. Work around the collision possibilities (which is far less likely than introducing date