chef / chef/chef-server

Ability to paginate, sort and search Policy Group List

Open
#2,565 0 comments 0 reactions 0 assignees View on GitHub

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:

  1. Sort
  2. Pagination
  3. Search using Regex

Having this ability will enable Automate to sort, paginate and search using the API.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.