Commit Graph

50 Commits

Author SHA1 Message Date
e6e03125f7 Made shot and task links real links with JS click handlers.
This allows "open in new window", while still using XHR for regular clicks.
2016-09-23 10:44:27 +02:00
78111968ab Added project URL to body dataset.
This can be accessed using ProjectUtils.projectUrl(), requires Pillar
91e3ec659f68.
2016-09-23 10:44:27 +02:00
498e1d5ecc Added etag checking when saving tasks & shots. Still a bit rough.
Needs nicer user interface stuff for explaining what's going on.
2016-09-23 09:36:27 +02:00
d13abb5b34 set context for Task 2016-09-22 21:28:06 +02:00
16d77b4c5c Hide (only visually) field type if we're in shots view 2016-09-22 21:27:59 +02:00
c90f40b645 Style item name 2016-09-22 21:27:31 +02:00
997a12ee11 Shot status indicator and other minor tweaks 2016-09-22 21:27:15 +02:00
cb24b313d0 Add shot status indicator on the left 2016-09-22 21:26:56 +02:00
b9ce421378 Shots list: Make thumbnail column collapsable 2016-09-22 19:26:10 +02:00
cbc19ac18d Minor style tweaks to tasks list and select2 2016-09-22 19:25:52 +02:00
22f778c7a9 Move flash-on to _base, since it's generic 2016-09-22 19:14:58 +02:00
c9959a839b Pillar's tutti is now loaded on layout 2016-09-22 19:07:26 +02:00
1b4cd09281 Added 'type' to options when saving form, for status-bar details
Also fixed the title of the header. It was removing the status-bar when setting "Shot details"
2016-09-22 17:46:17 +02:00
0767463ead Added /attract/<project_url>/shots/<shot-id> endpoint 2016-09-22 17:25:55 +02:00
85c7908ac6 Shots view: set task as active when selecting it 2016-09-22 17:09:43 +02:00
e2db647c20 Tweaks to flash-on/off 2016-09-22 16:43:19 +02:00
4b9b53a53c Shot list: collapse columns by clicking on the title 2016-09-22 15:50:13 +02:00
86ddd0ac14 Fix select2 not working on shots 2016-09-22 15:44:47 +02:00
a786fc3b3d Some tweaks for shot editing 2016-09-22 15:44:24 +02:00
b5d335672e Added shot editing. 2016-09-22 15:29:18 +02:00
e3e586583f Use divs instead of table tags
Tables are non-responsive by design and require more overrides to be cross-browser compatible
2016-09-22 12:31:39 +02:00
c45613b5fa Added /attract/<project_url>/shots/with-task/<task-id> endpoint 2016-09-22 11:32:04 +02:00
6f4a5e17fa Shot list: show updated task name in shot list after editing task. 2016-09-22 11:08:56 +02:00
504fa17910 Shot list: don't show task creation button when there is no task of that type 2016-09-22 11:08:35 +02:00
c99bb8f41d Fixed bug when calling task_open(). 2016-09-22 09:26:30 +02:00
fb6fa299f1 Move Tasks JS to layout, since we use it everywhere 2016-09-21 19:40:04 +02:00
7d64e8bf4e CSS: Move tasks into _tasks 2016-09-21 19:40:04 +02:00
578f698240 Minor style tweaks to Tasks 2016-09-21 19:40:04 +02:00
44540631e3 Use Select2 for assigning users to tasks 2016-09-21 16:43:59 +02:00
d97d1183a5 Added shot overview with tasks.
javascript links to open or create tasks aren't implemented yet.
2016-09-21 16:35:57 +02:00
4b1a52f26e Replace Status underscore and minor style tweaks 2016-09-21 15:47:31 +02:00
6bac8f481f Tasks: No need to check for project at all! 2016-09-21 15:33:14 +02:00
26926274b9 Check if we are in a project for tasks index 2016-09-21 15:28:19 +02:00
964ff40bca Fix layout 2016-09-21 15:14:49 +02:00
87f6226cf6 Pablo made a proper button to call the /create task url 2016-09-21 15:14:49 +02:00
8470efbcf1 User assignment for tasks 2016-09-21 15:14:15 +02:00
4035d89ced Using new layout for shots 2016-09-21 15:12:15 +02:00
cf87602a78 Fix typos for recent changes in urls 2016-09-21 14:44:31 +02:00
010cf23d67 Started working on shots UI & management 2016-09-21 14:29:18 +02:00
486f947a90 Changed URL to /attract/<project_url>/tasks/...
The overall tasks index is still /attract/tasks though.
2016-09-21 14:28:14 +02:00
d30cc144c1 Fix layout 2016-09-21 14:15:25 +02:00
38703bf583 Tasks Index for a Project
Work in progress
2016-09-21 14:12:16 +02:00
10cdf746f3 Use project properties to show shot-level task types 2016-09-20 18:01:00 +02:00
eb1a972dbb Added task types 2016-09-20 17:40:08 +02:00
5543d75101 Editing tasks works, still needs refactoring & unittests 2016-09-08 11:24:58 +02:00
2a1982fd45 Nicer task list 2016-09-07 15:35:01 +02:00
3c09586349 Added async task loading 2016-09-07 15:08:49 +02:00
805f56d6f4 Added task creation per project and non-functional tasks-for-project view 2016-09-07 14:15:23 +02:00
32a4abfa47 Started working on tasks web view. 2016-09-07 11:43:18 +02:00
168e59805e Added template system to Attract extension. 2016-09-06 18:46:28 +02:00