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(issueMatch): Ordering and Pagination #310

Open
12 tasks
Tracked by #387
drochow opened this issue Oct 21, 2024 · 1 comment
Open
12 tasks
Tracked by #387

feat(issueMatch): Ordering and Pagination #310

drochow opened this issue Oct 21, 2024 · 1 comment
Assignees

Comments

@drochow
Copy link
Collaborator

drochow commented Oct 21, 2024

Task Description

Ordering is an essential feature for interacting with the Heureka UI. Especially ordering by "target remediation date", "Severity" and "Primay Name" as well as "CCRN" for issue matches is requested.

It needs to be investigated if we want to allow ordering by arbitary number of fields. Depending on the effort that's may be enabled in a separate Issue.

Acceptance Criteria:

  • You can order by Target Remediation Date
  • You can order by Severity
  • You can order by Primary Name
  • You can order by CCRN
  • (MAY) You can order by an arbitrary combination of those
  • A clean interface for ordering on the API layer is defined
  • The API does provide information WHAT field can be ordered
  • Its possible to order on both directions

Expected Test:

  • e2e test for ordering by 1 field (per enabled field)
  • (may) e2e test for ordering by 2 fields
  • e2e test for ordering by 3 fields
  • integration tests for ordering on DB Access Layer
@lolaapenna
Copy link
Collaborator

The implementation approach may change after review.

@lolaapenna lolaapenna assigned MR2011 and unassigned drochow Nov 18, 2024
@lolaapenna lolaapenna changed the title feat(issueMatch): Ordering feat(issueMatch): Ordering and Pagination Dec 17, 2024
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

3 participants