ENGAGE-248: Remove view-related concerns, such as options, cutpoints, and component trees from Kettle-side data feeds.

Metadata

Source
ENGAGE-248
Type
Sub-issue
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Michelle D'Souza
Created
2010-01-18T15:30:40.000-0500
Updated
2010-02-16T11:50:34.000-0500
Versions
  1. 0.1
Fixed Versions
  1. 0.3b
Component
N/A

Description

At the moment, a large number of our data feeds on the server mix Model and View-related concerns. For example, ArtifactView's feed returns data along with render cutpoints and component tree. Artifact Browse passes back the model along with various component options.

We should refactor these so that the feed is entirely model-oriented, moving the component tree and options onto the client side.

Comments

  • Justin Obara commented 2010-02-05T15:35:28.000-0500

    Bug Parade Engage 0.3

  • Colin Clark commented 2010-02-16T11:50:31.000-0500

    The specific issues referenced here--Artifact View and Browse services--have been resolved. In general, we've taken a sweep through all our server-side code to ensure that data feeds don't include view-related concerns such as options or cut points.