Changes between Initial Version and Version 4 of Ticket #142


Ignore:
Timestamp:
10/31/10 18:50:33 (4 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #142

    • Property Owner changed from rgrp to pudo
    • Property Type changed from enhancement to defect
    • Property Summary changed from User has nickname to Update User object with additional fields such as 'nickname'
  • Ticket #142 – Description

    initial v4  
    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. 
     1Suggested 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 
     7just go in extras - may be better to have its own field as useful to search on this ) 
     8 
     9Related 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. 
    313 
    414Related to ticket:136 and ticket:138.