The Portfolio Insights project was initiated to facilitate decision making using data driven methodologies based on analytics as against a metrics based approach based used to track project compliance to the triple constraints of cost, time and scope. The focus is on delivery unit performance and diagnostics which is the bed rock for agile organizations as against compliance to a plan and control against the triple constraint.
The vision is to have one unified view of data across all enterprise systems. These systems at this point are Aha! used for roadmapping, requirements elaboration and investments, Atlassian Jira and OpenAir.
roadmap_df <- read.csv2("var/portfolio-insights-roadmap.csv", sep=',', header=TRUE) knitr::kable(roadmap_df)
stakeholders_df <- read.csv2("var/stakeholder-register.csv", sep=',', header=TRUE) knitr::kable(stakeholders_df)
targetusers_df <- read.csv2("var/target-users.csv", sep=',', header=TRUE) knitr::kable(targetusers_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.