holochain-open-dev / social-triangulation

A social triangulation zome for hApps with small communities with ties between its participants
9 stars 4 forks source link

Update internal data structures so that it's clear who vouched for who #1

Open pospi opened 4 years ago

pospi commented 4 years ago

Writing this and debating whether it's a desirable feature at the same time... thoughts?

guillemcordoba commented 4 years ago

Maybe renaming variables to make it clearer would be enough? Keeping DHT entries small seems like a good choice for this zome without any domain logic attached to it, and actually entries are only used because we cannot link from agent_id to agent_id directly (yet?), they aren't used on validate_agent, only the links.

pospi commented 4 years ago

I think we could probably just do it with the link tags then huh

On Thu, 12 Mar 2020 at 21:06, Guillem Córdoba notifications@github.com wrote:

Maybe renaming variables to make it clearer would be enough? Keeping DHT entries small seems like a good choice for this zome without any domain logic attached to it, and actually entries are only used because we cannot link from agent_id to agent_id directly (yet?), they aren't used on validate_agent, only the links.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/holochain-open-dev/social-triangulation/issues/1#issuecomment-598104716, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADK2JDHPZTFQ6ENPY74AFTRHCXZVANCNFSM4LGFJRTA .

-- writings http://pospi.spadgos.com/ | twitter https://twitter.com/pospigos | github https://github.com/pospi ← where to find me ValueFlows https://www.valueflo.ws/ | Holo-REA https://github.com/holo-rea/ ← things I'm working on