2021-03-30 20:20:32 +03:00
|
|
|
/- *post, met=metadata-store, graph=graph-store, hark=hark-graph-hook
|
2021-09-06 06:31:11 +03:00
|
|
|
/+ graph=graph-store
|
2020-09-08 07:18:21 +03:00
|
|
|
|_ i=indexed-post
|
|
|
|
++ grow
|
|
|
|
|%
|
|
|
|
++ noun i
|
2021-06-03 21:56:22 +03:00
|
|
|
::
|
|
|
|
++ graph-indexed-post
|
|
|
|
^- indexed-post
|
|
|
|
?+ index.p.i !!
|
|
|
|
:: top level post must have no content
|
|
|
|
[@ ~]
|
|
|
|
?> ?=(~ contents.p.i)
|
|
|
|
i
|
|
|
|
:: container for revisions
|
|
|
|
::
|
|
|
|
[@ %1 ~]
|
|
|
|
?> ?=(~ contents.p.i)
|
|
|
|
i
|
|
|
|
:: specific revision
|
|
|
|
:: first content is the title
|
|
|
|
:: revisions are numbered by the revision count
|
|
|
|
:: starting at one
|
|
|
|
[@ %1 @ ~]
|
|
|
|
?> ?=([* * *] contents.p.i)
|
|
|
|
?> ?=(%text -.i.contents.p.i)
|
|
|
|
i
|
|
|
|
:: container for comments
|
|
|
|
::
|
|
|
|
[@ %2 ~]
|
|
|
|
?> ?=(~ contents.p.i)
|
|
|
|
i
|
|
|
|
:: container for comment revisions
|
|
|
|
::
|
|
|
|
[@ %2 @ ~]
|
|
|
|
?> ?=(~ contents.p.i)
|
|
|
|
i
|
|
|
|
:: specific comment revision
|
|
|
|
::
|
|
|
|
[@ %2 @ @ ~]
|
|
|
|
?> ?=(^ contents.p.i)
|
|
|
|
i
|
|
|
|
==
|
|
|
|
::
|
2021-01-26 07:47:35 +03:00
|
|
|
++ graph-permissions-add
|
2021-01-26 05:42:44 +03:00
|
|
|
|= vip=vip-metadata:met
|
2021-03-30 20:20:32 +03:00
|
|
|
^- permissions:graph
|
2021-01-26 05:42:44 +03:00
|
|
|
?+ index.p.i !!
|
|
|
|
[@ ~] [%yes %yes %no] :: new note
|
2021-01-26 07:47:35 +03:00
|
|
|
[@ %1 @ ~] [%self %self %no]
|
2021-01-26 05:42:44 +03:00
|
|
|
[@ %2 @ ~] [%yes %yes ?:(?=(%reader-comments vip) %yes %no)]
|
|
|
|
[@ %2 @ @ ~] [%self %self %self]
|
|
|
|
==
|
|
|
|
::
|
2021-01-26 07:47:35 +03:00
|
|
|
++ graph-permissions-remove
|
2021-01-26 05:42:44 +03:00
|
|
|
|= vip=vip-metadata:met
|
2021-03-30 20:20:32 +03:00
|
|
|
^- permissions:graph
|
2021-01-26 05:42:44 +03:00
|
|
|
?+ index.p.i !!
|
|
|
|
[@ ~] [%yes %self %self]
|
2021-01-26 07:54:29 +03:00
|
|
|
[@ %1 @ @ ~] [%yes %self %self]
|
|
|
|
[@ %2 @ ~] [%yes %self %self]
|
2021-01-26 05:42:44 +03:00
|
|
|
[@ %2 @ @ ~] [%yes %self %self]
|
|
|
|
==
|
2020-11-03 07:55:32 +03:00
|
|
|
:: +notification-kind
|
2021-01-26 05:42:44 +03:00
|
|
|
:: ignore all containers, only notify on content
|
2020-11-03 07:55:32 +03:00
|
|
|
::
|
|
|
|
++ notification-kind
|
2021-09-06 06:31:11 +03:00
|
|
|
|= title=cord
|
2021-03-30 20:20:32 +03:00
|
|
|
^- (unit notif-kind:hark)
|
2020-11-03 07:55:32 +03:00
|
|
|
?+ index.p.i ~
|
2021-09-06 06:31:11 +03:00
|
|
|
[@ %1 %1 ~]
|
|
|
|
:- ~
|
|
|
|
:* [%text (rap 3 'New notes in ' title ~)]~
|
|
|
|
~[(hark-content:graph (snag 0 contents.p.i)) text+' by ' ship+author.p.i]
|
|
|
|
[0 1] %each %children
|
|
|
|
==
|
|
|
|
::
|
|
|
|
[@ %2 @ %1 ~]
|
|
|
|
:- ~
|
|
|
|
:* [%text (rap 3 'New comments in ' title ~)]~
|
|
|
|
[ship+author.p.i text+': ' (hark-contents:graph contents.p.i)]
|
|
|
|
[1 3] %count %siblings
|
|
|
|
==
|
2020-11-03 07:55:32 +03:00
|
|
|
==
|
2021-02-23 01:54:45 +03:00
|
|
|
::
|
|
|
|
++ transform-add-nodes
|
2021-02-24 21:25:53 +03:00
|
|
|
|= [=index =post =atom was-parent-modified=?]
|
2021-02-23 01:54:45 +03:00
|
|
|
^- [^index ^post]
|
2021-02-24 21:25:53 +03:00
|
|
|
=- [- post(index -)]
|
|
|
|
?+ index ~|(transform+[index post] !!)
|
|
|
|
[@ ~] [atom ~]
|
|
|
|
[@ %1 ~] [atom %1 ~]
|
|
|
|
::
|
|
|
|
[@ %1 @ ~]
|
|
|
|
?: was-parent-modified
|
2021-02-25 21:41:17 +03:00
|
|
|
[atom %1 i.t.t.index ~]
|
|
|
|
index
|
2021-02-24 21:25:53 +03:00
|
|
|
::
|
|
|
|
[@ %2 ~] [atom %2 ~]
|
|
|
|
[@ %2 @ ~] [i.index %2 atom ~]
|
|
|
|
[@ %2 @ @ ~]
|
|
|
|
?: was-parent-modified
|
2021-02-25 21:41:17 +03:00
|
|
|
[i.index %2 atom i.t.t.t.index ~]
|
|
|
|
index
|
2020-11-03 07:55:32 +03:00
|
|
|
==
|
2020-09-08 07:18:21 +03:00
|
|
|
--
|
|
|
|
++ grab
|
|
|
|
|%
|
2021-06-03 21:56:22 +03:00
|
|
|
++ noun indexed-post
|
2020-09-08 07:18:21 +03:00
|
|
|
--
|
|
|
|
::
|
|
|
|
++ grad %noun
|
|
|
|
--
|