mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
Updated TODOs.
This commit is contained in:
parent
49eb5fe7dd
commit
738ac90152
@ -8,7 +8,7 @@
|
|||||||
::TODO correct/clean up presence/config change notifications
|
::TODO correct/clean up presence/config change notifications
|
||||||
::
|
::
|
||||||
::TODO remove man from door sample where it's always (main our.hid).
|
::TODO remove man from door sample where it's always (main our.hid).
|
||||||
::TODO maybe collapse sources, remotes and mirrors into a single map?
|
::TODO sh-action -> sh-act
|
||||||
::TODO maybe keep track of received grams per partner, too?
|
::TODO maybe keep track of received grams per partner, too?
|
||||||
::
|
::
|
||||||
::x This reader implementation makes use of the mailbox for all its
|
::x This reader implementation makes use of the mailbox for all its
|
||||||
@ -631,7 +631,6 @@
|
|||||||
++ sh-glyf :: decode glyph
|
++ sh-glyf :: decode glyph
|
||||||
::x gets the partner(s) that match a glyph.
|
::x gets the partner(s) that match a glyph.
|
||||||
::x? why (set partner)? it seems like it only ever returns a single one.
|
::x? why (set partner)? it seems like it only ever returns a single one.
|
||||||
::TODO should produce a set when ambiguous.
|
|
||||||
::
|
::
|
||||||
|= cha/char ^- (unit (set partner))
|
|= cha/char ^- (unit (set partner))
|
||||||
=+ lax=(~(get ju nak) cha)
|
=+ lax=(~(get ju nak) cha)
|
||||||
|
@ -10,13 +10,22 @@
|
|||||||
::TODO tidiness, remove unnecessary ~&, etc.
|
::TODO tidiness, remove unnecessary ~&, etc.
|
||||||
::TODO maybe ensure every arm has a mini-description at :57 too?
|
::TODO maybe ensure every arm has a mini-description at :57 too?
|
||||||
::TODO maybe prefix all printfs and other errors with %talk?
|
::TODO maybe prefix all printfs and other errors with %talk?
|
||||||
::
|
|
||||||
::TODO do permission checks for the whole team instead of just a ship, maybe?
|
|
||||||
::TODO sending remotes and mirrors alongside locals and shape no longer makes
|
|
||||||
:: any sense, does it?
|
|
||||||
::TODO crash on pokes/peers we do not expect
|
|
||||||
::TODO rename cores. ra->ta (transaction), pa->to (story).
|
::TODO rename cores. ra->ta (transaction), pa->to (story).
|
||||||
::
|
::
|
||||||
|
::TODO we can't do away with the default mailbox because we need it for things
|
||||||
|
:: like invite notifications etc. can we do better than request that apps
|
||||||
|
:: don't use it frivolously?
|
||||||
|
::TODO federation stuff.
|
||||||
|
::TODO ".. the importance of the CQRS pattern (command-query separation) behind
|
||||||
|
:: Urbit's separation of %poke and %peer. Pokes (messages) are one-way
|
||||||
|
:: commands, not queries. Peers (subscriptions) have no effect on the
|
||||||
|
:: server state."
|
||||||
|
:: but we *do* change state on-subscribe! is that a problem?
|
||||||
|
::
|
||||||
|
::TODO permission checks should only use team if it's coming from a reader.
|
||||||
|
::TODO for story permission checks, count moons as their parent identity.
|
||||||
|
::TODO crash on pokes/peers we do not expect
|
||||||
|
::
|
||||||
/? 310 :: hoon version
|
/? 310 :: hoon version
|
||||||
/- talk, sole :: structures
|
/- talk, sole :: structures
|
||||||
/+ talk, sole, time-to-id, twitter :: libraries
|
/+ talk, sole, time-to-id, twitter :: libraries
|
||||||
@ -47,6 +56,7 @@
|
|||||||
shape/config :: configuration
|
shape/config :: configuration
|
||||||
mirrors/(map station config) :: remote config
|
mirrors/(map station config) :: remote config
|
||||||
::TODO never gets updated. ::
|
::TODO never gets updated. ::
|
||||||
|
:: should probably just be @ud, per story?
|
||||||
sequence/(map partner @ud) :: partners heard
|
sequence/(map partner @ud) :: partners heard
|
||||||
known/(map serial @ud) :: messages heard
|
known/(map serial @ud) :: messages heard
|
||||||
followers/(map bone river) :: subscribers
|
followers/(map bone river) :: subscribers
|
||||||
@ -508,7 +518,7 @@
|
|||||||
?~ pur
|
?~ pur
|
||||||
~& [%bad-subscribe-story-c i.pax]
|
~& [%bad-subscribe-story-c i.pax]
|
||||||
(ra-evil %talk-no-story)
|
(ra-evil %talk-no-story)
|
||||||
=+ soy=~(. pa i.pax `(list action)`~ u.pur) ::TODO nest-fail if no cast
|
=+ soy=~(. pa i.pax `(list action)`~ u.pur) :: nest-fails if not cast?
|
||||||
::x she needs read permissions to subscribe.
|
::x she needs read permissions to subscribe.
|
||||||
?. (pa-visible:soy her)
|
?. (pa-visible:soy her)
|
||||||
(ra-evil %talk-no-story)
|
(ra-evil %talk-no-story)
|
||||||
@ -516,7 +526,7 @@
|
|||||||
=^ who +>.$ (ra-human her)
|
=^ who +>.$ (ra-human her)
|
||||||
::x send current data to bring her up to date.
|
::x send current data to bring her up to date.
|
||||||
=. soy (pa-report-cabal:soy ost.hid ~ ~)
|
=. soy (pa-report-cabal:soy ost.hid ~ ~)
|
||||||
::=. soy (pa-report-group:soy ost.hid ~ ~) ::TODO reenable if pa-not=dif
|
=. soy (pa-report-group:soy ost.hid ~ ~)
|
||||||
=. soy (pa-first-grams:soy her t.pax) ::x also adds new sub to followers
|
=. soy (pa-first-grams:soy her t.pax) ::x also adds new sub to followers
|
||||||
::x add her status to presence map.
|
::x add her status to presence map.
|
||||||
=. soy (pa-notify:soy her %hear who)
|
=. soy (pa-notify:soy her %hear who)
|
||||||
@ -524,7 +534,8 @@
|
|||||||
pa-abet:soy
|
pa-abet:soy
|
||||||
::
|
::
|
||||||
++ ra-welcome
|
++ ra-welcome
|
||||||
::x brings new reader up to date. susbcribes it to the specified story.
|
::x brings new reader up to date. susbcribes it to the specified story,
|
||||||
|
::TODO or shared ui state if no story was specified.
|
||||||
::
|
::
|
||||||
|= {new/bone pax/path}
|
|= {new/bone pax/path}
|
||||||
=/ sor/knot
|
=/ sor/knot
|
||||||
@ -753,6 +764,7 @@
|
|||||||
++ pa-cabal
|
++ pa-cabal
|
||||||
::x add station's config to our remote config map.
|
::x add station's config to our remote config map.
|
||||||
::
|
::
|
||||||
|
::TODO when do we care about ham?
|
||||||
|= {cuz/station con/config ham/(map station config)}
|
|= {cuz/station con/config ham/(map station config)}
|
||||||
^+ +>
|
^+ +>
|
||||||
=+ old=mirrors
|
=+ old=mirrors
|
||||||
|
@ -66,21 +66,18 @@
|
|||||||
++ register (pair atlas (map partner atlas)) :: ping me, ping srcs
|
++ register (pair atlas (map partner atlas)) :: ping me, ping srcs
|
||||||
++ shelf (map knot (pair posture cord)) :: ship shape
|
++ shelf (map knot (pair posture cord)) :: ship shape
|
||||||
++ report :: talk update
|
++ report :: talk update
|
||||||
$% :: relevant story is determined from wire: reader responsibility.
|
$% {$cabal cabal} :: config neighborhood
|
||||||
{$cabal cabal} :: config neighborhood
|
{$grams (pair @ud (list telegram))} :: thoughts
|
||||||
:: {$folder (list report)} :: multiple
|
|
||||||
{$grams (pair @ud (list telegram))} :: beginning thoughts
|
|
||||||
{$group register} :: presence
|
{$group register} :: presence
|
||||||
== ::
|
== ::
|
||||||
++ lowdown :: changed shared state
|
++ lowdown :: changed shared state
|
||||||
$% :: ui state
|
$% :: story state ::
|
||||||
{$glyph (jug char (set partner))} :: new bindings
|
|
||||||
{$names (map ship (unit human))} :: new identities
|
|
||||||
:: story state
|
|
||||||
:: relevant story is determined from wire: reader responsibility.
|
|
||||||
{$confs (unit config) (map station (unit config))}:: changed configs
|
{$confs (unit config) (map station (unit config))}:: changed configs
|
||||||
{$precs register} :: changed presences
|
{$precs register} :: changed presences
|
||||||
{$grams (pair @ud (list telegram))} :: new grams
|
{$grams (pair @ud (list telegram))} :: new grams
|
||||||
|
:: ui state ::
|
||||||
|
{$glyph (jug char (set partner))} :: new bindings
|
||||||
|
{$names (map ship (unit human))} :: new identities
|
||||||
== ::
|
== ::
|
||||||
++ speech :: narrative action
|
++ speech :: narrative action
|
||||||
$% {$lan p/knot q/@t} :: local announce
|
$% {$lan p/knot q/@t} :: local announce
|
||||||
|
Loading…
Reference in New Issue
Block a user