#HH
- HH express visual fixes
- GA tracking web + mobile
- Bring back reward stamps
- Member id cleanup -> email
- New price plans for worldcup
- Helikom improvements
- Load tests
#QA
### Keybase proof | |
I hereby claim: | |
* I am emdin on github. | |
* I am emdin (https://keybase.io/emdin) on keybase. | |
* I have a public key ASCxjUWUPxhXKLrzAvmoRYixWJ2FXHrPSKmporu_3hsjpAo | |
To claim this, I am signing this object: |
|-- app | |
|-- products | |
|-- lieferheld | |
|-- partnerprogramm | |
|-- img | |
|-- custom-stuff2.png | |
|-- custom-stuff3.gif | |
|-- sass | |
|-- content.html | |
|-- munchen-pizzas |
Start time: (2015-08-05 15:48:55 UTC) [treshold=1%] | |
# module time % | |
1 gulp-util (nod...til/index.js) 157ms ▇ 1% | |
2 ./lib/src (nod...src/index.js) 141ms ▇ 1% | |
3 vinyl-fs (node...-fs/index.js) 203ms ▇ 2% | |
4 gulp (node_mod...ulp/index.js) 375ms ▇▇ 4% | |
5 module-deps (n...eps/index.js) 144ms ▇ 1% | |
6 browser-pack (...ack/index.js) 111ms ▇ 1% | |
7 browserify (no...ify/index.js) 453ms ▇▇ 4% | |
8 ../../types (n...pes/index.js) 171ms ▇ 2% |
'use strict'; | |
var React = require('react'); | |
var _ = require('lodash'); | |
var EditTable = require('./edit-table.jsx'); | |
var Dropdown = require('./dropdown.jsx'); | |
module.exports = React.createClass({ | |
displayName: 'itemListComponent', |
#HH
#QA
In the spirit of Railsgirls Berlin, we want to start a programming education group for JavaScript. We need your help to get all the coaching done.
If you are interested in coaching JavaScript, fork this gist and add yourself or leave your contact data in a comment:
var srv = sinon.fakeServer.create(); | |
srv.respond(...); // here will be all your server's business logic | |
srv.autoRespond = true; | |
srv.autoRespondAfter = 500; |