From 400dfabcecaa5de26701b861070bb22b6f342272 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 22 Apr 2020 11:09:47 -0700 Subject: [PATCH] BOD-21 Added some custom components to render CT, BP, PP to production. Schema changes for view to include body and refinish hrs. --- bodyshop_translations.babel | 254 +++++++++++++++++- .../components/header/header.component.jsx | 131 +++++---- ...roduction-list-columns.alert.component.jsx | 48 ++++ ...on-list-columns.bodypriority.component.jsx | 51 ++++ .../production-list-columns.data.js | 73 +++-- ...n-list-columns.paintpriority.component.jsx | 51 ++++ .../production-list-table.component.jsx | 8 +- .../production-list-table.container.jsx | 2 +- .../production-list-table.styles.scss | 3 +- client/src/graphql/jobs.queries.js | 5 +- client/src/translations/en_us/common.json | 14 +- client/src/translations/es/common.json | 14 +- client/src/translations/fr/common.json | 14 +- .../1587574775829_run_sql_migration/down.yaml | 1 + .../1587574775829_run_sql_migration/up.yaml | 23 ++ .../down.yaml | 6 + .../up.yaml | 13 + .../1587575091197_run_sql_migration/down.yaml | 1 + .../1587575091197_run_sql_migration/up.yaml | 16 ++ .../down.yaml | 8 + .../up.yaml | 6 + .../down.yaml | 6 + .../up.yaml | 13 + .../down.yaml | 6 + .../up.yaml | 43 +++ 25 files changed, 703 insertions(+), 107 deletions(-) create mode 100644 client/src/components/production-list-columns/production-list-columns.alert.component.jsx create mode 100644 client/src/components/production-list-columns/production-list-columns.bodypriority.component.jsx create mode 100644 client/src/components/production-list-columns/production-list-columns.paintpriority.component.jsx create mode 100644 hasura/migrations/1587574775829_run_sql_migration/down.yaml create mode 100644 hasura/migrations/1587574775829_run_sql_migration/up.yaml create mode 100644 hasura/migrations/1587574953110_create_relationship_bodyshop_public_table_productionview/down.yaml create mode 100644 hasura/migrations/1587574953110_create_relationship_bodyshop_public_table_productionview/up.yaml create mode 100644 hasura/migrations/1587575091197_run_sql_migration/down.yaml create mode 100644 hasura/migrations/1587575091197_run_sql_migration/up.yaml create mode 100644 hasura/migrations/1587575103804_drop_relationship_bodyshop_public_table_productionview/down.yaml create mode 100644 hasura/migrations/1587575103804_drop_relationship_bodyshop_public_table_productionview/up.yaml create mode 100644 hasura/migrations/1587575121219_create_relationship_bodyshop_public_table_productionview/down.yaml create mode 100644 hasura/migrations/1587575121219_create_relationship_bodyshop_public_table_productionview/up.yaml create mode 100644 hasura/migrations/1587575154011_update_permission_user_public_table_productionview/down.yaml create mode 100644 hasura/migrations/1587575154011_update_permission_user_public_table_productionview/up.yaml diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index e9bf09b71..7ee01f302 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +