Alexander Beletsky

Results 35 issues of Alexander Beletsky

I switched to `colour-scheemes/peel`, it's great except one fact - in JavaScript language, `this` keyword is not highlighted with color, it makes some troubles. Is that possible to fix?

Authorization API has been implemented in #12, but it's still not utilised by client. This could be rather big task, let's discuss it and split for something smaller. What need...

Think about SEO optimizations. Namely, application have to be SEO friendly, even if I hit SPA route it would be great if server could produce expected output. I'm not much...

Prepare some Backbone.js tests for Views and Models. Idea is to use Jasmine (Mocha?) and be able to run those by `grunt`.

Deployment is important step, it would be great if some stuff could be decided before ahead.

Cover application with functional tests. (could be on hold, before idea of `TheMailer` would stabilize). Idea is to use Web Driver tests, should be able to run by `grunt`.

Implement API end-point tests. Idea is to have 'real' (integration) tests that start-up application and use `request` to hit API end points and validate the responses.