OpenFn / OpenFn/lightning

URL State Management for Manual Run Panel

Open
#3,668 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Collab Editor manual runs
Dominant language
Elixir
Stars
296
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
50

Description

User story

As a user navigating the Manual Run Panel, my selections and filters should be persisted in the URL so I can bookmark, share, or reload the page and return to the same state.

Details

The ManualRunPanel uses URL query parameters to persist state, allowing for deep linking and state restoration across page reloads. This includes active tab, filters, search query, and run ID.

Persisted State:

  1. Search Query: Parameter query (contains search text)
  2. Type Filter: Parameter type (values: http_request, global, step_result, saved_input, kafka)
  3. Date Range Filters: Parameters before and after (datetime-local string format)
  4. Named Only Filter: Parameter named_only (values: 'true' or absent)
  5. Run ID: Parameter a (contains run UUID when viewing specific run)

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 by locating the ManualRunPanel and inspect how its active tab, filters, search query, and run ID are currently managed. Implement the listed query parameters and verify that bookmarking, reloading, and opening a specific run restore the same state.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir
Domain
frontend, web-dev
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.