-
Notifications
You must be signed in to change notification settings - Fork 150
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
Airlock UI: filter requests #2730
Conversation
…ithub.com/microsoft/AzureTRE into jjgriff93/2511-ui-airlock-filter_requests
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3234292170 (with refid (in response to this comment from @jjgriff93) |
Skipping tests as previous tests ran successfully before small md change went into main requiring merge (https://github.com/microsoft/AzureTRE/actions/runs/3234292170) |
/test-force-approve |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 583d56b) (in response to this comment from @jjgriff93) |
Resolves #2511
and resolves #2696 & resolves #2695
What is being addressed
This PR adds the ability to filter by the requestType and status fields. It also implements sorting on the api side to allow for joint filter and sorted requests, and paves the way for pagination in a future update.
How is this addressed