KimleyHorn / SigOpsMetrics

GNU General Public License v3.0
0 stars 1 forks source link

(Web) TEAMS Task page #80

Closed markKHA closed 3 years ago

markKHA commented 3 years ago

Based on the below prototype, implement the TEAMS Task page.

The big chart at the bottom should show the last year's worth of Reported, Resolved, and Outstanding tickets. API Methods: cor/mo/resolved cor/mo/reported cor/mo/outstanding

The 5 boxes at the top should show the current month's perform vs the prior month. Should be the same 3 API methods, plus cor/mo/over45.

The chart on the right should show the current month's tickets, with opens to show them by source, type, and subtype. API Methods: cor/mo/ttyp (tasks by type) cor/mo/tsub (tasks by subtype) cor/mo/tsou (tasks by source)

image

christianuntiedt commented 3 years ago

@markKHA what is the difference between "Tasks Resolved" and "Resolve"? Is there a separate call for "Resolve"?