From f187a2106ca3cce7c28cc6d0701f5534a14955e4 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 20 Jul 2020 08:55:01 -0700 Subject: [PATCH] WIP Time Ticket Summary BOD-191 --- bodyshop_translations.babel | 170 +++++++++++++++++- .../time-tickets-dates-selector.component.jsx | 33 ++++ .../time-ticket-list.component.jsx | 67 ++++++- .../time-ticket-modal.container.jsx | 2 +- ...me-tickets-summary-employees.component.jsx | 131 ++++++++++++++ .../time-tickets-summary.component.jsx | 14 ++ client/src/firebase/firebase.utils.js | 4 +- client/src/graphql/timetickets.queries.js | 34 +++- .../pages/manage/manage.page.component.jsx | 11 +- .../time-tickets/time-tickets.container.jsx | 62 +++++++ client/src/redux/modals/modals.reducer.js | 4 +- client/src/translations/en_us/common.json | 10 +- client/src/translations/es/common.json | 10 +- client/src/translations/fr/common.json | 10 +- 14 files changed, 544 insertions(+), 18 deletions(-) create mode 100644 client/src/components/ticket-tickets-dates-selector/time-tickets-dates-selector.component.jsx create mode 100644 client/src/components/time-tickets-summary-employees/time-tickets-summary-employees.component.jsx create mode 100644 client/src/components/time-tickets-summary/time-tickets-summary.component.jsx create mode 100644 client/src/pages/time-tickets/time-tickets.container.jsx diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 7230abcb3..16e072825 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +