Commit Graph

  • 832e629fdb Added repository field on package.json DC* 2014-08-17 00:00:27 -03:00
  • c20b692b28 Update heroku deploy steps DC* 2014-08-16 23:54:48 -03:00
  • a38d33c39d Update README.md with heroku deploy steps DC* 2014-08-14 23:20:48 -03:00
  • 0e16b74e9b Add option to override port configuration with environment variable: PORT DC* 2014-08-14 22:38:09 -03:00
  • 41e5a53020 Changed HTTP listening port for production DC* 2014-08-14 22:20:03 -03:00
  • b4d3eab02c Heroku integration with foreman DC* 2014-08-14 22:05:54 -03:00
  • 64cea269a9 Initial heroku integration DC* 2014-08-14 00:08:12 -03:00
  • 16719fe2cc REVISION CONTROL Curtis SerVaas 2014-08-12 18:25:51 -04:00
  • 4085e67a34 Merge pull request #16 from desyncr/integrate-sequelize-migrations Abhishek Das 2014-08-08 15:41:15 +05:30
  • 2682a54ec3 Merge pull request #15 from desyncr/fix-initial-view Abhishek Das 2014-08-08 15:41:09 +05:30
  • ebab3b60a8 Changed configuration parameters' names to match sequelize nomemclature Fixed seed/initial_tasks data which created tasks in a non-sequential order (tested on Postgres) Added production-like example configuration DC* 2014-08-08 00:47:38 -03:00
  • d33305986c Fix deprecated attribute is_completed (now isCompleted) DC* 2014-08-08 00:22:20 -03:00
  • 7312c1b8bb Introduce sequelize migrations to create and migrate database tables and removed database scripts. See http://sequelizejs.com/docs/latest/migrations Created seeds to initialize database with dummy tasks. Introduce config module to handle configurations per environment. See https://github.com/lorenwest/node-config Updated README.md to reflect changes. DC* 2014-08-07 23:38:56 -03:00
  • f5c1f27863 Fixed PageView::createNewTask which referenced Task model without requiring it Fixed task template to remove unneeded textarea Removed commented out code on index template DC* 2014-08-07 23:31:15 -03:00
  • 9d84461422 many small bug-fixes Curtis SerVaas 2014-08-07 19:07:59 -04:00
  • bd8b510a73 Auth- Added Back-end Logic Curtis SerVaas 2014-08-07 16:21:19 -04:00
  • 91661c448c cleaning up css directory structure Curtis SerVaas 2014-08-06 20:46:29 -04:00
  • bfb370252a ListView BugFix Curtis SerVaas 2014-08-06 20:39:13 -04:00
  • a04d4f3148 Markdown Editor button works Curtis SerVaas 2014-08-06 14:36:14 -04:00
  • fdf89ecd49 MarkDownEditorCSS+Button (Doesn't Save or Initially Render Markdown) Curtis SerVaas 2014-08-04 21:56:14 -04:00
  • d043bc37f5 CSS- Centering, LIMarginLeft, UL.roor Margins, font-size Curtis SerVaas 2014-08-04 21:43:19 -04:00
  • ea4a65ddc9 Clean start Curtis SerVaas 2014-07-24 15:22:08 -04:00
  • 2cef41ffb7 Merge pull request #11 from snicker/master Abhishek Das 2014-07-11 22:58:17 +05:30
  • fa875e9123 Allow the server port to be configurable via config.js base of tree 2014-07-11 10:23:18 -07:00
  • 48f859a8a8 Merge pull request #10 from asommer70/postgres Abhishek Das 2014-05-13 12:04:39 +05:30
  • c3db287aeb Fixed default data insert. Adam Sommer 2014-05-12 16:26:45 -04:00
  • c65ebce9e6 Created PostgreSQL schema. Adam Sommer 2014-05-12 16:15:04 -04:00
  • 8a91ff2e21 Merge pull request #8 from desyncr/integrate-sequelize Abhishek Das 2014-01-14 15:20:34 -08:00
  • 6faeab4b0b Initial Sequelize integration. DC* 2014-01-12 01:47:34 -03:00
  • 768df620f0 Merge pull request #7 from nickolay/patch-1 Abhishek Das 2013-12-14 05:12:32 -08:00
  • 096a63532b mention npm install in README Nickolay Ponomarev 2013-12-14 15:57:35 +03:00
  • 9dad6d450f Merge pull request #6 from risacher/master Abhishek Das 2013-11-04 05:25:24 -08:00
  • 199ef79578 updating .gitignore with github recommendations for node projects Daniel Risacher 2013-11-04 06:22:39 -05:00
  • 56ba4c6c61 Merge branch 'requirejs' of https://github.com/floydpraveen/HackFlowy into floydpraveen-requirejs Abhishek Das 2013-08-25 14:31:24 +05:30
  • e60ad83bd7 when task is marked complete/incomplete make a socket event floydpraveen 2013-08-25 14:11:02 +05:30
  • 46ef9ed2aa Merge branch 'requirejs' of https://github.com/floydpraveen/HackFlowy into floydpraveen-requirejs Abhishek Das 2013-08-25 12:03:45 +05:30
  • 8c66346a9f on hover of link show options floydpraveen 2013-08-23 19:34:27 +05:30
  • 3f946b2db1 sql to alter the table and add is_completed column floydpraveen 2013-08-22 17:53:19 +05:30
  • 5ec46e8899 external templates floydpraveen 2013-08-22 17:52:54 +05:30
  • 3f19a78c22 added is_completed in put call floydpraveen 2013-08-22 17:52:16 +05:30
  • 28941e87dd added methods for showing options and marking the task complete floydpraveen 2013-08-22 17:51:54 +05:30
  • c5ac608510 method to mark the model complete/ uncomplete floydpraveen 2013-08-22 17:46:31 +05:30
  • efa5af0e3d styke for options div on hover of task floydpraveen 2013-08-22 17:45:50 +05:30
  • 73d06af4d7 added lib text.js to load external templates floydpraveen 2013-08-22 17:44:56 +05:30
  • fc49713246 moved task templete out floydpraveen 2013-08-22 17:43:55 +05:30
  • c22c91ca59 clean up floydpraveen 2013-08-17 13:17:27 +05:30
  • 23bac65558 using lodash instead of underscore floydpraveen 2013-08-17 12:22:58 +05:30
  • e7e4253bfc loading js files using requirejs floydpraveen 2013-08-17 03:29:44 +05:30
  • 6ac328dd44 added input to create task for first time, a page view which will handle the input and add to the list floydpraveen 2013-08-17 02:29:43 +05:30
  • 9ab0a0aeaf Update index.html iboboc 2013-07-21 16:31:21 +03:00
  • cfa8738b1d Add keyboard controls to indent & navigate through tasks Abhishek Das 2013-04-11 00:36:36 +05:30
  • 615fab272a tab indents the task; Makes it a child of previous task Abhishek Das 2013-04-10 23:40:42 +05:30
  • 98400285f9 Focus on input of new task Abhishek Das 2013-04-10 22:19:18 +05:30
  • 4385ef6575 Remove unnecessary logging Abhishek Das 2013-04-10 22:11:34 +05:30
  • 1f03249389 Add installation instructions Abhishek Das 2013-04-10 21:51:35 +05:30
  • b9d87cd936 Sync parent_id with db; Abhishek Das 2013-04-07 20:20:20 +05:30
  • 85a1b0674d Sublists are being rendered as expected; Abhishek Das 2013-04-07 19:58:52 +05:30
  • a97397188e Add favicon Abhishek Das 2013-04-06 02:55:41 +05:30
  • ea3c6d5743 Add screenshot Abhishek Das 2013-04-06 02:25:32 +05:30
  • 294528708b Update table; Add parent_id column Abhishek Das 2013-04-06 02:10:20 +05:30
  • 872341231c Shift to input boxes because of the multiline issue; Abhishek Das 2013-04-06 02:00:30 +05:30
  • ae1421597f Update readme Abhishek Das 2013-04-02 01:36:15 +05:30
  • a5a9673eb3 Change name Abhishek Das 2013-04-02 01:24:50 +05:30
  • 9546f67af3 Few style changes; Task gets appended now but mispositioned cursor + duplication issues Abhishek Das 2013-03-31 01:56:19 +05:30
  • cfca359bcf Task gets added but not saved; Fix it Abhishek Das 2013-03-30 20:26:41 +05:30
  • 8b0f1a6dbc Add db structure Abhishek Das 2013-03-30 19:12:28 +05:30
  • 276d9930cb Remove functions not being used Abhishek Das 2013-03-30 19:11:38 +05:30
  • a580cec44c Handle keyup event better Abhishek Das 2013-03-30 18:30:27 +05:30
  • 4bb398353e Use socketio for syncing task changes across clients Abhishek Das 2013-03-30 18:10:12 +05:30
  • 0485272d93 Initial work on the server Abhishek Das 2013-03-25 05:57:47 +05:30
  • 93400554fd Change in directory structure Abhishek Das 2013-03-25 01:23:09 +05:30
  • e53369a5a2 Insert new task when ENTER is pressed Abhishek Das 2013-03-25 01:17:16 +05:30
  • fc282d0723 Change div+input box to textarea Abhishek Das 2013-03-25 00:34:30 +05:30
  • edee63c452 Add Backbone models, collection, views Abhishek Das 2013-03-24 23:22:54 +05:30
  • 452da3f610 Add unique data-id for every task Abhishek Das 2013-03-24 08:23:20 +05:30
  • 51d737ced9 Get rid of whitespace in index.html Abhishek Das 2013-03-24 08:19:26 +05:30
  • eda91e6dc2 Add minified jQuery, lodash & backbone Abhishek Das 2013-03-24 08:17:54 +05:30
  • 5159587041 Change jquery source path Abhishek Das 2013-03-24 08:11:31 +05:30
  • a1177f947c Add template for view Abhishek Das 2013-03-24 08:09:18 +05:30
  • ba5bdda0f6 Put sass-cache on gitignore Abhishek Das 2013-03-24 08:01:55 +05:30
  • ae1ca75dda Design mockup for final app Abhishek Das 2013-03-24 08:00:38 +05:30
  • a7caf0772c Initial commit Abhishek Das 2013-03-24 05:00:12 +05:30