Commit Graph

12 Commits

Author SHA1 Message Date
gitea c17412477d Added nested rendering, collapsing nodes, uses marionette 2016-01-30 21:00:33 +08:00
gitea ed4641650b Fix for offline sync 2016-01-30 07:26:13 +08:00
gitea f0cf9e6d7b Uses localstorage db in offline mode 2016-01-29 22:51:59 +08:00
gitea 8b1eafaade Added static demo mode, for gh-pages demo 2016-01-29 10:54:13 +08:00
gitea 34695ac9ce bugfix parent to parentId 2016-01-29 10:00:13 +08:00
gitea e099553701 Fixed addnote 2016-01-29 09:37:44 +08:00
DC* 7b6a87a58b Fixed tasks' parent update 2014-08-17 01:19:46 -03:00
DC* b4d3eab02c Heroku integration with foreman
Add foreman configuration for Heroku:
- To test production configuration execute NODE_ENV=production foreman
  start
- Database connection configuration now handles "use_env_variable" which
  should be defined as a environment variable such as "DATABASE_URL"
  with a proper database URI connection string, ie:
  postgres://user:password@db.example.com:5432/database
- Added package.json configuration to run migrations and db seed after
  `npm install`

Update frontend models to match sequelize definition.
Update views to work according to the changes above.
Handling isCompleted and parentId apropiately for PostgreSQL databases
2014-08-14 22:05:54 -03:00
floydpraveen c5ac608510 method to mark the model complete/ uncomplete 2013-08-22 17:46:31 +05:30
floydpraveen e7e4253bfc loading js files using requirejs 2013-08-17 03:29:44 +05:30
Abhishek Das 4bb398353e Use socketio for syncing task changes across clients 2013-03-30 18:10:12 +05:30
Abhishek Das 93400554fd Change in directory structure 2013-03-25 01:24:16 +05:30