DLu / ros_metrics

14 stars 6 forks source link

answers: add 'closed questions' dataseries to Overall statistics #13

Closed gavanderhoorn closed 4 years ago

gavanderhoorn commented 4 years ago

Currently the plot only shows total (Q&A), answered and answered ratio.

It would be nice if we could also see the nr of closed questions.

gavanderhoorn commented 4 years ago

Something to consider -- if it's not already done that way: subtract 'closed' from 'unanswered'.

DLu commented 4 years ago

Closed questions have an accepted_answer_id of -1, so they are considered answered. However, there is sometimes a little lag in marking things as closed/accepted. https://github.com/ASKBOT/askbot-devel/pull/843

gavanderhoorn commented 4 years ago

But as it has a different id, we could display it in a separate category, correct?

DLu commented 4 years ago

Yup.