-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Is your feature request related to a problem? Please describe
Understand the data metrics of a Q&A platform.
Describe the solution you'd like
- Resolved:
- The questions that have been answered and the percentage of resolved (accept) questions
(number of accept questions) ÷ (total questions)
- Unanswered:
- The questions that have not been answered, and the percentage of unanswered questions
(number of unanswered questions) ÷ (total questions)
Metadata
Metadata
Assignees
Labels
new-featureNew feature requestNew feature request
Type
Projects
Status
Done