SpanForge / SDK Service / Scale phase
sf_feedback
Structured feedback collection — NPS, CSAT, thumbs, Likert — linked to T.R.U.S.T. dimensions, ULID-keyed records, and SHA-256 hashed free-text comments.
from spanforge import sf_feedbackWhat it covers
- NPS / CSAT / thumbs / Likert rating types
- POST /v1/feedback endpoint
- SHA-256 hashed free-text comments
- T.R.U.S.T. dimension linking
- ULID-keyed feedback records for ordering
- Audit-chain integration
Get started
Install once. Import per service.
All SDK services ship inside a single package. Install spanforge once and import only what you need.
Install
pip install spanforgeImport
from spanforge import sf_feedback