Core time distribution is a dashboard powered by Qlik Core showing time distribution between different development tasks (feature, enhancement, maintenance, admin).
Note that before you deploy, you must accept the Qlik Core EULA by setting the ACCEPT_EULA environment variable.
ACCEPT_EULA=yes docker-compose up -dBy default the application will read from Google Spreadsheet template. To connect to your own data, copy the document fill in your own data and share the document with view rights see help.
If you prefer to test using a local Excel file.
- Uncomment the code snippet in corectl.yml and comment out the the internet connection
- Uncomment the code snippet in loadscript.qvs and comment out the existing code in
raw_data
When the docker container is up and running you need to build the application using corectl.
corectl buildWhen finished, you are ready to run the react.js application:
npm install
npm startContent:
/artifacts - contains Qlik Associative Engine artifacts such as objects, measures etc
/data - source data (the team's estimations)
/src - react-js UI showing the dashboard
config.env - connection config (Google Document link)
corectl.yml - corectl configuration file