hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.26k stars 282 forks source link

🪲 Issue with saving adventures #5571

Closed Felienne closed 2 weeks ago

Felienne commented 1 month ago

As reported on Discord by @LegoPink:

when making a new adventure, and you forget to check the checkbox for to allow sharing, the adventure will not save correctly. Hmm. Maybe it is a bug...

jpelay commented 1 month ago

After talking with Pink we found out that this wasn't a bug, but a misconception from her part. On the hand while testing this I did found a bug related to checking off the checkbox to make the adventure public, so I'm repurposing this issue to handle that!

jpelay commented 2 weeks ago

Fixed by #5580