26 Commits

Author SHA1 Message Date
nobohan
d4d730ea02 add a timeline in view pages for viewing task transitions 2018-05-21 13:27:30 +02:00
69eb9648c9 improve filter form
- hide form in some places ;
- i18n
- hide status filtering with a parameter (redundant)
2018-05-08 22:56:45 +02:00
650f2c8e18 remove "person" filter when a person file is opened 2018-05-07 22:32:59 +02:00
b856647b04 add logic to filter tasks 2018-05-07 22:06:34 +02:00
38cc4f84c4 Revert "Revert "add form for filtering - work in progress" (temporarily)"
This reverts commit 75bdbac81a64bdd1fc702547084a206e8340d87a.
2018-05-07 20:38:24 +02:00
0df80041fb fix error in delete action: route name, misplaced 404 errors 2018-05-04 11:15:46 +02:00
cabd863245 translate flash messages 2018-05-04 11:10:56 +02:00
75bdbac81a Revert "add form for filtering - work in progress" (temporarily)
This reverts commit c2a5ab2e69ff3e01af45bb2d141580c968a72381.
2018-05-04 10:25:16 +02:00
31fcfed2f5 Merge remote-tracking branch 'origin/master' 2018-05-03 23:40:17 +02:00
86f7188d4a record single task states transition and add them in timeline 2018-05-03 23:38:08 +02:00
nobohan
c2a5ab2e69 add form for filtering - work in progress 2018-05-03 22:43:53 +02:00
nobohan
f5b09cf42e front-end/design single tasks 2018-04-30 14:53:57 +02:00
nobohan
2d57757682 front-end dev of tasks lists 2018-04-27 17:42:21 +02:00
3719ce0896 Insert "my tasks" link in user menu 2018-04-27 13:36:04 +02:00
258a280784 add tasks list in menu 2018-04-27 12:29:45 +02:00
nobohan
fd2bee979a add message when there is no task + improve when request with multiple input (user, scope and person) 2018-04-27 10:16:30 +02:00
nobohan
bf0db0de3f add list by person, user and scope + formatting of submit button in edit 2018-04-26 21:54:49 +02:00
eadaeaef35 add closed tasks
- the entity has a new column / property "closed" (boolean)
- An event listener in created during container compilation, which listen on tasks
  status changed
- The taskworkflow manager and task workflow definition indicate if the tasks is closed ;
- Add list for closed tasks in controller, and change parameter 'date_status' to 'status';
- and change query to allow to filter on closed tasks
2018-04-26 12:14:30 +02:00
d251074430 link between lists of task and tasks 2018-04-26 11:15:22 +02:00
a58ae088ff fix error in return path and fix date interval conversion 2018-04-25 12:21:57 +02:00
b7dd309600 Merge remote-tracking branch 'origin/master' 2018-04-25 12:12:08 +02:00
adc830142b improve autowiring and add workflow to tasks 2018-04-25 12:03:16 +02:00
nobohan
e1871a2d15 add show, edit, delete actions for tasks + template twig 2018-04-24 17:53:12 +02:00
60f6cd95b4 improve single task list
- move to a new controller
- refactor to be more adaptive to context
- partial autowiring
2018-04-23 21:33:07 +02:00
fd8b6490d0 add validation to single task controller::new 2018-04-17 11:39:16 +02:00
a02b9edc45 first implementation of controller 2018-04-16 15:09:50 +02:00