docs: add rated engineering feature matrix for mpiper - #24
Draft
usehoplite[bot] wants to merge 1 commit into
Draft
docs: add rated engineering feature matrix for mpiper#24usehoplite[bot] wants to merge 1 commit into
usehoplite[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Shantanu Mane <maneshantanu.20@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
references/ENGINEERING_FEATURE_MATRIX.md, a rated roadmap of features that would take MPiper from a working demo pipeline to a production-grade engineering project. Each entry is scored on engineering value (correctness, reliability, security, testing, operability), not just product value, with priority and effort per row plus a 3-phase build order.This is a documentation contribution only — no code changes.
What's in the matrix
internal/database/migrations/) and the documented manual schema (db/migrations/001_seed.sql) — embeddedvariants.imagelacksvariant_hash/paramsand embeddedassetslackswidth/height, both written by the worker.ci.yml) runsgo test -tags=integrationbut no test file carries that tag, so it executes zero tests.tests/performance_suite_test.gofailsgo test ./...because itt.Fatals whenPERF_TEST_URLis unset and has no build tag.Verification
Risks / notes
feat/dev-55-outbox-pattern,feat/webhook-notifications) — those are flagged in the doc as opportunities to adopt existing work rather than re-implement.