-
Notifications
You must be signed in to change notification settings - Fork 0
Home
gerold kathan edited this page Mar 22, 2014
·
6 revisions
- import epic data from v1 (filtered by corpInterest = true)
- looks like v1 direct API sucks - so excel import more viable (phpexcel https://phpexcel.codeplex.com/ looks good)
- load epic excel
- compare and diff with kanban data (https://github.com/benjamine/JsonDiffPatch)
- let kanban admin decide (slickgrid https://github.com/mleibman/SlickGrid) which diff data to sync
- use PDO for some more robust data layer
- CRUD stuff for kanban entities
##iteration 2014-03-19
- status / RAG on initiatives
- especially those crossing the redline (e.g. percentage of delyed items as metric)
- KPI => show actual + target + gap in separate columns
- smaller results
- metric columns ** separate goal and potentials (risk+opportunities) from forecast2 group ** make metric columns removable and reactive design (we need to only show forecast1 + potentials e.g.) => so just hiding the stuff is not suffcient => rerender with new coords is needed
- spike needed
- all hardcoded x,y offsets need to be refactored into domain values ...