Changes between Version 9 and Version 10 of IIRS/WorkflowsProcesses
- Timestamp:
- 08/21/13 19:47:19 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IIRS/WorkflowsProcesses
v9 v10 4 4 * '''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'. 5 5 6 == On TN.org==6 == Workflows: TN.org (D6) == 7 7 8 8 Note that 'Normal' initiative viewers and all regular visitors will see no changes. … … 16 16 17 17 18 == W idgets (D7) ==18 == Workflows: Widgets (D7) == 19 19 20 20 === "Full page listings" widget === … … 47 47 1. The page will be fully translated into [language]. 48 48 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 49 54 === Information Architecture === 50 55 51 56 == User == 52 57 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 === 59 Additional fields: 60 1. t('First name') = field_user_name_first 61 1. t('Middle names') = field_user_name_middle 62 1. t('Last name') = field_user_name_last 63 64 Standard Drupal user account fields: 65 1. t('Email') = (built into Drupal) 66 1. 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. 67 1. 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 58 74 59 75 == Initiative == 60 76 61 Mandatory 62 1. t('Initiative name' 77 === Mandatory === 78 1. t('Initiative name') 63 79 1. t('Initiative location') 64 80 65 Optional but recommended: 81 === Optional but recommended === 66 82 1. t('Initiative website') 67 83 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. 71 88 72 89 === Administration workflows === … … 75 92 76 93 Useful details from [https://wiki.transitionnetwork.org/Sharing_Engine/Technical_workflow_%26_business_logic#Entry_widget:_Register.2Flogin_.26_submission_entry_workflow PSE workflow]? 77