-
Notifications
You must be signed in to change notification settings - Fork 0
/
monday.config.yml
62 lines (62 loc) · 1.99 KB
/
monday.config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# this is for documentation purposes only, it can not get deployed.
# remember to keep up-to-date
oauth_scopes:
scopes:
- me:read
- boards:read
- boards:write
- workspaces:read
- workspaces:write
- users:read
- users:write
- account:read
- notifications:write
- updates:write
redirect_urls:
- https://localhost:5173/oauth/callback
# use your project's url here and add /oauth/callback
- https://monday-app-checklist-???.web.app//oauth/callback
features:
- type: Item View
description: Add checklists to your items.
# use your project's url here and add /module/item-view
build_custom_url: https://monday-app-checklist-???.web.app/module/item-view
view_settings:
- type: Column
title: Progress column
subtitle: Column that displays the progress of a checklist in percent.
name: progress_column
column_types:
- Numbers
features:
- allow to clear selection
- type: Workflow
name: Checklists workflow
# use your project's url here and add /trpc-open-api/
base_url: https://checklist-???-uc.a.run.app/trpc-open-api/
field_types:
- name: Checklist blueprint
default_field_key: blueprintId
automation_config:
type: list
remote_options_url: /workflow/blueprints-field-definitions
workflow_blocks_actions:
- name: Start checklist
fields:
- type: Checklist blueprint
field_key: blueprintId
source: Recipe Sentence
display_name: Blueprint
- type: Item
field_key: itemId
source: Trigger Output
sentence: start checklist from [[Blueprint]]
api_configuration_run_url: /workflow/checklist-start-trigger
recipes:
- name: When an item is created start checklist from Blueprint
items:
- type: Trigger
name: item created
# connected to:
- type: Action
name: Start checklist (itemId -> itemId)