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

Open
1 task
MR2011 opened this issue Feb 21, 2025 · 0 comments
Open
1 task

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

MR2011 opened this issue Feb 21, 2025 · 0 comments

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant