sandboxes: ensure triggers are disabled in the workflow diagram
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
When viewing a Sandboxed Workflow in the app, the diagram needs to ensure that Triggers are never enabled.
This means rendering the triggers disabled by default, but also:
- Preventing users from enabling the triggers
- Not showing a webhook URL
- Showing a useful error message if users try to override
For cron jobs, is it actually useful to test that the cron is working as expected before going into production? Probably yes - how do we support this?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named; start by locating the Sandboxed Workflow diagram entry point and the trigger enablement and webhook-rendering paths. Done means triggers remain disabled, cannot be enabled, no webhook URL is shown, and an override receives a useful error; the unresolved cron-testing question needs clarification.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100