From 6457acc61e0a4aa93ffff510bd41c303db11c4b9 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 4 Jan 2022 12:33:20 -0800 Subject: [PATCH] IO-1613 add suspended days to jobs. --- bodyshop_translations.babel | 65 ++++++++++++++++++- .../jobs-detail-header-actions.component.jsx | 19 +++++- .../jobs-detail-header.component.jsx | 9 ++- .../jobs-list/jobs-list.component.jsx | 9 ++- ...production-board-kanban-card.component.jsx | 9 ++- .../production-list-columns.data.js | 14 +++- .../schedule-day-view.container.jsx | 1 + .../schedule-job-modal.component.jsx | 4 +- client/src/graphql/appointments.queries.js | 22 +++++-- client/src/graphql/jobs.queries.js | 5 ++ client/src/translations/en_us/common.json | 5 +- client/src/translations/es/common.json | 5 +- client/src/translations/fr/common.json | 5 +- hasura/metadata/tables.yaml | 3 + .../down.sql | 4 ++ .../up.sql | 2 + server/graphql-client/queries.js | 12 ++-- server/scheduling/scheduling-job.js | 1 + 18 files changed, 170 insertions(+), 24 deletions(-) create mode 100644 hasura/migrations/1641322435174_alter_table_public_jobs_add_column_suspended/down.sql create mode 100644 hasura/migrations/1641322435174_alter_table_public_jobs_add_column_suspended/up.sql diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f992575cc..d6c6d4c7f 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +