popcode
popcode copied to clipboard
An HTML/CSS/JavaScript editor for use in the classroom
``` html Page Title
``` javascript function sayHello() alert('hello') } ``` 
https://trello.com/c/opG1jita/140-interface-checklist https://stayintech.com/info/UX
It’s a good practice to tag each deployment, and keep those tags synced to GitHub. This should happen automatically as part of the deployment process.
https://trello.com/c/JuoHRCmt/93-more-jshint-errors Go through the jshint code and audit all error message it is able to generate. Integrate all that are useful to us. The mappings for jshint errors live [here](https://github.com/popcodeorg/popcode/blob/master/src/validations/javascript/jshint.js);...
Go through the esprima code and audit all error message it is able to generate. Integrate all that are useful to us. The mappings for esprima errors live [here](https://github.com/popcodeorg/popcode/blob/master/src/validations/javascript/esprima.js); the...
This is an error type we handle for HTML, but I can’t figure out what it is.
https://trello.com/c/gsKZdaYn/216-switching-between-projects-feels-slow There’s a noticeable lag when switching between projects, even on a fancy MacBook. I can’t see any reason that would be the case. Let us investigate.
I set up our test environment to run Karma builds on BrowserStack, but that is not actually happening. We can only do it when doing a build on master, because...
In our class today a student's chromebook was, for some reason, set to use the international keyboard setting. As a result she got an error nag about needing to use...