diff --git a/.circleci/config.yml b/.circleci/config.yml index 827fb02ff8..d4d2d3d3a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -560,7 +560,7 @@ parameters: type: string dev_git_branch: # change to feature branch to test deployment description: "Name of github branch that will deploy to dev" - default: "al-ttahub-3316-3317-overview-widgets" + default: "al-ttahub-3402-connect-be-overview" type: string sandbox_git_branch: # change to feature branch to test deployment default: "kw-fix-duplicate-programs" diff --git a/frontend/src/Routes.js b/frontend/src/Routes.js index 210f3e751f..318ad90de3 100644 --- a/frontend/src/Routes.js +++ b/frontend/src/Routes.js @@ -41,6 +41,9 @@ import SessionForm from './pages/SessionForm'; import ViewTrainingReport from './pages/ViewTrainingReport'; import QADashboard from './pages/QADashboard'; import SomethingWentWrong from './components/SomethingWentWrong'; +import RecipientsWithNoTta from './pages/QADashboard/RecipientsWithNoTta'; +import RecipientsWithClassScoresAndGoals from './pages/QADashboard/RecipientsWithClassScoresAndGoals'; +import RecipientsWithOhsStandardFeiGoal from './pages/QADashboard/RecipientsWithOhsStandardFeiGoal'; export default function Routes({ alert, @@ -157,6 +160,33 @@ export default function Routes({ )} /> + ( + + + + )} + /> + ( + + + + )} + /> + ( + + + + )} + /> {menuItems.map((item) => (
  • -