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.3k stars 285 forks source link

💻 Teacher1 as super teacher in dev db #5619

Closed Annelein closed 3 months ago

Annelein commented 3 months ago

How to test

jpelay commented 3 months ago

Can you please add also add the field to the USERS table?

 'second_teacher_in': Optional(ListOf(str)),
 'classes': Optional(SetOf(str)),
 'teacher': Optional(str),
 'pair_with_teacher': Optional(int),
 'teacher_request': Optional(bool),
 'is_super_teacher': Optional(int) # ==> add this
mergify[bot] commented 3 months ago

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).