Change reliance on governor_created_by database field to polymorphic model relationship with its own dedicated table. This will remove the burden of custom migrations and the requirement to add the field to all tables.
Acceptance Criteria
Test Coverage
WSJF Priority Score
- Score: 1.05
- User/Business Value: 7
- Time Criticality: 8
- Risk Reduction/Opportunity Enablement: 8
- Calculation: (7 + 8 + 8) ÷ size
Change reliance on
governor_created_bydatabase field to polymorphic model relationship with its own dedicated table. This will remove the burden of custom migrations and the requirement to add the field to all tables.Acceptance Criteria
Test Coverage
WSJF Priority Score