Commit graph

442 commits

Author SHA1 Message Date
Johannes Millan
11f7dfed32 fix update task 2017-01-28 18:15:51 +01:00
Johannes Millan
df1f26a00c add several minor fixes 2017-01-28 16:05:44 +01:00
Johannes Millan
52f3da74c6 fix styling for notes and cleanup 2017-01-28 14:23:18 +01:00
Johannes Millan
2525e8432f fix lint 2017-01-28 04:42:17 +01:00
Johannes Millan
e2754e10f7 beautify work view 2017-01-28 04:38:59 +01:00
Johannes Millan
a0008b2a45 beautify daily summary 2017-01-28 04:37:30 +01:00
Johannes Millan
8261eb6612 fix distractions not being displayed 2017-01-28 04:32:31 +01:00
Johannes Millan
cf7c381944 improve auto-focus for notes 2017-01-28 04:29:42 +01:00
Johannes Millan
b260cb4504 refactor distraction panel to modal 2017-01-28 04:24:55 +01:00
Johannes Millan
a8122270a7 add simple notepad 2017-01-28 04:14:08 +01:00
Johannes Millan
8d0d495d33 add basic quick access menu 2017-01-28 03:26:29 +01:00
Johannes Millan
2cc64f3b28 refactor take a break into its own service 2017-01-28 03:01:38 +01:00
Johannes Millan
df93fe158f simplify global model by quite a bit by assign local storage to rootScope directly 2017-01-28 02:45:19 +01:00
Johannes Millan
1b326857b2 do complete reload after setting import 2017-01-28 02:19:31 +01:00
Johannes Millan
59e474fa99 fix project changing errors 2017-01-28 02:14:05 +01:00
Johannes Millan
9f1b108dbf move global model initialization into its own service 2017-01-28 01:05:53 +01:00
Johannes Millan
2ca6f2aedd fix lint 2017-01-28 01:01:30 +01:00
Johannes Millan
07d66833a7 add fix for project change 2017-01-27 20:33:56 +01:00
Johannes Millan
5db1a9fc49 make work view and daily planner a little more distinguishable 2017-01-27 19:09:40 +01:00
Johannes Millan
7599960374 remove $watcher for current project in favor of a service function 2017-01-27 18:54:20 +01:00
Johannes Millan
b80053139c minor $wachers refactor for daily planner 2017-01-27 18:28:20 +01:00
Johannes Millan
b1aff77cc9 minor $wachers refactor for work view 2017-01-27 18:23:40 +01:00
Johannes Millan
f032783c65 add request time out for jira service 2017-01-27 03:58:56 +01:00
Johannes Millan
1810c9253e better error feedback for jira tasks 2017-01-27 03:48:40 +01:00
Johannes Millan
e38f1fa82b allow no queue option for dialogs 2017-01-27 03:26:42 +01:00
Johannes Millan
9d9f7ceda5 queue dialogs instead of closing the previous one on default 2017-01-27 03:19:13 +01:00
Johannes Millan
aec3fc32c3 reload $state when project changes 2017-01-26 12:23:14 +01:00
Johannes Millan
579222e148 fix jira transition update not being settable back to always ask and improve transition flow by auto updating task after transition 2017-01-26 11:58:39 +01:00
Johannes Millan
db848afcdd add minor layout adjustment for task list 2017-01-26 03:40:36 +01:00
Johannes Millan
69e9df4d90 fix parent task being droppable into parent task 2017-01-26 03:31:28 +01:00
Johannes Millan
b513707071 fix parent id not being correctly updated on task drag & drop 2017-01-26 03:18:00 +01:00
Johannes Millan
744631f8be refactor next task selection from $watcher to service 2017-01-26 03:12:50 +01:00
Johannes Millan
eb45f337e1 refactor task transition in progress from $watcher to service 2017-01-26 02:03:55 +01:00
Johannes Millan
77ef8f1f68 refactor task updating from $watcher to service 2017-01-26 01:49:13 +01:00
Johannes Millan
507538c241 refactor transition flows for jira from watcher into service hooks 2017-01-26 01:05:27 +01:00
Johannes Millan
33f4cb9738 fix task util calcRemainingTime 2017-01-25 23:49:16 +01:00
Johannes Millan
f45f467c73 fix time totals not being calculated initially 2017-01-25 23:37:30 +01:00
Johannes Millan
0a95df7d67 refactor task helper functions to tasks util factory 2017-01-25 23:32:41 +01:00
Johannes Millan
a218c0a385 refactor tasks service to class 2017-01-25 23:05:43 +01:00
Johannes Millan
285747544a get Tasks service via injector to prevent circular dependency 2017-01-25 22:24:50 +01:00
Johannes Millan
86b76f9e2f add doc 2017-01-25 22:21:25 +01:00
Johannes Millan
356a7ef644 refactor task list to class just for the kicks 2017-01-25 22:05:56 +01:00
Johannes Millan
77a61dd044 minor fix 2017-01-25 21:56:48 +01:00
Johannes Millan
10d74ed53f refactor task list to component 2017-01-25 21:27:12 +01:00
Johannes Millan
74f62da408 refactor current task watcher 2017-01-25 10:50:50 +01:00
Johannes Millan
fb2270e700 remove auto reopening of tasks 2017-01-25 10:50:43 +01:00
Johannes Millan
9e10376a15 add much more sophisticated idle tracking 2017-01-25 01:31:05 +01:00
Johannes Millan
7a3290c217 fix lint 2017-01-25 00:26:18 +01:00
Johannes Millan
0450e29a97 remove idle time from task when the user chooses false and also update the info to the correct value; improve idle time tracking 2017-01-25 00:25:16 +01:00
Johannes Millan
0645c66da9 refactor project addTimeSpent handling and add removeTimeSpent utility function to Tasks service 2017-01-25 00:09:01 +01:00