2019-12-14 02:22:36 +03:00
|
|
|
:: contact-hook:
|
|
|
|
::
|
2020-03-02 02:35:44 +03:00
|
|
|
/- *group-store,
|
|
|
|
*group-hook,
|
|
|
|
*contact-hook,
|
|
|
|
*invite-store,
|
|
|
|
*metadata-hook,
|
|
|
|
*metadata-store
|
2020-03-12 03:33:48 +03:00
|
|
|
/+ *contact-json, default-agent, dbug
|
2020-04-03 00:49:46 +03:00
|
|
|
~% %contact-hook-top ..is ~
|
2019-12-14 02:22:36 +03:00
|
|
|
|%
|
|
|
|
+$ card card:agent:gall
|
|
|
|
::
|
|
|
|
+$ versioned-state
|
|
|
|
$% state-zero
|
2020-03-13 22:32:28 +03:00
|
|
|
state-one
|
2019-12-14 02:22:36 +03:00
|
|
|
==
|
|
|
|
::
|
2020-03-13 22:32:28 +03:00
|
|
|
+$ state-zero [%0 state-base]
|
|
|
|
+$ state-one [%1 state-base]
|
|
|
|
+$ state-base
|
2020-04-21 21:58:37 +03:00
|
|
|
$: =synced
|
2019-12-14 02:22:36 +03:00
|
|
|
invite-created=_|
|
|
|
|
==
|
|
|
|
--
|
2020-03-13 22:32:28 +03:00
|
|
|
=| state-one
|
2019-12-14 02:22:36 +03:00
|
|
|
=* state -
|
2020-03-12 03:33:48 +03:00
|
|
|
%- agent:dbug
|
2019-12-14 02:22:36 +03:00
|
|
|
^- agent:gall
|
|
|
|
=<
|
|
|
|
|_ bol=bowl:gall
|
|
|
|
+* this .
|
|
|
|
contact-core +>
|
|
|
|
cc ~(. contact-core bol)
|
|
|
|
def ~(. (default-agent this %|) bol)
|
|
|
|
::
|
|
|
|
++ on-init
|
|
|
|
^- (quip card _this)
|
|
|
|
:_ this(invite-created %.y)
|
|
|
|
:~ (invite-poke:cc [%create /contacts])
|
|
|
|
[%pass /inv %agent [our.bol %invite-store] %watch /invitatory/contacts]
|
|
|
|
[%pass /group %agent [our.bol %group-store] %watch /updates]
|
|
|
|
==
|
|
|
|
++ on-save !>(state)
|
|
|
|
++ on-load
|
2020-03-13 22:32:28 +03:00
|
|
|
|= old-vase=vase
|
|
|
|
^- (quip card _this)
|
|
|
|
=/ old !<(versioned-state old-vase)
|
|
|
|
?: ?=(%1 -.old)
|
|
|
|
[~ this(state old)]
|
|
|
|
=/ upgraded-state
|
|
|
|
%* . *state-one
|
|
|
|
synced synced
|
|
|
|
invite-created invite-created
|
|
|
|
==
|
|
|
|
:_ this(state upgraded-state)
|
|
|
|
[%pass /group %agent [our.bol %group-store] %watch /updates]~
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
++ on-poke
|
|
|
|
|= [=mark =vase]
|
|
|
|
^- (quip card _this)
|
|
|
|
=^ cards state
|
|
|
|
?+ mark (on-poke:def mark vase)
|
|
|
|
%json
|
|
|
|
(poke-json:cc !<(json vase))
|
|
|
|
::
|
|
|
|
%contact-action
|
|
|
|
(poke-contact-action:cc !<(contact-action vase))
|
|
|
|
::
|
|
|
|
%contact-hook-action
|
|
|
|
(poke-hook-action:cc !<(contact-hook-action vase))
|
|
|
|
==
|
|
|
|
[cards this]
|
|
|
|
::
|
|
|
|
++ on-watch
|
|
|
|
|= =path
|
|
|
|
^- (quip card _this)
|
|
|
|
?+ path (on-watch:def path)
|
|
|
|
[%contacts *] [(watch-contacts:cc t.path) this]
|
2020-04-14 00:37:51 +03:00
|
|
|
[%synced *] [(watch-synced:cc t.path) this]
|
2019-12-14 02:22:36 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
++ on-agent
|
|
|
|
|= [=wire =sign:agent:gall]
|
|
|
|
^- (quip card _this)
|
|
|
|
?+ -.sign (on-agent:def wire sign)
|
|
|
|
%kick [(kick:cc wire) this]
|
|
|
|
%watch-ack
|
|
|
|
=^ cards state
|
|
|
|
(watch-ack:cc wire p.sign)
|
|
|
|
[cards this]
|
|
|
|
::
|
|
|
|
%fact
|
|
|
|
?+ p.cage.sign (on-agent:def wire sign)
|
|
|
|
%contact-update
|
|
|
|
=^ cards state
|
|
|
|
(fact-contact-update:cc wire !<(contact-update q.cage.sign))
|
|
|
|
[cards this]
|
|
|
|
::
|
|
|
|
%group-update
|
|
|
|
=^ cards state
|
|
|
|
(fact-group-update:cc wire !<(group-update q.cage.sign))
|
|
|
|
[cards this]
|
|
|
|
::
|
|
|
|
%invite-update
|
|
|
|
=^ cards state
|
|
|
|
(fact-invite-update:cc wire !<(invite-update q.cage.sign))
|
|
|
|
[cards this]
|
|
|
|
==
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ on-leave on-leave:def
|
|
|
|
++ on-peek on-peek:def
|
|
|
|
++ on-arvo on-arvo:def
|
|
|
|
++ on-fail on-fail:def
|
|
|
|
--
|
|
|
|
::
|
|
|
|
|_ bol=bowl:gall
|
|
|
|
::
|
|
|
|
++ poke-json
|
|
|
|
|= jon=json
|
|
|
|
^- (quip card _state)
|
|
|
|
(poke-contact-action (json-to-action jon))
|
|
|
|
::
|
|
|
|
++ poke-contact-action
|
|
|
|
|= act=contact-action
|
|
|
|
^- (quip card _state)
|
2020-01-29 21:42:33 +03:00
|
|
|
:_ state
|
2020-01-23 01:44:21 +03:00
|
|
|
?+ -.act !!
|
2020-01-29 21:42:33 +03:00
|
|
|
%edit (handle-contact-action path.act ship.act act)
|
|
|
|
%add (handle-contact-action path.act ship.act act)
|
|
|
|
%remove (handle-contact-action path.act ship.act act)
|
2020-01-23 01:44:21 +03:00
|
|
|
==
|
2020-04-21 21:58:37 +03:00
|
|
|
::
|
|
|
|
++ handle-contact-action
|
|
|
|
|= [=path =ship act=contact-action]
|
|
|
|
^- (list card)
|
|
|
|
:: local
|
|
|
|
?: (team:title our.bol src.bol)
|
|
|
|
?. (~(has by synced) path) ~
|
|
|
|
=/ shp ?:(=(path /~/default) our.bol (~(got by synced) path))
|
|
|
|
=/ appl ?:(=(shp our.bol) %contact-store %contact-hook)
|
|
|
|
[%pass / %agent [shp appl] %poke %contact-action !>(act)]~
|
|
|
|
:: foreign
|
|
|
|
=/ shp (~(got by synced) path)
|
|
|
|
?. |(=(shp our.bol) =(src.bol ship)) ~
|
|
|
|
:: scry group to check if ship is a member
|
|
|
|
=/ =group (need (group-scry path))
|
|
|
|
?. (~(has in group) shp) ~
|
|
|
|
[%pass / %agent [our.bol %contact-store] %poke %contact-action !>(act)]~
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
++ poke-hook-action
|
|
|
|
|= act=contact-hook-action
|
|
|
|
^- (quip card _state)
|
|
|
|
?- -.act
|
|
|
|
%add-owned
|
|
|
|
?> (team:title our.bol src.bol)
|
|
|
|
=/ contact-path [%contacts path.act]
|
|
|
|
?: (~(has by synced) path.act)
|
|
|
|
[~ state]
|
|
|
|
=. synced (~(put by synced) path.act our.bol)
|
|
|
|
:_ state
|
2020-04-15 00:57:21 +03:00
|
|
|
:~ [%pass contact-path %agent [our.bol %contact-store] %watch contact-path]
|
2020-04-21 21:58:37 +03:00
|
|
|
[%give %fact [/synced]~ %contact-hook-update !>([%initial synced])]
|
2020-04-15 00:57:21 +03:00
|
|
|
==
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
%add-synced
|
|
|
|
?> (team:title our.bol src.bol)
|
2020-01-30 02:02:03 +03:00
|
|
|
?: (~(has by synced) path.act) [~ state]
|
2020-01-15 03:06:38 +03:00
|
|
|
=. synced (~(put by synced) path.act ship.act)
|
|
|
|
=/ contact-path [%contacts path.act]
|
2019-12-14 02:22:36 +03:00
|
|
|
:_ state
|
2020-04-15 00:57:21 +03:00
|
|
|
:~ [%pass contact-path %agent [ship.act %contact-hook] %watch contact-path]
|
2020-04-21 21:58:37 +03:00
|
|
|
[%give %fact [/synced]~ %contact-hook-update !>([%initial synced])]
|
2020-04-15 00:57:21 +03:00
|
|
|
==
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
%remove
|
|
|
|
=/ ship (~(get by synced) path.act)
|
2020-01-30 02:02:03 +03:00
|
|
|
?~ ship [~ state]
|
2019-12-14 02:22:36 +03:00
|
|
|
?: &(=(u.ship our.bol) (team:title our.bol src.bol))
|
|
|
|
:: delete one of our.bol own paths
|
|
|
|
:_ state(synced (~(del by synced) path.act))
|
|
|
|
%- zing
|
|
|
|
:~ (pull-wire [%contacts path.act])
|
2020-01-25 02:57:29 +03:00
|
|
|
[%give %kick ~[[%contacts path.act]] ~]~
|
2020-04-21 21:58:37 +03:00
|
|
|
[%give %fact [/synced]~ %contact-hook-update !>([%initial synced])]~
|
2019-12-14 02:22:36 +03:00
|
|
|
==
|
|
|
|
?. |(=(u.ship src.bol) (team:title our.bol src.bol))
|
|
|
|
:: if neither ship = source or source = us, do nothing
|
|
|
|
[~ state]
|
|
|
|
:: delete a foreign ship's path
|
2020-04-21 21:58:37 +03:00
|
|
|
=/ cards
|
|
|
|
(handle-contact-action path.act our.bol [%remove path.act our.bol])
|
2020-04-15 00:57:21 +03:00
|
|
|
:_ state(synced (~(del by synced) path.act))
|
|
|
|
%- zing
|
|
|
|
:~ (pull-wire [%contacts path.act])
|
2020-04-21 21:58:37 +03:00
|
|
|
[%give %fact [/synced]~ %contact-hook-update !>([%initial synced])]~
|
|
|
|
cards
|
2020-04-15 00:57:21 +03:00
|
|
|
==
|
2019-12-14 02:22:36 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
++ watch-contacts
|
|
|
|
|= pax=path
|
|
|
|
^- (list card)
|
|
|
|
?> ?=(^ pax)
|
|
|
|
?> (~(has by synced) pax)
|
|
|
|
:: scry groups to check if ship is a member
|
|
|
|
=/ =group (need (group-scry pax))
|
|
|
|
?> (~(has in group) src.bol)
|
|
|
|
=/ contacts (need (contacts-scry pax))
|
2020-04-21 21:58:37 +03:00
|
|
|
[%give %fact ~ %contact-update !>([%contacts pax contacts])]~
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
2020-04-14 00:37:51 +03:00
|
|
|
++ watch-synced
|
|
|
|
|= pax=path
|
|
|
|
^- (list card)
|
|
|
|
?> (team:title our.bol src.bol)
|
|
|
|
[%give %fact ~ %contact-hook-update !>([%initial synced])]~
|
|
|
|
::
|
2019-12-14 02:22:36 +03:00
|
|
|
++ watch-ack
|
|
|
|
|= [wir=wire saw=(unit tang)]
|
|
|
|
^- (quip card _state)
|
|
|
|
?~ saw
|
|
|
|
[~ state]
|
|
|
|
?> ?=(^ wir)
|
2020-02-13 01:29:29 +03:00
|
|
|
[~ state(synced (~(del by synced) t.wir))]
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
++ kick
|
|
|
|
|= wir=wire
|
|
|
|
^- (list card)
|
|
|
|
?+ wir !!
|
|
|
|
[%inv ~]
|
|
|
|
[%pass /inv %agent [our.bol %invite-store] %watch /invitatory/contacts]~
|
|
|
|
::
|
|
|
|
[%group ~]
|
|
|
|
[%pass /group %agent [our.bol %group-store] %watch /updates]~
|
|
|
|
::
|
|
|
|
[%contacts @ *]
|
|
|
|
?. (~(has by synced) t.wir) ~
|
|
|
|
=/ =ship (~(got by synced) t.wir)
|
|
|
|
?: =(ship our.bol)
|
|
|
|
[%pass wir %agent [our.bol %contact-store] %watch wir]~
|
|
|
|
[%pass wir %agent [ship %contact-hook] %watch wir]~
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ fact-contact-update
|
|
|
|
|= [wir=wire fact=contact-update]
|
|
|
|
^- (quip card _state)
|
|
|
|
|^
|
|
|
|
?: (team:title our.bol src.bol)
|
|
|
|
(local fact)
|
2020-01-30 02:02:03 +03:00
|
|
|
:_ state
|
2019-12-14 02:22:36 +03:00
|
|
|
(foreign fact)
|
|
|
|
::
|
2020-01-29 21:42:33 +03:00
|
|
|
++ give-fact
|
|
|
|
|= [=path update=contact-update]
|
|
|
|
^- (list card)
|
|
|
|
[%give %fact ~[[%contacts path]] %contact-update !>(update)]~
|
|
|
|
::
|
2019-12-14 02:22:36 +03:00
|
|
|
++ local
|
|
|
|
|= fact=contact-update
|
2020-01-30 02:02:03 +03:00
|
|
|
^- (quip card _state)
|
|
|
|
?+ -.fact [~ state]
|
2019-12-14 02:22:36 +03:00
|
|
|
%add
|
2020-01-30 02:02:03 +03:00
|
|
|
:_ state
|
2020-01-29 21:42:33 +03:00
|
|
|
(give-fact path.fact [%add path.fact ship.fact contact.fact])
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
%edit
|
2020-01-30 02:02:03 +03:00
|
|
|
:_ state
|
2020-01-29 21:42:33 +03:00
|
|
|
(give-fact path.fact [%edit path.fact ship.fact edit-field.fact])
|
|
|
|
::
|
|
|
|
%remove
|
2020-01-30 02:02:03 +03:00
|
|
|
:_ state
|
|
|
|
~[(group-poke [%remove [ship.fact ~ ~] path.fact])]
|
|
|
|
::
|
|
|
|
%delete
|
|
|
|
=. synced (~(del by synced) path.fact)
|
|
|
|
:_ state
|
2020-03-02 02:35:44 +03:00
|
|
|
:~ (group-poke [%unbundle path.fact])
|
|
|
|
(metadata-hook-poke [%remove path.fact])
|
|
|
|
(metadata-poke [%remove path.fact [%contacts path.fact]])
|
|
|
|
==
|
2019-12-14 02:22:36 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
++ foreign
|
|
|
|
|= fact=contact-update
|
2020-01-29 21:42:33 +03:00
|
|
|
^- (list card)
|
|
|
|
?+ -.fact ~
|
2019-12-14 02:22:36 +03:00
|
|
|
%contacts
|
|
|
|
=/ owner (~(got by synced) path.fact)
|
|
|
|
?> =(owner src.bol)
|
contact-hook: less destructive catch-up on-sub
(Re)subscribing gets us a %contacts update, containing the full set of
contacts as it currently exists.
Previously, we would fully delete our local state, only to recreate it
using the data from the update.
Now, we never delete existing data, instead only creating if we don't
have it yet, and adding, removing or recreating contacts if they
changed.
In the future, we'll want an easy way to turn two contacts into an %edit
diff, to let us apply correct semantics to individual contacts, too.
2020-03-27 16:21:03 +03:00
|
|
|
=/ have-contacts=(unit contacts)
|
|
|
|
(contacts-scry path.fact)
|
|
|
|
?~ have-contacts
|
|
|
|
:: if we don't have any contacts yet,
|
|
|
|
:: create the entry, and %add every contact
|
|
|
|
::
|
|
|
|
:- (contact-poke [%create path.fact])
|
|
|
|
%+ turn ~(tap by contacts.fact)
|
|
|
|
|= [=ship =contact]
|
|
|
|
(contact-poke [%add path.fact ship contact])
|
|
|
|
:: if we already have some, decide between %add, %remove and recreate
|
|
|
|
:: on a per-contact basis
|
|
|
|
::
|
|
|
|
%- zing
|
|
|
|
%+ turn
|
|
|
|
%~ tap in
|
|
|
|
%- ~(uni in ~(key by contacts.fact))
|
|
|
|
~(key by u.have-contacts)
|
|
|
|
|= =ship
|
|
|
|
^- (list card)
|
|
|
|
=/ have=(unit contact) (~(get by u.have-contacts) ship)
|
|
|
|
=/ want=(unit contact) (~(get by contacts.fact) ship)
|
|
|
|
?~ have
|
|
|
|
[(contact-poke %add path.fact ship (need want))]~
|
|
|
|
?~ want
|
|
|
|
[(contact-poke %remove path.fact ship)]~
|
|
|
|
?: =(u.want u.have) ~
|
|
|
|
::TODO probably want an %all edit-field that resolves to more granular
|
|
|
|
:: updates within the contact-store?
|
|
|
|
:~ (contact-poke %remove path.fact ship)
|
|
|
|
(contact-poke %add path.fact ship u.want)
|
2019-12-14 02:22:36 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
%add
|
2020-04-21 21:58:37 +03:00
|
|
|
=/ owner (~(get by synced) path.fact)
|
|
|
|
?~ owner ~
|
|
|
|
?> |(=(u.owner src.bol) =(src.bol ship.fact))
|
2020-01-29 21:42:33 +03:00
|
|
|
~[(contact-poke [%add path.fact ship.fact contact.fact])]
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
%remove
|
2020-04-21 21:58:37 +03:00
|
|
|
=/ owner (~(get by synced) path.fact)
|
|
|
|
?~ owner ~
|
|
|
|
?> |(=(u.owner src.bol) =(src.bol ship.fact))
|
2020-01-29 21:42:33 +03:00
|
|
|
%+ welp
|
|
|
|
:~ (group-poke [%remove [ship.fact ~ ~] path.fact])
|
|
|
|
(contact-poke [%remove path.fact ship.fact])
|
|
|
|
==
|
|
|
|
?. =(ship.fact our.bol) ~
|
|
|
|
~[(group-poke [%unbundle path.fact])]
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
%edit
|
|
|
|
=/ owner (~(got by synced) path.fact)
|
2020-01-23 01:44:21 +03:00
|
|
|
?> |(=(owner src.bol) =(src.bol ship.fact))
|
2020-01-29 21:42:33 +03:00
|
|
|
~[(contact-poke [%edit path.fact ship.fact edit-field.fact])]
|
2019-12-14 02:22:36 +03:00
|
|
|
==
|
|
|
|
--
|
|
|
|
::
|
|
|
|
++ fact-group-update
|
|
|
|
|= [wir=wire fact=group-update]
|
|
|
|
^- (quip card _state)
|
|
|
|
|^
|
|
|
|
?+ -.fact [~ state]
|
2020-02-07 02:55:10 +03:00
|
|
|
%add (add +.fact)
|
2019-12-14 02:22:36 +03:00
|
|
|
%remove (remove +.fact)
|
|
|
|
%unbundle (unbundle +.fact)
|
|
|
|
==
|
2020-02-07 02:55:10 +03:00
|
|
|
++ add
|
|
|
|
|= [ships=(set ship) =path]
|
|
|
|
^- (quip card _state)
|
2020-02-11 01:15:58 +03:00
|
|
|
=/ owner (~(get by synced) path)
|
|
|
|
?~ owner [~ state]
|
|
|
|
?. =(u.owner our.bol) [~ state]
|
2020-02-07 02:55:10 +03:00
|
|
|
:_ state
|
|
|
|
%+ turn ~(tap in (~(del in ships) our.bol))
|
|
|
|
|= =ship
|
|
|
|
(send-invite-poke path ship)
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
++ unbundle
|
|
|
|
|= =path
|
|
|
|
^- (quip card _state)
|
|
|
|
?. (~(has by synced) path)
|
2020-04-14 00:37:51 +03:00
|
|
|
:_ state
|
|
|
|
[(contact-poke [%delete path])]~
|
2019-12-14 02:22:36 +03:00
|
|
|
:_ state(synced (~(del by synced) path))
|
2020-01-30 02:02:03 +03:00
|
|
|
:~ [%pass [%contacts path] %agent [our.bol %contact-store] %leave ~]
|
|
|
|
[(contact-poke [%delete path])]
|
|
|
|
==
|
2019-12-14 02:22:36 +03:00
|
|
|
::
|
|
|
|
++ remove
|
|
|
|
|= [members=group =path]
|
|
|
|
^- (quip card _state)
|
|
|
|
:: if pax is synced, remove member from contacts and kick their sub
|
2020-01-30 02:02:03 +03:00
|
|
|
=/ owner=(unit ship) (~(get by synced) path)
|
|
|
|
?~ owner
|
|
|
|
:_ state
|
|
|
|
%+ turn ~(tap in members)
|
|
|
|
|= =ship
|
|
|
|
(contact-poke [%remove path ship])
|
2019-12-14 02:22:36 +03:00
|
|
|
:_ state
|
|
|
|
%- zing
|
|
|
|
%+ turn ~(tap in members)
|
|
|
|
|= =ship
|
2020-01-25 02:57:29 +03:00
|
|
|
:~ [%give %kick ~[[%contacts path]] `ship]
|
2020-01-30 02:02:03 +03:00
|
|
|
?: =(ship our.bol)
|
|
|
|
(contact-poke [%delete path])
|
2019-12-14 02:22:36 +03:00
|
|
|
(contact-poke [%remove path ship])
|
|
|
|
==
|
2020-02-07 02:55:10 +03:00
|
|
|
::
|
|
|
|
++ send-invite-poke
|
|
|
|
|= [=path =ship]
|
|
|
|
^- card
|
|
|
|
=/ =invite
|
|
|
|
:* our.bol %contact-hook
|
|
|
|
path ship ''
|
|
|
|
==
|
|
|
|
=/ act=invite-action [%invite /contacts (shaf %msg-uid eny.bol) invite]
|
|
|
|
[%pass / %agent [our.bol %invite-hook] %poke %invite-action !>(act)]
|
2019-12-14 02:22:36 +03:00
|
|
|
--
|
|
|
|
::
|
|
|
|
++ fact-invite-update
|
|
|
|
|= [wir=wire fact=invite-update]
|
|
|
|
^- (quip card _state)
|
|
|
|
?+ -.fact [~ state]
|
|
|
|
%accepted
|
2020-01-15 03:06:38 +03:00
|
|
|
=/ changes
|
|
|
|
(poke-hook-action [%add-synced ship.invite.fact path.invite.fact])
|
|
|
|
:-
|
|
|
|
%+ welp
|
2020-03-02 02:35:44 +03:00
|
|
|
:~ (group-hook-poke [%add ship.invite.fact path.invite.fact])
|
|
|
|
(metadata-hook-poke [%add-synced ship.invite.fact path.invite.fact])
|
|
|
|
==
|
2020-01-15 03:06:38 +03:00
|
|
|
-.changes
|
|
|
|
+.changes
|
2019-12-14 02:22:36 +03:00
|
|
|
==
|
|
|
|
::
|
2020-01-15 03:06:38 +03:00
|
|
|
++ group-hook-poke
|
|
|
|
|= act=group-hook-action
|
|
|
|
^- card
|
|
|
|
[%pass / %agent [our.bol %group-hook] %poke %group-hook-action !>(act)]
|
|
|
|
::
|
2019-12-14 02:22:36 +03:00
|
|
|
++ invite-poke
|
|
|
|
|= act=invite-action
|
|
|
|
^- card
|
|
|
|
[%pass / %agent [our.bol %invite-store] %poke %invite-action !>(act)]
|
|
|
|
::
|
|
|
|
++ contact-poke
|
|
|
|
|= act=contact-action
|
|
|
|
^- card
|
|
|
|
[%pass / %agent [our.bol %contact-store] %poke %contact-action !>(act)]
|
|
|
|
::
|
2020-01-29 21:42:33 +03:00
|
|
|
++ group-poke
|
|
|
|
|= act=group-action
|
|
|
|
^- card
|
|
|
|
[%pass / %agent [our.bol %group-store] %poke %group-action !>(act)]
|
|
|
|
::
|
2020-03-02 02:35:44 +03:00
|
|
|
++ metadata-poke
|
|
|
|
|= act=metadata-action
|
|
|
|
^- card
|
|
|
|
[%pass / %agent [our.bol %metadata-store] %poke %metadata-action !>(act)]
|
|
|
|
::
|
|
|
|
++ metadata-hook-poke
|
|
|
|
|= act=metadata-hook-action
|
|
|
|
^- card
|
|
|
|
[%pass / %agent [our.bol %metadata-hook] %poke %metadata-hook-action !>(act)]
|
|
|
|
::
|
2019-12-14 02:22:36 +03:00
|
|
|
++ contacts-scry
|
|
|
|
|= pax=path
|
|
|
|
^- (unit contacts)
|
|
|
|
=. pax ;:(weld /=contact-store/(scot %da now.bol)/contacts pax /noun)
|
|
|
|
.^((unit contacts) %gx pax)
|
|
|
|
::
|
|
|
|
++ invite-scry
|
|
|
|
|= uid=serial
|
|
|
|
^- (unit invite)
|
|
|
|
=/ pax
|
|
|
|
/=invite-store/(scot %da now.bol)/invite/contacts/(scot %uv uid)/noun
|
|
|
|
.^((unit invite) %gx pax)
|
|
|
|
::
|
|
|
|
++ group-scry
|
|
|
|
|= pax=path
|
|
|
|
^- (unit group)
|
|
|
|
.^((unit group) %gx ;:(weld /=group-store/(scot %da now.bol) pax /noun))
|
|
|
|
::
|
|
|
|
++ pull-wire
|
|
|
|
|= pax=path
|
|
|
|
^- (list card)
|
|
|
|
?> ?=(^ pax)
|
|
|
|
=/ shp (~(get by synced) t.pax)
|
|
|
|
?~ shp ~
|
|
|
|
?: =(u.shp our.bol)
|
2020-03-07 02:15:03 +03:00
|
|
|
[%pass pax %agent [our.bol %contact-store] %leave ~]~
|
2020-03-09 22:29:49 +03:00
|
|
|
[%pass pax %agent [u.shp %contact-hook] %leave ~]~
|
2019-12-14 02:22:36 +03:00
|
|
|
--
|