OpenFn / OpenFn/lightning

How the history page and the editor meet

Open
#5,174 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

phase:2-later Sandboxes DevX
Dominant language
Elixir
Stars
296
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
50

Description

As a person responsible for a live workflow, I want the history page and the editor to be one path, so that I can go from a list of failures to the thing that caused them without starting again.

Part of #4852 (Sandbox DevX epic). Phase 2.

Outcome

A design, then the work that follows from it. Nothing to build until the first part is done.

The lifecycle work designed the editor: which version is live, how to roll back, how to take it offline, how to change it safely. That is the right surface for changing a workflow. It is not where the day starts. Whoever looks after a live workflow opens the history page, filters to what failed overnight, and works from there. The editor's own history panel is a slice of the same data with none of the filtering.

So there are two surfaces for one job and no designed path between them. Going from a failure in the list to the version that produced it, to the fix, and back to retrying everything that failed the same way, currently means the person holding it together in their head.

Scope

  • Work out what the person actually does between the two, and where each surface should hand over.
  • Then open the pieces that come out of it.

Notes

Raised while reviewing whether the live-workflow design is finished. It is, for the editor. This is the part nobody has looked at.

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 reviewing the lifecycle work that designed the editor, then examine how the history page and editor currently meet and what people do between them. Map the handoffs from failure to producing version to fix and retry; done means an agreed design followed by clearly defined follow-up work, with nothing built before the design is complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.