shrub/pkg/arvo/mar/link/view-action.hoon
Fang 0539f3ca1f
link fe: metadata integration
- finds resources & displays details using metadata-store
- supports creating new collections for groups
- supports creating new collections with new unmanaged group
- supports receiving invites for new (unmanaged) collections
2020-03-01 02:10:35 +01:00

25 lines
376 B
Plaintext

/- *link-view
=, dejs:format
|_ act=view-action
++ grab
|%
++ noun view-action
++ json
|^ %- of
:~ %create^(ot 'path'^pa 'title'^so 'description'^so 'members'^mems ~)
==
::
++ mems
%- of
:~ %group^pa
%ships^(cu sy (ar (su ;~(pfix sig fed:ag))))
==
--
--
::
++ grow
|%
++ noun act
--
--