Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Higgins 2.0M2"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
 +
Target: 10/30/2011
  
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Higgins&target_milestone=2.0M2&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= 2.0 Milestone 2 Issues List]
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Higgins&target_milestone=2.0M2&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= 2.0 Milestone 2 Issues List]

Revision as of 11:30, 14 September 2011

{{#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