•  
     
    story #9463 see cumulative flow diagram
Summary
user
see cumulative flow diagram
Empty
  • Overlay on top of card view
  • Data are shown for following timeframes, all dates are relative to now.
    • Last 7 days
    • Last month
    • Last 3 months
    • Last 6 monhts
    • Last year
  • Values are computed after start date (only count all cards that were in column until that date), exemple
    • Given I have 400 elements in Archive column
    • And I load CFD of last 7 days
    • And there were 10 cards in Archive 7 days ago
    • And there were 12 cards in Archive 6 days ago
    • Then, the CFD "Archive" will display "10" for 7 days ago and "12" for 6 days ago
  • The order or columns gives the order of flows
    • Columns order: Backlog, Todo, On going, Archive
    • Flow order (from bottom to top): Archive, On going, Todo, Backlog

Technical points:

  • Test if c3js or ChartJS can help to speed up development otherwise, fallback on d3js.
  • New REST route:
    • GET|OPTIONS /kanban/:id/cumulative_flow?timeframe=...
Empty
Joris MASSON (jmasson)
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#9463
Manuel Vacelet (vaceletm)
2016-10-14 11:18
2016-09-09 10:42
3247

References

Follow-ups

User avatar
Joris MASSON (jmasson)2016-09-27 15:36
Cumulative flow charts count the number of cards in a column at a given time, it is not the same at all as the number of cards that entered a column at a given time.

  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
Joris MASSON (jmasson)2016-09-22 11:25
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
  • Status changed from Ready (stalled) to On going
  • CC list set to Joris MASSON (jmasson)