Auto saved by Logseq
This commit is contained in:
parent
1ebf4c795d
commit
afe42121dc
@ -1,19 +1,19 @@
|
|||||||
- # Meeting Template
|
# Meeting Template
|
||||||
template:: Meeting
|
template:: Meeting
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[meeting]]
|
Type:: [/[meeting]]
|
||||||
Tags:: meeting
|
Tags:: meeting
|
||||||
icon: 👥
|
icon:: 👥
|
||||||
Title::
|
Title::
|
||||||
Project::
|
Project::
|
||||||
Topic::
|
Topic::
|
||||||
Areas::
|
Areas::
|
||||||
Attendees::
|
Attendees::
|
||||||
Date:: <% today %>
|
Date:: <% today %>
|
||||||
Objective::
|
Objective::
|
||||||
- ## Notes
|
- ## Notes
|
||||||
-
|
-
|
||||||
- ## Main topics of discussion
|
- ## Main topics of discussion
|
||||||
- ABC
|
- ABC
|
||||||
- XYZ
|
- XYZ
|
||||||
@ -23,4 +23,4 @@
|
|||||||
CLOCK: [2024-01-01 Mon 12:00:00]--[2024-01-01 Mon 13:00:00] => 00:01:00
|
CLOCK: [2024-01-01 Mon 12:00:00]--[2024-01-01 Mon 13:00:00] => 00:01:00
|
||||||
:END:
|
:END:
|
||||||
- ## Next Meeting
|
- ## Next Meeting
|
||||||
-
|
-
|
@ -1,10 +1,10 @@
|
|||||||
- # Person
|
# Person
|
||||||
template:: person
|
template:: person
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
type:: [/[person]]
|
type:: [/[person]]
|
||||||
tags:: person
|
tags:: person
|
||||||
icon: 👤
|
icon:: 👤
|
||||||
name::
|
name::
|
||||||
alias::
|
alias::
|
||||||
related::
|
related::
|
||||||
@ -26,6 +26,6 @@
|
|||||||
preference-for-praise::
|
preference-for-praise::
|
||||||
areas-for-growth::
|
areas-for-growth::
|
||||||
- ## Summary
|
- ## Summary
|
||||||
-
|
-
|
||||||
- ## Notes
|
- ## Notes
|
||||||
-
|
-
|
@ -1,10 +1,10 @@
|
|||||||
- # Project
|
# Project
|
||||||
template:: project
|
template:: project
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[project]]
|
Type:: [/[project]]
|
||||||
Tags:: project
|
Tags:: project
|
||||||
icon: 📂
|
icon:: 📂
|
||||||
title::
|
title::
|
||||||
Status:: [/[Idea]] [/[Planned]] [/[Active]] [/[Completed]]
|
Status:: [/[Idea]] [/[Planned]] [/[Active]] [/[Completed]]
|
||||||
Team::
|
Team::
|
||||||
@ -15,11 +15,11 @@
|
|||||||
areas::
|
areas::
|
||||||
priority::
|
priority::
|
||||||
- ## Objective/Goal
|
- ## Objective/Goal
|
||||||
-
|
-
|
||||||
- ## Scope
|
- ## Scope
|
||||||
-
|
-
|
||||||
- ## Project Kickoff Checklist
|
- ## Project Kickoff Checklist
|
||||||
-
|
-
|
||||||
- ## Tasklist
|
- ## Tasklist
|
||||||
- TODO Setup project page
|
- TODO Setup project page
|
||||||
- ## Tasks
|
- ## Tasks
|
||||||
@ -29,61 +29,61 @@
|
|||||||
- ### Project Meta
|
- ### Project Meta
|
||||||
- DOING [#B] #project <% current page %>
|
- DOING [#B] #project <% current page %>
|
||||||
- query-table:: false
|
- query-table:: false
|
||||||
#+BEGIN_QUERY
|
#+BEGIN_QUERY
|
||||||
{:title [:h2 "Related Tasks"]
|
{:title [:h2 "Related Tasks"]
|
||||||
:query [:find (pull ?b [*])
|
:query [:find (pull ?b [*])
|
||||||
:in $ ?query-page
|
:in $ ?query-page
|
||||||
:where
|
:where
|
||||||
[?p :block/name ?query-page]
|
[?p :block/name ?query-page]
|
||||||
[?b :block/marker ?marker]
|
[?b :block/marker ?marker]
|
||||||
[?b :block/refs ?p]
|
[?b :block/refs ?p]
|
||||||
[?ref :block/name "project"]
|
[?ref :block/name "project"]
|
||||||
(not [?b :block/refs ?ref])
|
(not [?b :block/refs ?ref])
|
||||||
[(contains? #{"TODO" "DOING" "NOW" "LATER" "WAITING"} ?marker)]]
|
[(contains? #{"TODO" "DOING" "NOW" "LATER" "WAITING"} ?marker)]]
|
||||||
:inputs [:query-page]
|
:inputs [:query-page]
|
||||||
:result-transform (fn [result]
|
:result-transform (fn [result]
|
||||||
(sort-by (fn [b]
|
(sort-by (fn [b]
|
||||||
(get b :block/priority "Z")) result))
|
(get b :block/priority "Z")) result))
|
||||||
:breadcrumb-show? false
|
:breadcrumb-show? false
|
||||||
:group-by-page? false
|
:group-by-page? false
|
||||||
:collapsed? false
|
:collapsed? false
|
||||||
}
|
}
|
||||||
#+END_QUERY
|
#+END_QUERY
|
||||||
#+BEGIN_QUERY
|
#+BEGIN_QUERY
|
||||||
{:title [:h2 "Checklist"]
|
{:title [:h2 "Checklist"]
|
||||||
:query [:find (pull ?b [*])
|
:query [:find (pull ?b [*])
|
||||||
:in $ ?tag
|
:in $ ?tag
|
||||||
:where
|
:where
|
||||||
[?b :block/marker ?marker]
|
[?b :block/marker ?marker]
|
||||||
[(contains? #{"TODO"} ?marker)]
|
[(contains? #{"TODO"} ?marker)]
|
||||||
(page-ref ?b ?tag)
|
(page-ref ?b ?tag)
|
||||||
[?ref :block/name "project"]
|
[?ref :block/name "project"]
|
||||||
(not [?b :block/refs ?ref])]
|
(not [?b :block/refs ?ref])]
|
||||||
:inputs [:query-page]
|
:inputs [:query-page]
|
||||||
:result-transform (fn [result]
|
:result-transform (fn [result]
|
||||||
(sort-by (fn [b]
|
(sort-by (fn [b]
|
||||||
(get b :block/priority "Z")) result))
|
(get b :block/priority "Z")) result))
|
||||||
:breadcrumb-show? true
|
:breadcrumb-show? true
|
||||||
:table-view? false
|
:table-view? false
|
||||||
}
|
}
|
||||||
#+END_QUERY
|
#+END_QUERY
|
||||||
#+BEGIN_QUERY
|
#+BEGIN_QUERY
|
||||||
{:title [:h2 "Completed Related Tasks"]
|
{:title [:h2 "Completed Related Tasks"]
|
||||||
:query [:find (pull ?b [*])
|
:query [:find (pull ?b [*])
|
||||||
:in $ ?query-page
|
:in $ ?query-page
|
||||||
:where
|
:where
|
||||||
[?p :block/name ?query-page]
|
[?p :block/name ?query-page]
|
||||||
[?b :block/marker "DONE"]
|
[?b :block/marker "DONE"]
|
||||||
[?b :block/refs ?p]
|
[?b :block/refs ?p]
|
||||||
[?ref :block/name "project"]
|
[?ref :block/name "project"]
|
||||||
(not [?b :block/refs ?ref])
|
(not [?b :block/refs ?ref])
|
||||||
]
|
]
|
||||||
:inputs [:query-page]
|
:inputs [:query-page]
|
||||||
:result-transform (fn [result]
|
:result-transform (fn [result]
|
||||||
(sort-by (fn [b]
|
(sort-by (fn [b]
|
||||||
(get b :block/priority "Z")) result))
|
(get b :block/priority "Z")) result))
|
||||||
:breadcrumb-show? false
|
:breadcrumb-show? false
|
||||||
:group-by-page? false
|
:group-by-page? false
|
||||||
:collapsed? false
|
:collapsed? false
|
||||||
}
|
}
|
||||||
#+END_QUERY
|
#+END_QUERY
|
Loading…
Reference in New Issue
Block a user