Joe Clark

Results 97 issues of Joe Clark

Some documentation is missing on the docs panel in the Inspector For example: * `kobo` 2.2.0 (latest) only shows `getForms` and does not show `getDeploymentInfo` or `getSubmissions` * `surveyCTO` only...

bug
ux/ui improvement
User Reported

In the workflow editor, cancelling a new credential will remove a newly created node. Repro steps: * Open the Workflow Editor * Add a new node * Click `new Credential`...

bug
ux/ui improvement

The UI for edge conditions needs to include some basic information about their usage. ![image](https://github.com/OpenFn/lightning/assets/7052509/574b9d7f-c214-4cd2-be96-ff235cfa0b7c) Some things that should be explained: * must take an expression (no statement, no function...

(This is a stub issue raised during a meeting) Lightning's healthcheck should monitor whether it has at least one (?) worker instance connected to the `queue` socket. if there is...

Metrics

Implementation notes: * [x] Set `overflow-hidden` on the collapsible columns in the inspector. This sets up the flexbox properly so that the editor resizes to fit its parent, rather than...

Still investigating this In the inspector, after running a workflow, `tabSelector.ts` seems to infinitely trigger `applyStyles`. I'm not sure why. I only noticed it because it happens to log stuff...

Dagre allows us to provide a custom ordering function to the algorithm, so we can control the order of child nodes in the workflow. Using this logic, we could I...

### Description This PR creates a test harness The idea is that I can make changes to the layout and run it against many workflows at once, so we can...

In the workflow diagram, users cannot create new paths on a trigger, nor can they remove paths. This is by design, but it becomes very problematic if users want to...

bug

On the more complicated workflows, it can be hard to tell where paths are actually heading to - especially when, as they tend to do, the paths cross over each...