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.27k stars 282 forks source link

🧹 Refactor id's and data-cy's to underscore #5531

Closed Annelein closed 4 weeks ago

Annelein commented 1 month ago

for example: <tbody id="class-user-table"> and <td id="role_cell">

these id's and data-cy's should all contain underscore's

as discussed in the meeting: maybe also update the docs