Changes between Version 52 and Version 53 of BluePrint/GIS/LocationSelector
- Timestamp:
- 03/23/11 17:47:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/LocationSelector
v52 v53 23 23 24 24 == Use Cases == 25 === Locate a Site === 25 === Locate a Site/Address === 26 Addresses are like Sites (although less likely to need a Location Group) 27 28 Q: Should we make Addresses Sites? 29 26 30 Options: 27 31 * Select an Existing Building … … 38 42 * The 1st Building is created in the normal way & added to this group 39 43 * Q: How do we add subsequent buildings? (Lower priority for now) 44 40 45 === Locate a Person === 41 ==== Link them to a Site====46 ==== Link them to a !Site/Address ==== 42 47 * Set a Staff member's Base Location to their Office Address 48 * Set a Volunteer's Base Location to their Home Address 43 49 * Check-in to a site 44 50 45 51 Both would want to select Site from a Dropdown (ideally Combobox) 46 52 47 ==== Select their Home Address ====48 * Set a Volunteer's Base Location to their Home Address49 50 Adding an Address is the same as adding a Site (unlikely to need Location Groups though)51 52 53 Can tick 'Base Location' when adding/updating an address 53 54 Add any configured addresses for a user to the 'Select a Site' option in Presence?55 54 56 55 ==== Provide a !WayPoint ==== … … 63 62 64 63 Name shouldn't be required. 64 65 65 === Locate an Incident or Activity === 66 66 Options: … … 68 68 * Provide a !WayPoint (as for Persons) 69 69 70 === Locate a Document or Project ===70 === Locate a Project or Document === 71 71 Examples: 72 72 * Assessment (RAT or Flexible Impact) … … 77 77 - ideally provide an option to be able to restrict which Lx level(s) can be selected 78 78 - no need for a specific location 79 79 80 == Modes == 80 81 When instantiating the Selector server-side we can differentiate between the following Modes. 81 82 82 83 Q: When a single Mode has several different workflows, should we provide a wizard-style approach to selecting between the options? 84 83 85 === Building (Site, Address) === 84 86 Client side options: … … 87 89 * Select existing Building 88 90 * Select existing Location Group 91 89 92 === !WayPoint (Presence, Incident) === 90 93 Client side options: 91 94 * Select existing !Site/Address (make addresses sites?) 92 95 * Create new !WayPoint 96 93 97 === Project or Document (Assessment, Plan, Policy) === 94 98 Client side options: … … 109 113 * For a Create resource which needs a specific location 110 114 * For an Update resource which needs a specific location 115 111 116 == !ToDo == 112 117 * Redesign the !Look/Feel to make it more usable