directus-template-cli 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +5 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
- package/templates/agencyos/package.json +2 -2
- package/templates/agencyos/src/collections.json +346 -232
- package/templates/agencyos/src/content/block_button.json +6 -6
- package/templates/agencyos/src/content/block_button_group.json +11 -11
- package/templates/agencyos/src/content/block_columns_rows.json +6 -6
- package/templates/agencyos/src/content/block_cta.json +3 -3
- package/templates/agencyos/src/content/block_gallery_files.json +10 -10
- package/templates/agencyos/src/content/block_richtext.json +1 -1
- package/templates/agencyos/src/content/block_step_items.json +5 -5
- package/templates/agencyos/src/content/block_team.json +4 -4
- package/templates/agencyos/src/content/help_collections.json +2 -2
- package/templates/agencyos/src/content/inbox.json +15 -1
- package/templates/agencyos/src/content/navigation_items.json +76 -76
- package/templates/agencyos/src/content/organizations.json +2 -2
- package/templates/agencyos/src/content/os_activities.json +3 -3
- package/templates/agencyos/src/content/os_invoice_items.json +6 -6
- package/templates/agencyos/src/content/os_invoices.json +5 -5
- package/templates/agencyos/src/content/os_payment_terms.json +2 -2
- package/templates/agencyos/src/content/os_payments.json +1 -1
- package/templates/agencyos/src/content/os_projects.json +3 -3
- package/templates/agencyos/src/content/os_proposal_blocks.json +4 -4
- package/templates/agencyos/src/content/os_proposals.json +3 -3
- package/templates/agencyos/src/content/os_tasks.json +65 -87
- package/templates/agencyos/src/content/os_tax_rates.json +2 -2
- package/templates/agencyos/src/content/page_blocks.json +23 -23
- package/templates/agencyos/src/content/pages.json +7 -7
- package/templates/agencyos/src/content/posts.json +9 -9
- package/templates/agencyos/src/content/seo.json +10 -10
- package/templates/agencyos/src/content/testimonials.json +4 -4
- package/templates/agencyos/src/dashboards.json +3 -3
- package/templates/agencyos/src/files.json +49 -49
- package/templates/agencyos/src/flows.json +39 -39
- package/templates/agencyos/src/operations.json +74 -74
- package/templates/agencyos/src/panels.json +136 -132
- package/templates/agencyos/src/permissions.json +349 -871
- package/templates/agencyos/src/roles.json +4 -4
- package/templates/agencyos/src/schema/snapshot.json +246 -97
- package/templates/agencyos/src/settings.json +32 -10
- package/templates/agencyos/src/users.json +54 -9
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"user_updated": null,
|
|
8
8
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
9
9
|
"id": "f1f4ac54-68ee-4fb6-aeb4-4da5304b351d",
|
|
10
|
-
"date_updated": "2023-10-20T03:16:48.489Z",
|
|
11
10
|
"date_created": "2023-10-19T13:18:25.001Z",
|
|
11
|
+
"date_updated": "2023-10-20T03:16:48.489Z",
|
|
12
12
|
"stripe_customer_id": null,
|
|
13
13
|
"phone": null,
|
|
14
14
|
"email": "billing@tezla.com",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"user_updated": null,
|
|
31
31
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
32
32
|
"id": "f20f7a74-34e3-4a84-baea-d7f0f380df9e",
|
|
33
|
-
"date_updated": "2023-10-20T00:59:39.561Z",
|
|
34
33
|
"date_created": "2023-09-09T03:10:01.473Z",
|
|
34
|
+
"date_updated": "2023-10-20T00:59:39.561Z",
|
|
35
35
|
"stripe_customer_id": "cus_OlTbJKVanSb1zN",
|
|
36
36
|
"phone": "+1800-555-5555",
|
|
37
37
|
"email": "billing@directus.io",
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
7
7
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
8
8
|
"id": "19acbb62-7040-4821-9113-5037bd869ad4",
|
|
9
|
-
"due_date": "2023-09-11T16:00:00.000Z",
|
|
10
|
-
"end_time": null,
|
|
11
|
-
"start_time": null,
|
|
12
9
|
"date_updated": "2023-09-11T13:09:11.389Z",
|
|
13
10
|
"date_created": "2023-09-09T15:02:48.211Z",
|
|
11
|
+
"end_time": null,
|
|
12
|
+
"start_time": null,
|
|
13
|
+
"due_date": "2023-09-11T16:00:00.000Z",
|
|
14
14
|
"name": "Followup call",
|
|
15
15
|
"activity_type": "call",
|
|
16
16
|
"status": "completed",
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"tax_rate": null,
|
|
6
6
|
"invoice": null,
|
|
7
7
|
"user_updated": null,
|
|
8
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
9
8
|
"id": "652f269c-cc58-4dc8-a7d1-1c02092c1c91",
|
|
10
|
-
"
|
|
9
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
11
10
|
"quantity": null,
|
|
12
11
|
"tax_amount": null,
|
|
13
12
|
"line_amount": null,
|
|
13
|
+
"unit_price": null,
|
|
14
14
|
"date_created": "2023-09-09T13:05:29.783Z",
|
|
15
15
|
"date_updated": null,
|
|
16
16
|
"item_name": null,
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"tax_rate": "d635ef3e-3926-4866-8a1c-9556f0bbc9fd",
|
|
27
27
|
"invoice": null,
|
|
28
28
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
29
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
30
29
|
"id": "2ce46845-e047-40b4-8dbd-2447d011285c",
|
|
31
|
-
"
|
|
30
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
32
31
|
"quantity": "4.00",
|
|
33
32
|
"tax_amount": "4.80",
|
|
34
33
|
"line_amount": "80.00",
|
|
34
|
+
"unit_price": "20.00",
|
|
35
35
|
"date_created": "2023-09-14T04:23:34.722Z",
|
|
36
36
|
"date_updated": "2023-10-06T01:14:48.838Z",
|
|
37
37
|
"item_name": null,
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"tax_rate": "d635ef3e-3926-4866-8a1c-9556f0bbc9fd",
|
|
48
48
|
"invoice": "40bb2d9b-a0b6-436d-9376-e7ae0425237d",
|
|
49
49
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
50
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
51
50
|
"id": "423cf59a-ff8f-45e5-af65-5b29076cfdb9",
|
|
52
|
-
"
|
|
51
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
53
52
|
"quantity": "2.00",
|
|
54
53
|
"tax_amount": "18.00",
|
|
55
54
|
"line_amount": "300.00",
|
|
55
|
+
"unit_price": "150.00",
|
|
56
56
|
"date_created": "2023-10-06T01:19:14.696Z",
|
|
57
57
|
"date_updated": "2023-10-06T01:22:37.434Z",
|
|
58
58
|
"item_name": null,
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
7
7
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
8
8
|
"id": "40bb2d9b-a0b6-436d-9376-e7ae0425237d",
|
|
9
|
-
"amount_due": "318.00000",
|
|
10
|
-
"total": "318.00000",
|
|
11
|
-
"amount_paid": "0.00000",
|
|
12
9
|
"subtotal": "300.00000",
|
|
13
10
|
"total_tax": "18.00000",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
11
|
+
"total": "318.00000",
|
|
12
|
+
"amount_paid": "0.00000",
|
|
13
|
+
"amount_due": "318.00000",
|
|
16
14
|
"date_created": "2023-10-06T01:18:28.669Z",
|
|
17
15
|
"due_date": "2023-10-12T16:00:00.000Z",
|
|
16
|
+
"date_updated": "2023-10-06T13:32:29.949Z",
|
|
17
|
+
"issue_date": null,
|
|
18
18
|
"reference": "1234",
|
|
19
19
|
"invoice_number": "1000",
|
|
20
20
|
"status": "unpaid",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
+
"id": "0bac9f5f-7b7a-420d-a046-f81e4bb61547",
|
|
3
4
|
"user_updated": null,
|
|
4
5
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
5
|
-
"id": "0bac9f5f-7b7a-420d-a046-f81e4bb61547",
|
|
6
6
|
"date_updated": null,
|
|
7
7
|
"date_created": "2023-10-10T22:59:25.688Z",
|
|
8
8
|
"name": "Net 10"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
+
"id": "e11ee7ed-7802-461c-aedc-b2dfecbab9d7",
|
|
11
12
|
"user_updated": null,
|
|
12
13
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
13
|
-
"id": "e11ee7ed-7802-461c-aedc-b2dfecbab9d7",
|
|
14
14
|
"date_updated": null,
|
|
15
15
|
"date_created": "2023-10-10T22:59:22.680Z",
|
|
16
16
|
"name": "Net 30"
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"id": "47912d1a-b418-4cb5-b5fd-0de5c3513735",
|
|
9
9
|
"amount": "318.00",
|
|
10
10
|
"payment_date": "2023-10-06T01:34:05.000Z",
|
|
11
|
-
"date_created": "2023-10-06T01:34:07.190Z",
|
|
12
11
|
"date_updated": "2023-10-19T14:10:28.446Z",
|
|
12
|
+
"date_created": "2023-10-06T01:34:07.190Z",
|
|
13
13
|
"receipt_url": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xTHAwYnlDWmVCYVdsTWY2KI_I_agGMgaF6YroSjc6LBZngXim2jdG5yBnfBoP9XQvVLeMDZ0DhjyqR9dS6HEpVOiWz6JBSMJQDRPH",
|
|
14
14
|
"payment_method_type": null,
|
|
15
15
|
"stripe_payment_id": "pi_3Ny2vYCZeBaWlMf61f1cb1fr",
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
{
|
|
3
3
|
"owner": "9300d433-0f5c-425d-9cad-b085c9ffcfda",
|
|
4
4
|
"organization": "f20f7a74-34e3-4a84-baea-d7f0f380df9e",
|
|
5
|
-
"user_updated": "
|
|
5
|
+
"user_updated": "1a3e5ba4-c118-4607-9918-77d36b74a9a3",
|
|
6
6
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
7
7
|
"id": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
8
8
|
"start_date": "2023-09-15T16:00:00.000Z",
|
|
9
|
-
"date_updated": "
|
|
9
|
+
"date_updated": "2024-01-08T00:24:56.629Z",
|
|
10
10
|
"date_created": "2023-09-15T00:55:01.617Z",
|
|
11
11
|
"due_date": "2023-09-28T12:00:00",
|
|
12
12
|
"name": "Web Site Development",
|
|
13
13
|
"status": "in_progress",
|
|
14
|
-
"description": "<p>
|
|
14
|
+
"description": "<p>EcoConnect is a dynamic web platform designed to engage and unite environmentally conscious individuals, organizations, and businesses. The project aims to create a digital hub where users can share ideas, learn about sustainable practices, collaborate on eco-friendly projects, and access a directory of green businesses and products.</p>\n<p>Key Features:</p>\n<ol>\n<li><strong>User Profiles:</strong> Personalized profiles for individuals and organizations to share their eco-initiatives, interests, and achievements.</li>\n<li><strong>Community Forum:</strong> A space for discussions, sharing ideas, and seeking advice on environmental topics.</li>\n<li><strong>Resource Library:</strong> A curated collection of articles, videos, and guides on sustainable living and environmental stewardship.</li>\n<li><strong>Project Collaboration Tool:</strong> A feature to facilitate joint projects, allowing users to find partners, plan, and execute eco-projects.</li>\n<li><strong>Green Business Directory:</strong> A comprehensive directory of eco-friendly businesses and products, with reviews and ratings.</li>\n<li><strong>Event Calendar:</strong> A calendar showcasing upcoming environmental events, workshops, and seminars.</li>\n<li><strong>Interactive Map:</strong> A map highlighting local green initiatives, recycling centers, and community gardens.</li>\n</ol>",
|
|
15
15
|
"sort": null,
|
|
16
16
|
"updates": [],
|
|
17
17
|
"expenses": [
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"os_proposals_id": "b3724c97-c795-49a1-a921-f6ed4034eebb",
|
|
26
|
-
"user_updated": "
|
|
26
|
+
"user_updated": "1a3e5ba4-c118-4607-9918-77d36b74a9a3",
|
|
27
27
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
28
28
|
"id": "895de66e-9f5c-4672-9fea-34fd711243a9",
|
|
29
|
-
"date_updated": "
|
|
29
|
+
"date_updated": "2024-01-08T00:27:24.098Z",
|
|
30
30
|
"date_created": "2023-09-11T17:23:53.056Z",
|
|
31
31
|
"collection": "block_quote",
|
|
32
32
|
"item": "d075af36-ce41-4c26-b7b5-0b9337537a46",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"os_proposals_id": "b3724c97-c795-49a1-a921-f6ed4034eebb",
|
|
48
|
-
"user_updated": "
|
|
48
|
+
"user_updated": "1a3e5ba4-c118-4607-9918-77d36b74a9a3",
|
|
49
49
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
50
50
|
"id": "c4cc3284-5f4d-4fa1-a60b-6fa3317b55e4",
|
|
51
|
-
"date_updated": "
|
|
51
|
+
"date_updated": "2024-01-08T00:27:24.087Z",
|
|
52
52
|
"date_created": "2023-09-11T17:53:56.797Z",
|
|
53
53
|
"collection": "block_richtext",
|
|
54
54
|
"item": "62517520-a3e0-4655-bd92-2d45293eb0c6",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
{
|
|
3
3
|
"deal": "21e05753-b453-4446-b35e-d0d93956d917",
|
|
4
4
|
"organization": "f20f7a74-34e3-4a84-baea-d7f0f380df9e",
|
|
5
|
-
"user_updated": "
|
|
5
|
+
"user_updated": "1a3e5ba4-c118-4607-9918-77d36b74a9a3",
|
|
6
6
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
7
7
|
"id": "b3724c97-c795-49a1-a921-f6ed4034eebb",
|
|
8
|
-
"date_updated": "2023-10-11T15:37:31.382Z",
|
|
9
|
-
"date_created": "2023-09-11T15:04:14.295Z",
|
|
10
8
|
"expiration_date": "2023-10-24T16:00:00.000Z",
|
|
9
|
+
"date_updated": "2024-01-08T00:27:24.048Z",
|
|
10
|
+
"date_created": "2023-09-11T15:04:14.295Z",
|
|
11
11
|
"status": "approved",
|
|
12
12
|
"name": "Software Proposal",
|
|
13
13
|
"sort": null,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"form": null,
|
|
4
|
-
"assigned_to":
|
|
4
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
5
5
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
6
6
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
7
7
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
8
8
|
"id": "1907e15d-322e-4143-93c5-a1c20fdb5748",
|
|
9
|
-
"date_updated": "2023-
|
|
9
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
10
10
|
"date_created": "2023-09-15T00:55:01.696Z",
|
|
11
|
-
"due_date": null,
|
|
12
11
|
"start_date": null,
|
|
13
12
|
"date_completed": null,
|
|
13
|
+
"due_date": null,
|
|
14
14
|
"embed_url": null,
|
|
15
15
|
"responsibility": null,
|
|
16
16
|
"type": "task",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"form": "940a86aa-0500-4ddb-8ab1-dccfd08295a5",
|
|
26
|
-
"assigned_to":
|
|
26
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
27
27
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
28
28
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
29
29
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
30
30
|
"id": "5479c44a-1197-4b0b-b034-a8f4bfebe7f9",
|
|
31
|
-
"date_updated": "2023-
|
|
31
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
32
32
|
"date_created": "2023-09-15T00:55:01.630Z",
|
|
33
|
-
"due_date": null,
|
|
34
33
|
"start_date": null,
|
|
35
34
|
"date_completed": null,
|
|
35
|
+
"due_date": null,
|
|
36
36
|
"embed_url": null,
|
|
37
37
|
"responsibility": null,
|
|
38
38
|
"type": "meeting",
|
|
@@ -45,38 +45,16 @@
|
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"form": null,
|
|
48
|
-
"assigned_to": "
|
|
49
|
-
"project": null,
|
|
50
|
-
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
51
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
52
|
-
"id": "72917ff7-44af-49e6-9b6d-b764b6fa5cc2",
|
|
53
|
-
"date_updated": "2023-09-18T21:38:38.908Z",
|
|
54
|
-
"date_created": "2023-09-14T06:21:36.408Z",
|
|
55
|
-
"due_date": null,
|
|
56
|
-
"start_date": null,
|
|
57
|
-
"date_completed": null,
|
|
58
|
-
"embed_url": null,
|
|
59
|
-
"responsibility": null,
|
|
60
|
-
"type": "meeting",
|
|
61
|
-
"name": null,
|
|
62
|
-
"status": "pending",
|
|
63
|
-
"description": null,
|
|
64
|
-
"sort": 12,
|
|
65
|
-
"is_visible_to_client": false,
|
|
66
|
-
"files": []
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"form": null,
|
|
70
|
-
"assigned_to": null,
|
|
48
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
71
49
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
72
50
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
73
51
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
74
52
|
"id": "6c2d8af8-d900-4bf9-9829-377a56420bec",
|
|
75
|
-
"date_updated": "2023-
|
|
53
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
76
54
|
"date_created": "2023-09-15T00:55:01.711Z",
|
|
77
|
-
"due_date": null,
|
|
78
55
|
"start_date": null,
|
|
79
56
|
"date_completed": null,
|
|
57
|
+
"due_date": null,
|
|
80
58
|
"embed_url": null,
|
|
81
59
|
"responsibility": null,
|
|
82
60
|
"type": "task",
|
|
@@ -89,16 +67,16 @@
|
|
|
89
67
|
},
|
|
90
68
|
{
|
|
91
69
|
"form": null,
|
|
92
|
-
"assigned_to":
|
|
70
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
93
71
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
94
72
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
95
73
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
96
74
|
"id": "2be20379-14b1-4eb7-8ad4-664f0db9dde3",
|
|
97
|
-
"date_updated": "2023-
|
|
75
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
98
76
|
"date_created": "2023-09-15T00:55:01.717Z",
|
|
99
|
-
"due_date": null,
|
|
100
77
|
"start_date": null,
|
|
101
78
|
"date_completed": null,
|
|
79
|
+
"due_date": null,
|
|
102
80
|
"embed_url": null,
|
|
103
81
|
"responsibility": null,
|
|
104
82
|
"type": "task",
|
|
@@ -111,16 +89,16 @@
|
|
|
111
89
|
},
|
|
112
90
|
{
|
|
113
91
|
"form": null,
|
|
114
|
-
"assigned_to":
|
|
92
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
115
93
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
116
94
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
117
95
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
118
96
|
"id": "6e0e8920-6411-479d-a421-d7a4df8a04b0",
|
|
119
|
-
"date_updated": "2023-
|
|
97
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
120
98
|
"date_created": "2023-09-15T00:55:01.732Z",
|
|
121
|
-
"due_date": null,
|
|
122
99
|
"start_date": null,
|
|
123
100
|
"date_completed": null,
|
|
101
|
+
"due_date": null,
|
|
124
102
|
"embed_url": null,
|
|
125
103
|
"responsibility": null,
|
|
126
104
|
"type": "task",
|
|
@@ -133,16 +111,16 @@
|
|
|
133
111
|
},
|
|
134
112
|
{
|
|
135
113
|
"form": null,
|
|
136
|
-
"assigned_to":
|
|
114
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
137
115
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
138
116
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
139
117
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
140
118
|
"id": "cd415d36-1bd7-47e1-8ace-d7b0ccafa100",
|
|
141
|
-
"date_updated": "2023-
|
|
119
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
142
120
|
"date_created": "2023-09-15T00:55:01.746Z",
|
|
143
|
-
"due_date": null,
|
|
144
121
|
"start_date": null,
|
|
145
122
|
"date_completed": null,
|
|
123
|
+
"due_date": null,
|
|
146
124
|
"embed_url": null,
|
|
147
125
|
"responsibility": null,
|
|
148
126
|
"type": "task",
|
|
@@ -155,16 +133,16 @@
|
|
|
155
133
|
},
|
|
156
134
|
{
|
|
157
135
|
"form": null,
|
|
158
|
-
"assigned_to":
|
|
136
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
159
137
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
160
138
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
161
139
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
162
140
|
"id": "c5366180-879e-4d71-b8f6-ff32d5088b73",
|
|
163
|
-
"date_updated": "2023-
|
|
141
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
164
142
|
"date_created": "2023-09-15T00:55:01.753Z",
|
|
165
|
-
"due_date": null,
|
|
166
143
|
"start_date": null,
|
|
167
144
|
"date_completed": null,
|
|
145
|
+
"due_date": null,
|
|
168
146
|
"embed_url": null,
|
|
169
147
|
"responsibility": null,
|
|
170
148
|
"type": "task",
|
|
@@ -177,16 +155,16 @@
|
|
|
177
155
|
},
|
|
178
156
|
{
|
|
179
157
|
"form": null,
|
|
180
|
-
"assigned_to":
|
|
158
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
181
159
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
182
160
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
183
161
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
184
162
|
"id": "ea3edeff-a4ce-4f6c-9431-6ec0c0b0efc0",
|
|
185
|
-
"date_updated": "2023-
|
|
163
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
186
164
|
"date_created": "2023-09-15T00:55:01.773Z",
|
|
187
|
-
"due_date": null,
|
|
188
165
|
"start_date": null,
|
|
189
166
|
"date_completed": null,
|
|
167
|
+
"due_date": null,
|
|
190
168
|
"embed_url": null,
|
|
191
169
|
"responsibility": null,
|
|
192
170
|
"type": "task",
|
|
@@ -199,16 +177,16 @@
|
|
|
199
177
|
},
|
|
200
178
|
{
|
|
201
179
|
"form": null,
|
|
202
|
-
"assigned_to":
|
|
180
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
203
181
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
204
182
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
205
183
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
206
184
|
"id": "ec07cc70-c6a4-448c-b636-512f7cedb59b",
|
|
207
|
-
"date_updated": "2023-
|
|
185
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
208
186
|
"date_created": "2023-09-15T00:55:01.674Z",
|
|
209
|
-
"due_date": null,
|
|
210
187
|
"start_date": null,
|
|
211
188
|
"date_completed": null,
|
|
189
|
+
"due_date": null,
|
|
212
190
|
"embed_url": null,
|
|
213
191
|
"responsibility": null,
|
|
214
192
|
"type": "task",
|
|
@@ -221,16 +199,16 @@
|
|
|
221
199
|
},
|
|
222
200
|
{
|
|
223
201
|
"form": null,
|
|
224
|
-
"assigned_to":
|
|
202
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
225
203
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
226
204
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
227
205
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
228
206
|
"id": "5b19ae8c-e89f-4700-8052-cd671bfe4364",
|
|
229
|
-
"date_updated": "2023-
|
|
207
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
230
208
|
"date_created": "2023-09-15T00:55:01.781Z",
|
|
231
|
-
"due_date": null,
|
|
232
209
|
"start_date": null,
|
|
233
210
|
"date_completed": null,
|
|
211
|
+
"due_date": null,
|
|
234
212
|
"embed_url": null,
|
|
235
213
|
"responsibility": null,
|
|
236
214
|
"type": "task",
|
|
@@ -243,16 +221,16 @@
|
|
|
243
221
|
},
|
|
244
222
|
{
|
|
245
223
|
"form": null,
|
|
246
|
-
"assigned_to":
|
|
224
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
247
225
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
248
226
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
249
227
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
250
228
|
"id": "7d086755-33ec-4fbd-bf9f-54cc126dab45",
|
|
251
|
-
"date_updated": "2023-
|
|
229
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
252
230
|
"date_created": "2023-09-15T00:55:01.797Z",
|
|
253
|
-
"due_date": null,
|
|
254
231
|
"start_date": null,
|
|
255
232
|
"date_completed": null,
|
|
233
|
+
"due_date": null,
|
|
256
234
|
"embed_url": null,
|
|
257
235
|
"responsibility": null,
|
|
258
236
|
"type": "deliverable",
|
|
@@ -265,16 +243,16 @@
|
|
|
265
243
|
},
|
|
266
244
|
{
|
|
267
245
|
"form": null,
|
|
268
|
-
"assigned_to":
|
|
246
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
269
247
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
270
248
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
271
249
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
272
250
|
"id": "b137aabc-72a2-4d26-9caa-70de8367b2cc",
|
|
273
|
-
"date_updated": "2023-
|
|
251
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
274
252
|
"date_created": "2023-09-15T00:55:01.648Z",
|
|
275
|
-
"due_date": null,
|
|
276
253
|
"start_date": null,
|
|
277
254
|
"date_completed": null,
|
|
255
|
+
"due_date": null,
|
|
278
256
|
"embed_url": null,
|
|
279
257
|
"responsibility": null,
|
|
280
258
|
"type": "deliverable",
|
|
@@ -287,16 +265,16 @@
|
|
|
287
265
|
},
|
|
288
266
|
{
|
|
289
267
|
"form": null,
|
|
290
|
-
"assigned_to":
|
|
268
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
291
269
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
292
270
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
293
271
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
294
272
|
"id": "7ca22c43-db82-4a01-9719-cff7b540ce1d",
|
|
295
|
-
"date_updated": "2023-
|
|
273
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
296
274
|
"date_created": "2023-09-15T00:55:01.790Z",
|
|
297
|
-
"due_date": "2023-11-01T16:00:00.000Z",
|
|
298
275
|
"start_date": null,
|
|
299
276
|
"date_completed": null,
|
|
277
|
+
"due_date": "2023-11-01T16:00:00.000Z",
|
|
300
278
|
"embed_url": null,
|
|
301
279
|
"responsibility": null,
|
|
302
280
|
"type": "milestone",
|
|
@@ -309,16 +287,16 @@
|
|
|
309
287
|
},
|
|
310
288
|
{
|
|
311
289
|
"form": null,
|
|
312
|
-
"assigned_to":
|
|
290
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
313
291
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
314
292
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
315
293
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
316
294
|
"id": "243431fa-dc2e-4ad0-8814-60e0e3f76f5a",
|
|
317
|
-
"date_updated": "2023-
|
|
295
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
318
296
|
"date_created": "2023-09-15T00:55:01.761Z",
|
|
319
|
-
"due_date": "2023-09-29T16:00:00.000Z",
|
|
320
297
|
"start_date": null,
|
|
321
298
|
"date_completed": null,
|
|
299
|
+
"due_date": "2023-09-29T16:00:00.000Z",
|
|
322
300
|
"embed_url": null,
|
|
323
301
|
"responsibility": null,
|
|
324
302
|
"type": "milestone",
|
|
@@ -331,38 +309,38 @@
|
|
|
331
309
|
},
|
|
332
310
|
{
|
|
333
311
|
"form": null,
|
|
334
|
-
"assigned_to": "
|
|
312
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
335
313
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
336
314
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
337
315
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
338
316
|
"id": "e7219154-fd7b-4236-8ed1-e7f9765c30a8",
|
|
339
|
-
"date_updated": "2023-
|
|
317
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
340
318
|
"date_created": "2023-09-15T00:55:01.726Z",
|
|
341
|
-
"due_date": "2023-09-21T16:00:00.000Z",
|
|
342
319
|
"start_date": null,
|
|
343
320
|
"date_completed": null,
|
|
344
|
-
"
|
|
321
|
+
"due_date": "2023-09-21T16:00:00.000Z",
|
|
322
|
+
"embed_url": null,
|
|
345
323
|
"responsibility": null,
|
|
346
324
|
"type": "task",
|
|
347
325
|
"name": "Implement responsive design for mobile devices",
|
|
348
326
|
"status": "active",
|
|
349
327
|
"description": "<p>Anim in dolore aute duis. Commodo minim deserunt sunt pariatur ea aliquip amet cillum incididunt nulla cillum. Anim ea non ad. Non mollit consequat non mollit deserunt eu dolore.</p>\n<p>Enim anim officia enim deserunt exercitation nisi aute. Eu commodo aute quis id cupidatat laboris anim quis laboris id eu elit. Occaecat magna quis eu minim fugiat ut ut laboris anim dolor. Consequat enim sunt aliquip veniam quis reprehenderit est. Ea commodo non ex fugiat aliquip magna nisi labore nulla quis enim nulla non. Sint ullamco ipsum culpa aliquip ad.</p>\n<p>Enim anim officia enim deserunt exercitation nisi aute. Eu commodo aute quis id cupidatat laboris anim quis laboris id eu elit. Occaecat magna quis eu minim fugiat ut ut laboris anim dolor. Consequat enim sunt aliquip veniam quis reprehenderit est. Ea commodo non ex fugiat aliquip magna nisi labore nulla quis enim nulla non. Sint ullamco ipsum culpa aliquip ad.</p>",
|
|
350
328
|
"sort": 33,
|
|
351
|
-
"is_visible_to_client":
|
|
329
|
+
"is_visible_to_client": false,
|
|
352
330
|
"files": []
|
|
353
331
|
},
|
|
354
332
|
{
|
|
355
333
|
"form": null,
|
|
356
|
-
"assigned_to":
|
|
334
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
357
335
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
358
336
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
359
337
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
360
338
|
"id": "696e7a00-fe25-4b09-a95f-da87cf7f0081",
|
|
361
|
-
"date_updated": "2023-
|
|
339
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
362
340
|
"date_created": "2023-09-15T00:55:01.657Z",
|
|
363
|
-
"due_date": "2023-09-15T16:00:00.000Z",
|
|
364
341
|
"start_date": null,
|
|
365
342
|
"date_completed": "2023-09-14T16:00:00.000Z",
|
|
343
|
+
"due_date": "2023-09-15T16:00:00.000Z",
|
|
366
344
|
"embed_url": null,
|
|
367
345
|
"responsibility": null,
|
|
368
346
|
"type": "milestone",
|
|
@@ -375,16 +353,16 @@
|
|
|
375
353
|
},
|
|
376
354
|
{
|
|
377
355
|
"form": null,
|
|
378
|
-
"assigned_to":
|
|
356
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
379
357
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
380
358
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
381
359
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
382
360
|
"id": "bd3e430f-43d1-4f2b-8e00-4f23253274ff",
|
|
383
|
-
"date_updated": "2023-
|
|
361
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
384
362
|
"date_created": "2023-09-15T00:55:01.690Z",
|
|
385
|
-
"due_date": null,
|
|
386
363
|
"start_date": null,
|
|
387
364
|
"date_completed": null,
|
|
365
|
+
"due_date": null,
|
|
388
366
|
"embed_url": null,
|
|
389
367
|
"responsibility": null,
|
|
390
368
|
"type": "task",
|
|
@@ -397,16 +375,16 @@
|
|
|
397
375
|
},
|
|
398
376
|
{
|
|
399
377
|
"form": null,
|
|
400
|
-
"assigned_to": "
|
|
378
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
401
379
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
402
380
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
403
381
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
404
382
|
"id": "13c5c5db-11fd-419e-be0e-0609d295bfb1",
|
|
405
|
-
"date_updated": "2023-
|
|
383
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
406
384
|
"date_created": "2023-09-15T00:55:01.740Z",
|
|
407
|
-
"due_date": null,
|
|
408
385
|
"start_date": null,
|
|
409
386
|
"date_completed": null,
|
|
387
|
+
"due_date": null,
|
|
410
388
|
"embed_url": null,
|
|
411
389
|
"responsibility": null,
|
|
412
390
|
"type": "task",
|
|
@@ -419,16 +397,16 @@
|
|
|
419
397
|
},
|
|
420
398
|
{
|
|
421
399
|
"form": null,
|
|
422
|
-
"assigned_to":
|
|
400
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
423
401
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
424
402
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
425
403
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
426
404
|
"id": "18bfae1d-1360-46b8-8cc1-674a246e032b",
|
|
427
|
-
"date_updated": "2023-10-
|
|
405
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
428
406
|
"date_created": "2023-09-15T00:55:01.681Z",
|
|
429
|
-
"due_date": "2023-09-19T16:00:00.000Z",
|
|
430
407
|
"start_date": null,
|
|
431
408
|
"date_completed": null,
|
|
409
|
+
"due_date": "2023-09-19T16:00:00.000Z",
|
|
432
410
|
"embed_url": null,
|
|
433
411
|
"responsibility": null,
|
|
434
412
|
"type": "milestone",
|
|
@@ -441,16 +419,16 @@
|
|
|
441
419
|
},
|
|
442
420
|
{
|
|
443
421
|
"form": null,
|
|
444
|
-
"assigned_to":
|
|
422
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
445
423
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
446
424
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
447
425
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
448
426
|
"id": "3dd6ef10-b78d-4601-a713-ad01f5a1ab50",
|
|
449
|
-
"date_updated": "2023-
|
|
427
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
450
428
|
"date_created": "2023-09-15T00:55:01.665Z",
|
|
451
|
-
"due_date": null,
|
|
452
429
|
"start_date": null,
|
|
453
430
|
"date_completed": null,
|
|
431
|
+
"due_date": null,
|
|
454
432
|
"embed_url": null,
|
|
455
433
|
"responsibility": null,
|
|
456
434
|
"type": "task",
|
|
@@ -463,16 +441,16 @@
|
|
|
463
441
|
},
|
|
464
442
|
{
|
|
465
443
|
"form": null,
|
|
466
|
-
"assigned_to":
|
|
444
|
+
"assigned_to": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
467
445
|
"project": "985959f5-a5b3-4161-bebb-e50fd82892cb",
|
|
468
446
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
469
447
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
470
448
|
"id": "c9c95e32-605d-4c95-8716-2f209e18f855",
|
|
471
|
-
"date_updated": "2023-
|
|
449
|
+
"date_updated": "2023-10-26T14:58:19.665Z",
|
|
472
450
|
"date_created": "2023-09-15T00:55:01.703Z",
|
|
473
|
-
"due_date": null,
|
|
474
451
|
"start_date": null,
|
|
475
452
|
"date_completed": null,
|
|
453
|
+
"due_date": null,
|
|
476
454
|
"embed_url": null,
|
|
477
455
|
"responsibility": null,
|
|
478
456
|
"type": "task",
|