Ability to paginate, sort and search Policy Group List
Open
Nobody has claimed this yet.
Component: automate integration
- Dominant language
- Erlang
- Stars
- 303
- Forks
- 211
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 5
Description
The list of policy groups can be fetched using GET /organizations/NAME/policy_groups API.
This API currently does not support:
- Sort
- Pagination
- Search using Regex
Having this ability will enable Automate to sort, paginate and search using the API.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation and tests for GET /organizations/NAME/policy_groups. Determine the expected behavior for sorting, pagination, and regex search, then verify that the endpoint supports all three capabilities through focused API tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- erlang
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100