opentrials / opentrials-early-poc

A very early POC app for OpenTrials, just using a single source of data on schizophrenia.
MIT License
1 stars 0 forks source link

Fixes/suggestions from code review #12

Closed pwalsh closed 9 years ago

pwalsh commented 9 years ago

Notes from an initial code review.

Note: Not all of these require that you change the code. We can chat about them and decide what should be changed, and what is ok as is. At very least, you must do the first three points, and then we can talk on the rest.

Note: I also changed some stuff in gulpfile.js and package.json, as we need to keep the build stuff out of the code we commit. I did this because I am trying to work out for myself the best way to do this and to deploy to heroku. Not sure we are fully there yet as I had issues with incompatabilities between my filesystem and that of Heroku with case sensitivity, but, what I did do is remove all the built files and run them on install to Heroku via the npm run postinstall task.

pwalsh commented 9 years ago

FIXED.