Added a new StudyType - Speed / Vol / Class Count as ATR_SVC. This is the combination of ATR_SPEED_VOLUME and VEHICLE_CLASS. The other two have been deprecated from the request view, but their StudyType needs to persist since there is both existing studies and requests in process.
Issue Addressed
This PR closes MOVE-1183
Description
Added a new StudyType - Speed / Vol / Class Count as
ATR_SVC
. This is the combination of ATR_SPEED_VOLUME and VEHICLE_CLASS. The other two have been deprecated from the request view, but their StudyType needs to persist since there is both existing studies and requests in process.Tests
All existing tests are passing.