Samsung / Dexter

Dexter is a static analysis platform to find and remove defects efficiently and immediately during the coding-time.
BSD 2-Clause "Simplified" License
56 stars 33 forks source link

[monitor] Add monitoring weekly defects history #76

Closed marchpig closed 8 years ago

marchpig commented 8 years ago

The three kinds of defect history logics below are added.

1) All : Weekly defects of all groups and projects 2) Project : Weekly defects of a selected project 3) Group : Weekly defects of all groups for a selected week

KarolAntczak commented 8 years ago

Hi marchpig,

I've got errors that mysql and q modules are missing. Shouldn't you add them to package.json ?

marchpig commented 8 years ago

Hi Karol,

Thanks for pointing out my mistake. 'mysql' package had already been added in my first commit and I've added 'q' package to 'package.json' in my second commit.

Min-Ho-Kim commented 8 years ago

Hi Karol.

We have a plan to upgrade Dexter Monitor to provide reports such as defects status, user status, and server status for all Dexter Servers that we are managing. This is because we had to report these weekly.

marchpig commented 8 years ago

Hi Karol,

I saw the d3 graphs visualizing defects status you implemented previously and I want to integrate them to this 'dexter-monitor' project. Please let me know if you would like to do that yourself. Otherwise, I'll do. For your information, the database structure has been slightly changed from that of you implemented.