openmastery / ideaflow-profiler

GNU General Public License v3.0
2 stars 6 forks source link

Wire up IdeaFlowTimeline from old ifm-visualizer-old project #48

Closed accolasia closed 7 years ago

accolasia commented 7 years ago

The old openmastery/ifm-visualizer-old project has a static timeline.js page that renders the timeline json object returned in the current /ideaflow/timeline/task/{id} APIs, using kinect.js.

The timeline is hard-coded to hit the om-ideaflow.herokuapp.com/ideaflow/timeline/task/{id} service, and needs to be migrated into the existing Angular2 application as a first cut.