thoughtworks/letshelp.it

Story #12: Create Slug names for organizations

Closed this issue · 1 comments

More about Slug Names: http://en.wikipedia.org/wiki/Slug_(web_publishing)

So that URLs can be more readable, easier to share and valuable
As an Organization
I can provide a slug name for my organization

Given that an organization is called Afaso - Familias em Solidariedade
When I provide "afaso" as a slug name
and that name is unique in the organization list
Then I can access organization profile using that slug name
before: http://letshelpit.heroku.com/organizations/2
after: http://letshelpit.heroku.com/organizations/afaso

Implemented in commit: http://github.com/thoughtworks/letshelp.it/commit/5f50405dd2a511e68ed25e6fdbaa12e538eb21c5

This story was implemented with automatically created slug names, instead of using slug names provided by the user.