From 5cf3b26bb31e0403c839cc962bc684e14ccdc1b6 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 17 Jun 2020 16:29:35 -0700 Subject: [PATCH] Refactor production board with new component BOD-71 --- bodyshop_translations.babel | 23 ++- client/package.json | 1 + ...production-board-kanban-card.component.jsx | 30 ++++ .../production-board-kanban.component.jsx | 157 +++++++----------- .../production-board-kanban.utils.js | 31 +++- client/src/graphql/jobs.queries.js | 6 +- client/src/translations/en_us/common.json | 1 + client/src/translations/es/common.json | 1 + client/src/translations/fr/common.json | 1 + client/yarn.lock | 41 ++++- .../down.yaml | 1 + .../up.yaml | 5 + .../down.yaml | 5 + .../up.yaml | 5 + .../1592417343599_run_sql_migration/down.yaml | 1 + .../1592417343599_run_sql_migration/up.yaml | 24 +++ .../down.yaml | 6 + .../up.yaml | 13 ++ .../down.yaml | 6 + .../up.yaml | 45 +++++ hasura/migrations/metadata.yaml | 36 ++-- 21 files changed, 318 insertions(+), 121 deletions(-) create mode 100644 client/src/components/production-board-kanban-card/production-board-kanban-card.component.jsx create mode 100644 hasura/migrations/1592417299712_drop_view_public_productionview/down.yaml create mode 100644 hasura/migrations/1592417299712_drop_view_public_productionview/up.yaml create mode 100644 hasura/migrations/1592417338944_alter_table_public_jobs_alter_column_kanbanparent/down.yaml create mode 100644 hasura/migrations/1592417338944_alter_table_public_jobs_alter_column_kanbanparent/up.yaml create mode 100644 hasura/migrations/1592417343599_run_sql_migration/down.yaml create mode 100644 hasura/migrations/1592417343599_run_sql_migration/up.yaml create mode 100644 hasura/migrations/1592417407401_create_relationship_bodyshop_public_table_productionview/down.yaml create mode 100644 hasura/migrations/1592417407401_create_relationship_bodyshop_public_table_productionview/up.yaml create mode 100644 hasura/migrations/1592417440460_update_permission_user_public_table_productionview/down.yaml create mode 100644 hasura/migrations/1592417440460_update_permission_user_public_table_productionview/up.yaml diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 52eae341d..67dd57856 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +