Module: PlanMyStuff::Pipeline::Testing
- Defined in:
- lib/plan_my_stuff/pipeline/testing.rb
Overview
Canonical names for the Testing single-select custom field on the
pipeline project. The field tracks testing progress orthogonally to
the Status field (testing can run alongside In Review).
Consuming apps can override the field name via
PlanMyStuff.configuration.pipeline_testing_field_name and the
option labels via PlanMyStuff.configuration.pipeline_testing_values.
The canonical names here remain the internal identifiers.
Constant Summary collapse
- FIELD_NAME =
'Testing'- VALUES =
{ active: 'Testing', inactive: 'Not testing', }.freeze