From cc27a8c228c5a44e87e4ab06df1cbef5f733d535 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 28 Jan 2020 09:33:47 -0800 Subject: [PATCH] Finished job detail insurance component --- bodyshop_translations.babel | 233 +++++++++++++++++- .../email-form-item.component.jsx | 16 ++ .../jobs-detail-claims.component.jsx | 17 -- .../jobs-detail-insurance.component.jsx | 65 ++++- client/src/graphql/jobs.queries.js | 58 ++--- client/src/translations/en_us/common.json | 11 + client/src/translations/es/common.json | 11 + client/src/translations/fr/common.json | 11 + .../down.yaml | 3 + .../up.yaml | 3 + .../down.yaml | 3 + .../up.yaml | 3 + .../down.yaml | 3 + .../up.yaml | 3 + .../down.yaml | 3 + .../up.yaml | 3 + .../down.yaml | 220 +++++++++++++++++ .../up.yaml | 224 +++++++++++++++++ .../down.yaml | 218 ++++++++++++++++ .../up.yaml | 222 +++++++++++++++++ .../down.yaml | 220 +++++++++++++++++ .../up.yaml | 224 +++++++++++++++++ 22 files changed, 1707 insertions(+), 67 deletions(-) create mode 100644 client/src/components/form-items-formatted/email-form-item.component.jsx create mode 100644 hasura/migrations/1580232207896_alter_table_public_jobs_add_column_selling_dealer/down.yaml create mode 100644 hasura/migrations/1580232207896_alter_table_public_jobs_add_column_selling_dealer/up.yaml create mode 100644 hasura/migrations/1580232216402_alter_table_public_jobs_add_column_servicing_dealer/down.yaml create mode 100644 hasura/migrations/1580232216402_alter_table_public_jobs_add_column_servicing_dealer/up.yaml create mode 100644 hasura/migrations/1580232321960_alter_table_public_jobs_add_column_servicing_dealer_contact/down.yaml create mode 100644 hasura/migrations/1580232321960_alter_table_public_jobs_add_column_servicing_dealer_contact/up.yaml create mode 100644 hasura/migrations/1580232395019_alter_table_public_jobs_add_column_selling_dealer_contact/down.yaml create mode 100644 hasura/migrations/1580232395019_alter_table_public_jobs_add_column_selling_dealer_contact/up.yaml create mode 100644 hasura/migrations/1580232453942_update_permission_user_public_table_jobs/down.yaml create mode 100644 hasura/migrations/1580232453942_update_permission_user_public_table_jobs/up.yaml create mode 100644 hasura/migrations/1580232464001_update_permission_user_public_table_jobs/down.yaml create mode 100644 hasura/migrations/1580232464001_update_permission_user_public_table_jobs/up.yaml create mode 100644 hasura/migrations/1580232469614_update_permission_user_public_table_jobs/down.yaml create mode 100644 hasura/migrations/1580232469614_update_permission_user_public_table_jobs/up.yaml diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 8b3adf828..f264b41e4 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +