Skip to main content

Module post_bundle

Module post_bundle 

Source
Expand description

§Post-bundle fetching, caching, healing, and submission

Two parallel stacks — one for posts themselves and one for their feedback — each with a trait, a production “live” implementation, and a test stub. Background reconciliation heals divergent copies across peers, and the submission helpers orchestrate the two-phase claim+commit for posts and the single-phase submit for feedback.

Modules§

live_post_bundle_feedback_manager
Production PostBundleFeedbackManager — cache, fetch, heal
live_post_bundle_manager
Production PostBundleManager — cache, fetch, heal
post_bundle_feedback_healing
Peer-to-peer reconciliation of post-bundle feedback
post_bundle_feedback_manager
Post-bundle feedback lookup trait
post_bundle_healing
Peer-to-peer reconciliation of divergent post bundles
post_bundle_manager
Post-bundle lookup trait
posting
Submit-post and submit-feedback client-side orchestration
stub_post_bundle_feedback_manager
Test stub PostBundleFeedbackManager
stub_post_bundle_manager
Test stub PostBundleManager