Previewing a draft activity always loads config for the live JIG
Open
Nobody has claimed this yet.
bug
- Dominant language
- Rust
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
When previewing a draft activity for a JIG, the activity calls the JIGs live endpoint to fetch JIG configuration.
To Reproduce
Steps to reproduce the behavior:
- Create a new JIG
- Set a "correct" sound effect for the JIG
- Add an card activity which plays correct sound effects, for example, Matching
- Preview the activity and note that the sound effects are randomized because no live JIG exists to fetch config from
- Publish the JIG
- Change the correct sound effect to something different
- Preview the activity and note the correct feedback effect is the original sound effect, not the draft version.
Expected behavior
Previewing draft activities should load config from the draft JIG.
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.
Assessment
This issue has not been assessed yet.