Challenge Overview
Welcome to D3 JS - Burndown Chart Preparation challenge. You need to prepare a standalone application and use D3 chart to render burndown chart using the provided JIRA APIs.
Technology Stack
- D3 JS Chart
- JSON
- JIRA API
Requirement Details
You need to prepare and render burndown chart using the provided JIRA APIs. We have provided the API details in forum.- Prepare a standalone application and use D3 chart to render burndown chart which should exactly match the sample chart (which is provided for your reference).
- You need to configure and use Rest API data from JIRA application.
- The chart colors/style should be configurable and provide the configuration details on the documentation.
- The JIRA API data could be used directly or it could be calculated to match the required burndown chart as per the sample chart.
- JIRA projects will have epics, user stories, tasks, sub tasks, issues.
- It is required to select project and sprint to render burndown charts.
- The burndown chart should display planned vs actual, so it will be good to prepare and demonstrate the chart as per the provided sample chart.
- The burndown chart could be story points vs times (sprint dates) or estimations (in hours) vs times.
Final Submission Guidelines
Submission Deliverables:- Source code and documentation
- Deployment guide