Changes between Version 9 and Version 10 of IIRS/WorkflowsProcesses


Ignore:
Timestamp:
08/21/13 19:47:19 (3 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IIRS/WorkflowsProcesses

    v9 v10  
    44* '''Note''', to avoid confusions around text and language, I've used the Drupal convention of t('text'), which means translated 'text' into appropriate [language] for their [country]. e.g. t('Search') would be 'Rechercher'. 
    55 
    6 == On TN.org == 
     6== Workflows: TN.org (D6) == 
    77 
    88Note that 'Normal' initiative viewers and all regular visitors will see no changes. 
     
    1616 
    1717 
    18 == Widgets (D7) == 
     18== Workflows: Widgets (D7) == 
    1919 
    2020=== "Full page listings" widget  === 
     
    47471. The page will be fully translated into [language]. 
    4848 
     49== Workflows: D7 site (non-widget) == 
     50 
     51* Some users (admins) will need to oversee things on the D7 site and perform tasks. These admin views are TBC and will not be visible to normal users. 
     52* Since some of the views are public, it's possible some people will come to them. When viewed outside the widget context, such pages should still work on their own. 
     53 
    4954=== Information Architecture === 
    5055 
    5156== User == 
    5257 
    53 Mandatory: standard TN.org drupal user account: 
    54 1. t('First name') = Firstname 
    55 1. t('Last name') = Lastname 
    56 1. t('email') = email 
    57 1. t('password') = password 
     58=== Mandatory === 
     59Additional fields: 
     601. t('First name') = field_user_name_first 
     611. t('Middle names') = field_user_name_middle 
     621. t('Last name') = field_user_name_last 
     63 
     64Standard Drupal user account fields: 
     651. t('Email') = (built into Drupal) 
     661. t('Username') = (built into Drupal) --> will be generated from first/middle/last name in format "First MM Last" (where M is a single middle name initial). Numbers will be appended if the resultant name is registered in site already. 
     671. t('Password') = (built into Drupal) 
     68 
     69=== Hidden metadata == 
     70* UUID = The Universally Unique ID of the user -- system generated, globally shared. 
     71* Uid = The local Drupal user ID -- system generated and not shared outside current site. 
     72* Status = Drupal default 'active/blocked' flag. Allows users to be hidden rather than deleted. 
     73 
    5874 
    5975== Initiative == 
    6076 
    61 Mandatory 
    62 1. t('Initiative name' 
     77=== Mandatory === 
     781. t('Initiative name') 
    63791. t('Initiative location') 
    6480 
    65 Optional but recommended: 
     81=== Optional but recommended === 
    66821. t('Initiative website') 
    6783 
    68 == Hidden metafields ==  
    69  
    70 ?  
     84=== Hidden metadata == 
     85* UUID = The Universally Unique ID of the initiative -- system generated, globally shared. 
     86* Nid = The local Drupal node ID -- system generated and not shared outside current site. 
     87* Status = Drupal default 'published' flag. Allows initiatives to be hidden rather than deleted. 
    7188 
    7289=== Administration workflows === 
     
    7592 
    7693Useful details from [https://wiki.transitionnetwork.org/Sharing_Engine/Technical_workflow_%26_business_logic#Entry_widget:_Register.2Flogin_.26_submission_entry_workflow PSE workflow]?  
    77