1 | | * User can give themselves a nickname. Their user page then becomes user/<nickname> rather than user/<id>. |
2 | | * Where we show lists of revisions, each revision author is now a link to the author's user page. |
| 1 | Suggested fields: |
| 2 | |
| 3 | * id, name (username/profile name), openid, email, password, extras (JsonType) |
| 4 | * + current items: apikey, about, created) |
| 5 | * current contents of name is usually openid and should migrate to openid field (could match based on starting with http://) |
| 6 | * May also want a fullname field (or perhaps that can |
| 7 | just go in extras - may be better to have its own field as useful to search on this ) |
| 8 | |
| 9 | Related changes (probably separate tickets): |
| 10 | * Improve user home page to include this additional information (and have it be editable) |
| 11 | * Use user 'name' (username) for home page links (rather than current user/<id>) |
| 12 | * Where we show lists of revisions, each revision author is now a link to the author's user page. |