trunk.cocoapods.org icon indicating copy to clipboard operation
trunk.cocoapods.org copied to clipboard

Create a normalised Owner name -> ID lookup table

Open orta opened this issue 10 years ago • 2 comments
trafficstars

In order to offer a URL like http://cocoapods.org/owner/eloyduran we'd need to be able to take the name Eloy Durán from an owner, kill all capitals and de-funny accents etc.

To do this right we need to support people changing names, and the URL needs to continue to work so it is a one owner_id to many normalised names relationship.

This is a part of https://github.com/CocoaPods/cocoapods.org/issues/149

orta avatar May 15 '15 10:05 orta

Note, ensure that there is sufficient tests to make sure that when someone registers with the same name they have a different URL.

kylef avatar May 15 '15 14:05 kylef

Names are already changeable.

segiddins avatar May 15 '15 14:05 segiddins