OpenFn / OpenFn/lightning

Add pagination to credentials and project credentials page

Open
#4,301 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

credentials feature enhancement
Dominant language
Elixir
Stars
296
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
50

Description

The credentials and project credentials list pages do not have paginations. When a user or a project has many credentials the tables become super long. We should:

  1. Limit the table to 10 credentials, oauth clients, and keychain credentials per page
  2. Maybe reorganize the pages to show credentials first, keychain credentials second, and oauth clients last.
  3. We could also put oauth clients behind a collapsible section to avoid always seeing them in that page (not all users wanna see them)
Image

Contributor guide

No contributing guide indexed for this repository

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 at the credentials and project credentials list pages and inspect how their tables currently load and whether another page already implements pagination. Define the page behavior for credentials, OAuth clients, and keychain credentials, then verify that each table shows at most 10 items per page and that navigation works for both list pages; the proposed reordering and collapsible OAuth section remain optional ideas.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.