Uploaded image for project: 'OASIS Emergency Management TC'
  1. OASIS Emergency Management TC
  2. EMERGENCY-39

improve addressing to include recipients

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Major
    • Resolution: Unresolved
    • Component/s: None
    • Labels:
      None
    • Proposal:
      Hide

      We suggest to add the concept of recipients and devices to CAP.
      Specifically, the <addresses> element could be complemented with another element called <recipients>, as in the following example:

      <recipients>
      <recipient id=”string”>
      <displayName>string</displayName >
      <pin>string</pin>
      <locale>string</locale>
      <devices>
      <device id=”variant” type="string">
      <address>string</address>
      </device>

      </devices>
      <overrideDeviceOrders>
      <deviceOrder deviceID=”string”>integer</deviceOrder>

      </overrideDeviceOrders>
      </recipient>

      </recipients>

      Show
      We suggest to add the concept of recipients and devices to CAP. Specifically, the <addresses> element could be complemented with another element called <recipients>, as in the following example: <recipients> <recipient id=”string”> <displayName>string</displayName > <pin>string</pin> <locale>string</locale> <devices> <device id=”variant” type="string"> <address>string</address> </device> … </devices> <overrideDeviceOrders> <deviceOrder deviceID=”string”>integer</deviceOrder> … </overrideDeviceOrders> </recipient> … </recipients>
    • Resolution:
      Hide

      Use CIQ xPIL in EDXL wrapper

      Show
      Use CIQ xPIL in EDXL wrapper

      Description

      Sometimes, addressing may require more information that can be efficiently provided by just a single element (currently <addresses>).
      For example a message may target multiple recipients with multiple devices.
      This can become hard to manage if not organized in a clean data structure.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              tpetel Tomer Petel (Inactive)
            • Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: