EvitaKnits / hitch-hound

Assessed Project Four for my Code Institute Diploma
0 stars 0 forks source link

Add Reporting #19

Open EvitaKnits opened 1 month ago

EvitaKnits commented 1 month ago

As a user I want to generate reports on issue statistics (e.g., number of issues resolved, time taken to resolve issues), so that I can analyse project performance.

Required Tasks

Acceptance Criteria

EvitaKnits commented 4 weeks ago

Four reports to be added:

  1. [Tabular] Issue Listing by Status: lists all issues by your chosen status. Can be for all issues or for all issues assigned to a certain project.
  2. [Pie Chart] Issue Status Summary: provides an overview of the current status of all issues, categorising them by status, along with counts for each category. Can be for all issues or for all issues assigned to a certain project.
  3. [Pie Chart] Issue Severity Summary: provides an overview of the current number of issues in each severity category. Can be for all issues or for all issues assigned to a certain project.
  4. [Tabular] Issue Assignee Summary: lists all issues assigned to each team member