Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(service): count of issue match by severity for single service #490

Closed
1 task
MR2011 opened this issue Feb 21, 2025 · 1 comment
Closed
1 task

feat(service): count of issue match by severity for single service #490

MR2011 opened this issue Feb 21, 2025 · 1 comment
Assignees
Labels

Comments

@MR2011
Copy link
Collaborator

MR2011 commented Feb 21, 2025

Task Description
Show the number of critical/high/... issueMatches of a service.

Desired query:

{
  Services{
    edges{
      node{
        id
        issueMatchCounts{
          critical
          high
          medium
          low
        }
      }
    }
  }
}

Acceptance Criteria:

  • API returns Service with IssueMatchCounts by severity

Expected Test:

  • Test DB query in db test
  • E2E test that makes sure API returns expected counts
@MR2011 MR2011 self-assigned this Mar 3, 2025
@MR2011 MR2011 added the heureka label Mar 3, 2025
@MR2011
Copy link
Collaborator Author

MR2011 commented Mar 14, 2025

We decided to add a issueMatch connection to the service.

See: #514

@MR2011 MR2011 closed this as completed Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant