gitea
dd640e8097
fixed db:seed bug
2016-02-02 19:50:16 +08:00
gitea
e599eab8b2
fix newtask loop
2016-02-02 19:26:16 +08:00
gitea
df4c94bd01
fix production db:seed bug
2016-02-02 18:40:43 +08:00
gitea
0c2e8179e2
isfolded column, uuid instead of int for id
2016-02-02 13:25:24 +08:00
gitea
8678dd220b
Server uses demo data
2016-02-02 13:24:44 +08:00
gitea
5cb9ead162
Fix sorting, add delete, fold options
2016-02-01 17:03:55 +08:00
gitea
4cde8f6fe2
Added url to sub-lists
2016-02-01 16:37:05 +08:00
gitea
855fbb1a3f
Truncate long qoutes in footer
2016-02-01 09:41:24 +08:00
gitea
36e477d34b
Moved all vendor components to bower
2016-02-01 09:26:57 +08:00
gitea
8cd3d61f81
Cleaned old files
2016-01-31 15:58:06 +08:00
gitea
7c802873e0
List template
2016-01-31 15:35:09 +08:00
gitea
e0a32e38f1
Shuffling works, and lots of refactoring
2016-01-31 15:34:34 +08:00
gitea
e1bb801e9f
Fixed indenting, up and down arrows, basic sorting
2016-01-31 00:03:55 +08:00
gitea
c17412477d
Added nested rendering, collapsing nodes, uses marionette
2016-01-30 21:00:33 +08:00
gitea
cf89df815d
Improved insertion order of new nodes
2016-01-30 07:59:39 +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
39d4284de3
More list qoutes, I'm sorry
2016-01-29 21:28:38 +08:00
gitea
b13a9c3483
More list qoutes, I'm sorry
2016-01-29 20:49:41 +08:00
gitea
14af17e1b4
Got localstorage working
2016-01-29 19:52:05 +08:00
gitea
2996b174b8
Moved demo data to seperate file
2016-01-29 16:53:52 +08:00
gitea
805cd05166
Moved demo data to seperate file
2016-01-29 16:44:58 +08:00
gitea
773ef2f3bf
Improved order of new items, change demo data
2016-01-29 13:53:22 +08:00
gitea
68cd74e692
Added to footer
2016-01-29 13:53:06 +08:00
gitea
5ca28942e6
Let page grow in length
2016-01-29 12:57:14 +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
gitea
a4fc4ba467
Random qoutes
2016-01-29 09:02:42 +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
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
5ec46e8899
external templates
2013-08-22 17:52:54 +05:30
floydpraveen
28941e87dd
added methods for showing options and marking the task complete
2013-08-22 17:51:54 +05:30
floydpraveen
c5ac608510
method to mark the model complete/ uncomplete
2013-08-22 17:46:31 +05:30
floydpraveen
efa5af0e3d
styke for options div on hover of task
2013-08-22 17:45:50 +05:30
floydpraveen
73d06af4d7
added lib text.js to load external templates
2013-08-22 17:44:56 +05:30
floydpraveen
fc49713246
moved task templete out
2013-08-22 17:43:55 +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
floydpraveen
6ac328dd44
added input to create task for first time, a page view which will handle the input and add to the list
2013-08-17 02:29:43 +05:30
iboboc
9ab0a0aeaf
Update index.html
2013-07-21 16:31:21 +03:00
Abhishek Das
cfa8738b1d
Add keyboard controls to indent & navigate through tasks
2013-07-17 00:28:31 +05:30