department-of-veterans-affairs/vets-website

View on GitHub
src/applications/vre/28-1900/wizard/pages/pageList.js

Summary

Maintainability
A
50 mins
Test Coverage
export const startingPageName = {
  start: 'start',
};

export const veteranPathPageNames = {
  isVeteran: 'isVeteran',
  amOther: 'amOther',
  noHonorableDischarge: 'noHonorableDischarge',
  yesHonorableDischarge: 'yesHonorableDischarge',
  yesDisabilityRating: 'yesDisabilityRating',
  noDisabilityRating: 'noDisabilityRating',
};

export const serviceMemberPathPageNames = {
  isServiceMember: 'isServiceMember',
  noHonorableDischargeSM: 'noHonorableDischargeSM',
  yesHonorableDischargeSM: 'yesHonorableDischargeSM',
  noVaMemorandum: 'noVaMemorandum',
  yesVaMemorandum: 'yesVaMemorandum',
  yesInterestedInHelp: 'yesInterestedInHelp',
  noIDES: 'noIDES',
  yesIDES: 'yesIDES',
};

export const otherPathPageNames = {
  isOther: 'isOther',
};