jbrunton / agileplanning-io-metrics-deprecated

Deprecated. See https://github.com/jbrunton/agileplanning-io-metrics
1 stars 1 forks source link

allow friendly ids (vanity urls/slug) for teams #45

Open mooreniemi opened 8 years ago

mooreniemi commented 8 years ago

instead of http://localhost:3000/teams/1/trends we'd have http://localhost:3000/teams/aztec/trends or http://localhost:3000/teams/the-friendly-toast/trends

may want to consider removing teams/ as a namespace and instead just have team names ie: http://localhost:3000/red-pandas/trends

obviously this brings up "no two teams can have the same name" but that'd be a punted concern to organization level separation (no two teams for zipcar could have same name) so you'd perhaps move eventually to http://localhost:3000/zipcar/aztec/trends

jbrunton commented 8 years ago

For real.