Challenge Overview
Welcome to Dashboard Gadget POC - Static Burndown Chart Preparation challenge. You need to render static burndown chart using the provided sample JIRA gadget code.
Technology Stack
- JavaScript
- Java
Requirement Details
You need to prepare and render static burndown chart using the provided sample JIRA gadget code.- Use sample JIRA gadget code with following steps in details to prepare the static gadget.
- Step 1. Create the app project
- Step 2. Review and tweak the stub code
- Step 3. Edit the app descriptor file
- Step 4. Create the gadget specification
- Step 5. Set up a REST resource
- Step 6. Use JavaScript to get the projects into the gadget
- Step 7. Build, install and run the app
- Prepare test json data to render the static burndown chart.
- The burndown chart should display planned vs actual, so it will be good to prepare and demonstrate the chart as per this sample chart which is provided for your reference.
- The burndown chart could be story points vs times (sprint dates) or estimations (in hours) vs times.
- Provide steps to deploy and test the gadget.
Final Submission Guidelines
Submission Deliverables:- Source code
- Deployment guide