Some checks failed
p2p-intel / engine (push) Waiting to run
p2p-intel / notifications (push) Waiting to run
p2p-intel / coverage (push) Waiting to run
p2p-intel / makepad-app (push) Waiting to run
p2p-intel / exchange-tab (push) Waiting to run
Payment domain, storage, platform and UI / isolated-payment-tests (push) Waiting to run
Payment domain, storage, platform and UI / payment-ui-tests (push) Waiting to run
repo hygiene / hygiene (push) Has been cancelled
PDF engine / engine (push) Has been cancelled
PDF engine / makepad-integration (push) Has been cancelled
PDF engine / fuzz (push) Has been cancelled
nigig-build (CAD) / supply-chain (push) Has been cancelled
nigig-build (CAD) / cad-module (push) Has been cancelled
nigig-build (CAD) / full-crate-check (push) Has been cancelled
nigig-build (CAD) / cad-engine-coverage (push) Has been cancelled
nigig-build (CAD) / doc-workspace-coverage (push) Has been cancelled
nigig-build (CAD) / cad-widget-coverage (push) Has been cancelled
traffic / gates (push) Has been cancelled
traffic / nigig-traffic (push) Has been cancelled
traffic / supply-chain (push) Has been cancelled
doc-engine / engine (push) Has been cancelled
doc-engine / coverage (push) Has been cancelled
doc-engine / consumer (push) Has been cancelled
email / gates (push) Has been cancelled
email / email-domain (push) Has been cancelled
email / nigig-email (push) Has been cancelled
email / supply-chain (push) Has been cancelled
nigig-map / test (push) Has been cancelled
sms / gates (push) Has been cancelled
sms / robius-sms (push) Has been cancelled
sms / android (push) Has been cancelled
sms / nigig-sms (push) Has been cancelled
sms / supply-chain (push) Has been cancelled
spreadsheet / engine-coverage (push) Has been cancelled
spreadsheet / ui-controller-coverage (push) Has been cancelled
Whole-tree sync: cad-core/cad-ui split sources, nigig-build construction_frame migration, pdf port progress, mpesa/pay/uikit/doc updates, workspace members/profiles/lock, CI workflows and reviews. See individual file history for details.
1.6 KiB
1.6 KiB
nimanyatta — vendored chat server
This crate is the vendoring target for the nimanyatta real-time chat server
currently living at ../nimanyatta (sibling checkout).
nigig-site and nigig-chat both speak to the same server:
- Creating a project group for a construction site in
nigig-site(POST /api/v1/rooms/create) creates a normal nimanyatta room. That room automatically appears innigig-chatviaPOST /api/v1/sync. - A room created in
nigig-chatis likewise visible innigig-site's Project chat tab — same room_id, same server.
Current state (Phase 1)
The server is not yet copied into this repo. crates/apps/nigig-site
and crates/nigig-chat talk to the sibling checkout at
../nimanyatta → http://127.0.0.1:8080 (default)
Override with NIMANYATTA_BASE_URL (e.g. staging URL) and share the
same PASETO_KEY / DATABASE_PATH across both checkouts.
Vendoring plan
- Copy
../nimanyatta/src,../nimanyatta/crates/nimanyatta-protocol,../nimanyatta/crates/kra-etims-sdk, and../nigig-lite/crates/commoninto this folder preserving history (git subtreeorgit filter-repo). - Add it to the workspace (
[workspace] members += "crates/nimanyatta"). - Replace
nigig-site/src/nimanyatta_client.rstyped shims withnigig_common::{CreateRoomRequest, …}and the sharedTestClient. - Wire a
cargo xtaskthat runscargo run -p nimanyatta --bin broadcast_server --features b_serveralongsidecargo run -p nigig-sitefor local dev.
Until step 1 lands, this folder is a stub so docs/links resolve.