tomatoes icon indicating copy to clipboard operation
tomatoes copied to clipboard

Nice profile URL

Open canercandan opened this issue 12 years ago • 1 comments

Since our profile URL is something like this: "/users/511d223a9515c800020002e8". It may be nice to add a parameter in the profile to enable the use of the username or anything else by checking its availability. For instance "/users/canercandan"

BR.

canercandan avatar Feb 17 '13 08:02 canercandan

You can use Twitter or GitHub username as user slug but the route should be prefixed with OAuth provider type.

Example:

http://tomato.es/users/4e2d3ec0ad7f170001000001 http://tomato.es/users/twitter/johnnyaboh http://tomato.es/users/github/potomak

Otherwise username attribute should be added to User model.

potomak avatar Feb 17 '13 09:02 potomak