GIRA / PhysicalBits

A web-based programming environment for educational robotics that supports live coding and autonomy using a hybrid blocks/text programming language.
https://gira.github.io/PhysicalBits/
MIT License
19 stars 5 forks source link

Fix block types #26

Closed kristiank closed 4 years ago

kristiank commented 4 years ago

Here's some simple fixes first, but I can add more types based on the discussion in #25.

kristiank commented 4 years ago

I can't find any troubles with these commits and I think we can continue the discussion on types before I proceed with further changes.

RichoM commented 4 years ago

If you agree, I will merge this pull request and make a new release. I think the improvements we've been adding in the last couple of months deserve their own release. And then we can proceed with the bigger changes.

kristiank commented 4 years ago

Yes, I agree!

kristiank commented 4 years ago

For the next release I'd like to define the blocks mentioned in #28 using initBlock and translation messages. This way we'd have a complete translation base for the next release. I could also make an effort to rewrite all translation messages so they use %labels instead of %1-numbers. What do you think?