Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Higgins 2.0M2

Revision as of 11:30, 14 September 2011 by Ptrevithick.gmail.com (Talk | contribs)

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Target: 10/30/2011

2.0 Milestone 2 Issues List

Highlights:

  1. Enhance Google Ad Connector.
    • Change .js.pds.connector.gap connector to write (as well as read) the user's ad preferences (see diagram below).
  2. Connection Data Engine
    • Connection Data Engine (CDE) and Connection Data Engine Format (CDEF). CDEF is a declarative mini-language consumed by the CDE. CDE consumes CDEF, uses .js.pds.connector.common (enhanced) API; Dynamically loads JavaScript connector code from ConnectorTemplate
    • Should this be a separate, new component? Or just folded into .js.pds.connector.common
  3. High level get/setAttribute API.
    • Add these new APIs to .js.pds.connector.common (or in a new component?) to support the ability to read attributes (not just write them as it does now). See Org.eclipse.higgins.js.pds.connector.common API design and pseudocode.
  4. Google Ads connector/card is visible and editable within web client This is a significant design/documentation task because the API needs to support some complex use cases
  5. About Me
    • A new top-level navigation page within the PDS. For this milestone it supports "interests", "demographics" categories and attributes/values within each. Attributes are editable using a modal UI.
    • Attribute changes are propagated to all other (writable) contexts (e.g. connector contexts)

Target architecture

20M2-2.0.213.png

Links

Back to the top