RoamGames Week 1
Week 1 Challenge
First Challenge - Project Management in a team, with handoffs. 10k distributed to best links/ideas/videos tweeted. Tutorial or Demo Videos, Blog Posts, Tweet Storms, Sample DBs, Templates, Custom CSS/JS, Smartblocks, Queries.... all welcome
I'm an arch designer by trade so 90% of what I do is collaborative
otter.ai smartblock integration
find user UID of block datalog
:q [:find ?p ?r
:where [?b :block/uid "OIxyOXgdP"]
[?b :block/string ?p]
[?b :block/refs ?r]
[?b :edit/seen-by ?s]]
:q [:find ?p ?seen
:where [?b :block/uid "g7OBeK8RJ"]
[?b :block/string ?p]
[?b :edit/seen-by ?seen]
[?b :block/refs ?r]]
:q [:find ?uid
:where [?b :graph/settings ?uid]]
:q [:find ?name ?uid ?settings
:where [?b :user/uid ?uid]
[?b :user/display-name ?name]
[?b :user/settings ?settings]]
:q [:find ?names
:where [?b :user/display-name ?names]]
:q [:find ?e-id
:where [?e-id :user/display-name "Matt Vogel"]
[?e-id :user/uid]
[?e-id :user/email]]
:q [:find ?string ?seen (count ?b)
:where [?b :block/string ?string]
[?b :create/email "mainmoniker@gmail.com"]
[?b :edit/seen-by ?seen]]
:q [:find (count ?block)
:where [?ancestor :block/uid "hAfIHN6Gi"]
[?ancestor :block/string]
[?block :block/parents ?ancestor]]
:q [:find (distinct ?type) :where [_ :children/view-type ?type]]