gitea
c17412477d
Added nested rendering, collapsing nodes, uses marionette
2016-01-30 21:00:33 +08:00
gitea
f0cf9e6d7b
Uses localstorage db in offline mode
2016-01-29 22:51:59 +08:00
gitea
773ef2f3bf
Improved order of new items, change demo data
2016-01-29 13:53:22 +08:00
gitea
8b1eafaade
Added static demo mode, for gh-pages demo
2016-01-29 10:54:13 +08:00
gitea
060987f6c5
New items appear on current level
2016-01-29 10:08:11 +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
gitea
b39d241e2c
Updated frontend libraries
2016-01-29 09:03:12 +08: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
DC*
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
2014-08-07 23:31:15 -03:00
Abhishek Das
56ba4c6c61
Merge branch 'requirejs' of https://github.com/floydpraveen/HackFlowy into floydpraveen-requirejs
...
Conflicts:
public/javascripts/views/task.js
2013-08-25 14:31:24 +05:30
floydpraveen
e60ad83bd7
when task is marked complete/incomplete make a socket event
2013-08-25 14:11:02 +05:30
Abhishek Das
46ef9ed2aa
Merge branch 'requirejs' of https://github.com/floydpraveen/HackFlowy into floydpraveen-requirejs
...
Conflicts:
public/index.html
public/javascripts/views/task.js
server.js
2013-08-25 12:03:45 +05:30
floydpraveen
8c66346a9f
on hover of link show options
2013-08-23 19:34:27 +05:30
floydpraveen
28941e87dd
added methods for showing options and marking the task complete
2013-08-22 17:51:54 +05:30
floydpraveen
c22c91ca59
clean up
2013-08-17 13:17:27 +05:30
floydpraveen
23bac65558
using lodash instead of underscore
2013-08-17 12:22:58 +05:30
floydpraveen
e7e4253bfc
loading js files using requirejs
2013-08-17 03:29:44 +05:30
Abhishek Das
cfa8738b1d
Add keyboard controls to indent & navigate through tasks
2013-07-17 00:28:31 +05:30
Abhishek Das
615fab272a
tab indents the task; Makes it a child of previous task
2013-04-10 23:40:42 +05:30
Abhishek Das
98400285f9
Focus on input of new task
2013-04-10 22:19:18 +05:30
Abhishek Das
b9d87cd936
Sync parent_id with db;
...
* Update the corresponding query in `server.js`
* Add js to focus input of new element created
2013-04-07 20:23:28 +05:30
Abhishek Das
85a1b0674d
Sublists are being rendered as expected;
...
* Setting each task's `margin-left` according to it's parent
* Putting a view element inside another view element was causing issues
2013-04-07 19:58:52 +05:30
Abhishek Das
872341231c
Shift to input boxes because of the multiline issue;
...
This prevents duplication; and enter key behaves as expected;
2013-04-06 02:07:41 +05:30
Abhishek Das
9546f67af3
Few style changes; Task gets appended now but mispositioned cursor +
...
duplication issues
2013-03-31 01:56:19 +05:30
Abhishek Das
cfca359bcf
Task gets added but not saved; Fix it
2013-03-30 20:26:41 +05:30
Abhishek Das
a580cec44c
Handle keyup event better
2013-03-30 18:30:27 +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