From ef2e015347369a9acb7c7fd62d306dbe9a6ec29a Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 19 Aug 2020 11:12:44 -0700 Subject: [PATCH] Added ins co, classes, categories to shop info + job conversion BOD-255 BOD-258 BOD-259 --- bodyshop_translations.babel | 86 +++++++++++++++- .../jobs-convert-button.component.jsx | 99 +++++++++++++++++++ .../jobs-create-jobs-info.component.jsx | 24 ++++- .../jobs-detail-general.component.jsx | 12 ++- .../jobs-detail-header.component.jsx | 28 +----- .../shop-info/shop-info.component.jsx | 68 +++++++++++-- client/src/graphql/bodyshop.queries.js | 8 ++ client/src/graphql/jobs.queries.js | 13 ++- .../jobs-detail.page.component.jsx | 2 - .../jobs-detail.page.container.jsx | 5 +- client/src/translations/en_us/common.json | 4 + client/src/translations/es/common.json | 4 + client/src/translations/fr/common.json | 4 + .../down.yaml | 5 + .../up.yaml | 6 ++ .../down.yaml | 5 + .../up.yaml | 6 ++ .../down.yaml | 5 + .../up.yaml | 6 ++ .../down.yaml | 62 ++++++++++++ .../up.yaml | 65 ++++++++++++ .../down.yaml | 56 +++++++++++ .../up.yaml | 59 +++++++++++ .../down.yaml | 5 + .../up.yaml | 6 ++ .../down.yaml | 65 ++++++++++++ .../up.yaml | 66 +++++++++++++ .../down.yaml | 59 +++++++++++ .../up.yaml | 60 +++++++++++ hasura/migrations/metadata.yaml | 8 ++ 30 files changed, 853 insertions(+), 48 deletions(-) create mode 100644 client/src/components/jobs-convert-button/jobs-convert-button.component.jsx create mode 100644 hasura/migrations/1597854452477_alter_table_public_bodyshops_add_column_md_classes/down.yaml create mode 100644 hasura/migrations/1597854452477_alter_table_public_bodyshops_add_column_md_classes/up.yaml create mode 100644 hasura/migrations/1597854464958_alter_table_public_bodyshops_add_column_md_categories/down.yaml create mode 100644 hasura/migrations/1597854464958_alter_table_public_bodyshops_add_column_md_categories/up.yaml create mode 100644 hasura/migrations/1597854487005_alter_table_public_bodyshops_add_column_md_ins_cos/down.yaml create mode 100644 hasura/migrations/1597854487005_alter_table_public_bodyshops_add_column_md_ins_cos/up.yaml create mode 100644 hasura/migrations/1597854499320_update_permission_user_public_table_bodyshops/down.yaml create mode 100644 hasura/migrations/1597854499320_update_permission_user_public_table_bodyshops/up.yaml create mode 100644 hasura/migrations/1597854509708_update_permission_user_public_table_bodyshops/down.yaml create mode 100644 hasura/migrations/1597854509708_update_permission_user_public_table_bodyshops/up.yaml create mode 100644 hasura/migrations/1597856801481_alter_table_public_bodyshops_add_column_enforce_class/down.yaml create mode 100644 hasura/migrations/1597856801481_alter_table_public_bodyshops_add_column_enforce_class/up.yaml create mode 100644 hasura/migrations/1597856850558_update_permission_user_public_table_bodyshops/down.yaml create mode 100644 hasura/migrations/1597856850558_update_permission_user_public_table_bodyshops/up.yaml create mode 100644 hasura/migrations/1597856859918_update_permission_user_public_table_bodyshops/down.yaml create mode 100644 hasura/migrations/1597856859918_update_permission_user_public_table_bodyshops/up.yaml diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 4ed4779f1..d627443d4 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +