openmastery / ideaflow-profiler

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

View single task timeline #10

Closed accolasia closed 8 years ago

accolasia commented 8 years ago

As a developer, I should be able to view the IFM for an existing task.

The timeline should start at time 0:00 and end with relative time (hh:mm). All idle time is collapsed automatically on the backend.

  1. UserNotes are displayed as lines on the timeline.
  2. Conflicts (troubleshooting) are shown as red time bands.
  3. Learning is shown as blue time bands.
  4. Rework is shown as yellow time bands.
  5. If conflicts are nested inside of learning or rework bands, nested conflicts are displayed on top of their containing band.

/task/{taskId} returns the high-level details of a task /timeline/task/{taskId} returns the timeline data that corresponds to a task.

The mockup for the "View Timeline" page: https://github.com/ideaflow/docs/raw/master/timeline_tab.pdf