Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 495 Bytes

Candoia app: Null Fixing bugs and their fix time

This app computes and visualizes title of null fixing bugs and nuber of weeks taken to fix the issue.. To run add this app to your Candoia installation.

Structure of this directory

  • main.html: describes visual layout of the app pane in the platform
  • main.js: contains glue code for interaction
  • app.css: app's stylesheet
  • null-check-bug.boa: contains MSR logic
  • package.json: metadata about the app
  • lib: libraries used by this app