Changes between Version 7 and Version 8 of SPIDocs


Ignore:
Timestamp:
Sep 16, 2014 9:45:44 AM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SPIDocs

    v7 v8  
    9292 * Applications that manage abstractions with profiles may allow users to change the contents of the profile using `changeUserAttribute`, et al.
    9393
    94 Currently the attributes includes in abstraction profiles are as follows:
     94
     95There is an administrative interface for changing the attributes in each abstraction's profile, but we expect the profile contents to remain relatively constant over time.
     96
     97Currently the attributes that DETERLab includes in abstraction profiles are as follows:
    9598
    9699For users:
     
    120123|| phone || `[0-9-\s\.\(\)\+]+` || Numbers, whitespace, parens, plus signs, and dots or dashes ||
    121124
     125Because we expect applications to edit user profiles, there is layout information as well:
     126
     127||= Name =|| Ordering Hint =||= Length Hint =||
     128|| name || 100 || 0 ||
     129|| title || 200 || 0 ||
     130|| address1 || 500 || 0 ||
     131|| address2 || 600 || 0 ||
     132|| city || 700 || 0 ||
     133|| state || 800 || 0 ||
     134|| zip || 900 || 0 ||
     135|| country || 1000 || 0 ||
     136|| email || 1100 || 0 ||
     137|| URL || 1200 || 0 ||
     138|| phone || 1300 || 15 ||
     139|| affiliation || 3000 || 0 ||
     140|| affiliation_abbrev || 4000 || 5 ||
     141
     142For Projects:
     143
     144||= Attribute Name =||= Description =||= Optional =||= Access =|| DataType =||
     145|| description || Description || false || READ_WRITE || STRING ||
     146|| funders || Funders || true || READ_WRITE || STRING ||
     147|| affiliation || Affiliation || true || READ_WRITE || STRING ||
     148|| URL || URL || true || READ_WRITE || STRING ||
     149
     150For Circles:
     151
     152||= Attribute Name =||= Description =||= Optional =||= Access =|| DataType =||
     153|| description || Description || false || READ_WRITE || STRING ||
     154|| email || Email || true || READ_WRITE || STRING ||
     155
     156For Experiments:
     157
     158||= Attribute Name =||= Description =||= Optional =||= Access =|| DataType =||
     159|| description || Description || false || READ_WRITE || STRING ||
     160
     161For Libraries:
     162
     163||= Attribute Name =||= Description =||= Optional =||= Access =|| DataType =||
     164|| description || Description || false || READ_WRITE || STRING ||
    122165
    123166=== Users ===