Commit graph

90 commits

Author SHA1 Message Date
Johannes Millan
cd69e78410 fix: theme issue on config page 2017-12-10 18:13:14 +01:00
Johannes Millan
b44f490633 test: add unit tests for project service 2017-12-08 20:41:49 +01:00
morganamilo
f19144f747
fix: partially fix 'creating a new project clones the old one'
This bug stil occurs when when creating a project for the first
time (The first clone is intentional although it will keep cloning and
will presist until restarting the program).

The current workaround is to create your first project then instantly
restart the program. After this the bug should be gone forever.

It's not perfect but it's all I can get working right now.
2017-12-01 07:18:24 +00:00
Johannes Millan
3aeeccafd4 fix: unable to create or delete projects #37 2017-11-30 01:10:43 +01:00
Johannes Millan
99559ed02b feat: add rudimentary syncing #23 2017-11-29 12:42:54 +01:00
Johannes Millan
ebed0c9be6 fix(appStorage): messing up with backlog data and import of settings 2017-11-24 18:56:39 +01:00
Johannes Millan
f5e17a9120 cleanup 2017-11-24 15:37:28 +01:00
Johannes Millan
05eb12b062 feat: improve performance by only loading done backlog on demand 2017-11-24 15:37:28 +01:00
Johannes Millan
039d477000 feat: add automatic backups #23 2017-11-23 23:51:46 +01:00
Johannes Millan
1c92dfe8fd feat(settings): make auto starting next task on done configurable #28 2017-11-23 22:13:17 +01:00
Johannes Millan
095f574e0b fix(taskList): parent task not startable after all sub tasks are deleted #17 2017-11-21 20:22:12 +01:00
Johannes Millan
bfa8a16f54 refactor: remove not needed update vm calls 2017-11-21 19:25:13 +01:00
Johannes Millan
05943e5176 feat: add on demand load for projects 2017-11-19 23:07:44 +01:00
Johannes Millan
dac5a53ba1 fix(projects): changing a project not working 2017-11-13 14:36:18 +01:00
Johannes Millan
a6dbb08c0b fix(tasks): wrong property access 2017-11-13 00:33:26 +01:00
Johannes Millan
428d3785a9 fix(jira): wrong property access 2017-11-13 00:32:16 +01:00
Johannes Millan
8647d17e24 feat(betterStorage): add ls functionality for custom wrapper 2017-11-12 23:00:03 +01:00
Johannes Millan
7bfc0f6844 feat(betterStorage): replace ngStorage with a custom empty wrapper 2017-11-12 21:10:47 +01:00
Johannes Millan
615181a157 feat(keyboardShortcuts): add support for assigning meta key shortcuts #15 2017-11-08 21:39:25 +01:00
Johannes Millan
8dd246cf46 fix(tasks): update view model after moving tasks via keyboard 2017-10-30 13:10:39 +01:00
Johannes Millan
08b1554d61 feat(doneBacklog): add restoring tasks to todays list 2017-10-29 18:42:59 +01:00
Johannes Millan
2a8bc1ade2 feat(globalLinkList): improve edit global link dialog to allow adding to tasks from there 2017-10-29 17:12:40 +01:00
Johannes Millan
1e054a2ca9 fix(localLinksForTasks): add notification for dropping links 2017-10-29 01:17:17 +02:00
Johannes Millan
a5c0b0eb59 fix(localLinksForTasks): add functionality to drop links on tasks 2017-10-29 01:06:03 +02:00
Johannes Millan
2c33e611e7 feat(globalLinks): connect to ls and add basic drag and drop for files 2017-10-28 19:35:22 +02:00
Johannes Millan
060c62640c fix lint 2017-10-28 15:03:56 +02:00
Johannes Millan
74ae53f18d feat: make collapse notes button to collapse sub tasks and motes button 2017-10-28 14:48:00 +02:00
Johannes Millan
5aa452419a feat: add collapse all notes button for work view 2017-10-27 18:28:22 +02:00
Johannes Millan
50bcd28899 feat: copy over time tracking data from parent task if the first sub task is created 2017-10-20 16:44:56 +02:00
Johannes Millan
1fbcf30dc4 #12 add quick fix for double http in urls 2017-10-20 16:25:11 +02:00
Johannes Millan
c5ab081b3a #11 fix deleteNullValueTasks not working 2017-10-04 10:22:36 +02:00
Johannes Millan
e8a9d38faf #9 fix issue when there is no theme initially defined 2017-08-16 12:43:55 +02:00
Johannes Millan
cfa8ee4779 fix tasks view model not being updated after day is finished 2017-05-11 13:16:15 +02:00
Johannes Millan
e8112a154c cleanup 2017-05-03 19:41:20 +02:00
Johannes Millan
4ce72ab368 update backlog when project changes 2017-05-03 16:43:03 +02:00
Johannes Millan
79fbba3b1b fix current task view model not updating 2017-05-03 16:29:22 +02:00
Johannes Millan
f81c58b17b update view model when task is added 2017-05-03 16:27:05 +02:00
Johannes Millan
9e2d48ed93 attempt to copy only needed properties from ls 2017-05-03 16:08:39 +02:00
Johannes Millan
fd1abd55f3 initially call Tasks.updateCurrent to trigger indicator update right away 2017-04-30 06:17:56 +02:00
Johannes Millan
7db8810d92 all indicator interfaces working fine 2017-04-30 06:09:44 +02:00
Johannes Millan
315cf3f025 prepare all interfaces and update task every interval 2017-04-30 05:13:59 +02:00
Johannes Millan
2d54a47082 fix issues with jira tickets with sub tasks not updating their status 2017-03-23 17:03:19 +01:00
Johannes Millan
cf63fe17ea fix task reassignment for local subtasks of a jira ticket 2017-03-22 16:01:33 +01:00
Johannes Millan
9a65f51ea3 only show "is assigned to someone else" notification when a ticket is not done 2017-03-13 14:49:53 +01:00
Johannes Millan
9591f81208 update local assignee when updating jira assignee 2017-03-13 10:50:24 +01:00
Johannes Millan
07bc7330f0 fix updated notification showing on description update 2017-03-12 18:51:23 +01:00
Johannes Millan
47b6c195e4 add minor text correction 2017-03-12 18:31:04 +01:00
Johannes Millan
b8ffce4ded add option to reassign ticket to set status dialog and remove jira setting for reassignment 2017-03-11 19:01:01 +01:00
Johannes Millan
52654601b0 refactor jira-set-in-progress to jira-set-status 2017-03-11 18:45:29 +01:00
Johannes Millan
edd61778ba make user assignment on done configurable in options 2017-03-11 14:43:09 +01:00