Scorecard and rule UI components live in src/features/reliability/. See Feature UI source modules.
Track project reliability and enforce quality rules at the project level. Reliability is implemented as a project-scoped quality gate system. Each project can enable or disable rules, and Ticket Mate surfaces a reliability scorecard with current score and active rule badges.
ReliabilitySection:
GET /api/projects/:projectId/reliabilityPUT /api/projects/:projectId/reliabilityQualityScorecard renders:
currentScore visualization via circular progress>= 90: success>= 70: warning< 70: errorQualityRuleEditor supports:
noPrWithoutTicket rulenoTicketWithoutAc ruleminTestCoverage threshold (0-100, where 0 disables that check)QualityGateConfig contains:
enablednoPrWithoutTicketnoTicketWithoutAcminTestCoveragecurrentScoreThese values are fetched and persisted per project.
Last Updated: April 21, 2026