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

Difference between revisions of "Higgins 2.0M2"

 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
 +
Original target: 10/30/2011
 +
Now: 11/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]
  
 
Highlights:
 
Highlights:
# Enhance Google Ad Connector.
+
# Replace Google Ad Connector with some generic connector (e.g. NYTimes.com or some UK midata site, etc.) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=362920 362920]
#* Change .js.pds.connector.gap connector to write (as well as read) the user's ad preferences (see diagram below).  
+
# Connector Data Engine [https://bugs.eclipse.org/bugs/show_bug.cgi?id=357705 357705] - Iain - new component "org.eclipse.higgins.js.pds.cde", see diagram below
# Connection Data Engine
+
# High level get/setAttribute API [https://bugs.eclipse.org/bugs/show_bug.cgi?id=357706 357706] - Alex
#* 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
+
# Connections tab [https://bugs.eclipse.org/bugs/show_bug.cgi?id=357707 357707] - Iain
# High level get/setAttribute API.
+
# About Me tab [https://bugs.eclipse.org/bugs/show_bug.cgi?id=357708 357708] - Iain
#* 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.
+
# 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
+
# 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===
 
===Target architecture===
  
[[Image:20M2-2.0.213.png|center]]
+
[[Image:20M2 2.0.214.png|center]]
  
 
== Links ==
 
== Links ==
  
 
* [[Higgins 2.0M3]]
 
* [[Higgins 2.0M3]]

Latest revision as of 12:12, 4 November 2011

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

Original target: 10/30/2011 Now: 11/30/2011

2.0 Milestone 2 Issues List

Highlights:

  1. Replace Google Ad Connector with some generic connector (e.g. NYTimes.com or some UK midata site, etc.) 362920
  2. Connector Data Engine 357705 - Iain - new component "org.eclipse.higgins.js.pds.cde", see diagram below
  3. High level get/setAttribute API 357706 - Alex
  4. Connections tab 357707 - Iain
  5. About Me tab 357708 - Iain

Target architecture

20M2 2.0.214.png

Links

Back to the top