Commit graph

19 commits

Author SHA1 Message Date
Sérgio Salgado
81d74eb40b fix: add missing custom requirement data on customer data communication with machine
fix: create function to reset the override flag in custom requirement data
2022-02-14 15:20:58 +00:00
André Sá
bc78837d39 refactor: remove unnecessary operations 2022-02-02 14:56:56 +00:00
Sérgio Salgado
658c8d74d4 fix: stop writing to database on null data 2022-01-12 23:48:43 +00:00
csrapr
ba8cac60f8 Chore: Add basic screen and toggle
Chore: form skeleton

Feat: wizard step 1 and 2

Feat: toggle button group for formik

Feat: select input type Form and styling

Feat: text entry page

Feat: Choice list and CSS

Fix: scroll to bottom on Add choice button click

Feat: format data at end of wizard

Feat: wizard toggle button and background blur

Feat: data table for custom info requests

Feat: editing and deleting custom info request

Feat: add icons

Fix: Wizard changes

Feat: custom requests migrations

Feat: fetch custom info requests

Feat: add mutations

Feat: add custom request option in trigger wizard

Feat: show customrequests on table

Feat: Triggers page code refactor

Feat: integrate custom info requests on Customer graphql type

Feat: Show custom info requests on user page

Fix: use normal table instead of datatable

Feat: modal for custom information request details

Feat: poller returns custom request information details

Feat: send customer custom info requests to machine

Chore: add field CustomInfoRequestsData on customer updates

Feat: customer custom info request data saving

Chore: variable name changes and lots of fixes

Feat: remove default value in query, sort request on customer profile

Signed-off-by: csrapr <26280794+csrapr@users.noreply.github.com>

Fix: return promise when array of ids is empty

Feat: TitleSection can receive more than one button
2021-12-08 18:28:51 +00:00
Sérgio Salgado
ca2274a8a2 fix: use date-fns functional programming module 2021-11-24 23:02:24 +00:00
Sérgio Salgado
7d6fb17158 feat: convert from using dst offsets to use timezone code
feat: select timezones from current selected country
2021-11-24 23:02:22 +00:00
José Oliveira
154fe7affb fix: sms receipt data construction 2021-11-16 15:42:09 +00:00
José Oliveira
9506b98b47 refactor: move sms receipt content to server 2021-11-16 15:42:07 +00:00
José Oliveira
5f18fcbeb6 feat: send twilio sms 2021-11-16 15:39:47 +00:00
José Oliveira
f502c3a57a feat: sms receipt route 2021-11-16 15:34:35 +00:00
José Oliveira
2f2285e943 refactor: styling improvements and add custom carousel component 2021-10-07 13:54:38 +01:00
José Oliveira
e729de1410 feat: handle T&C photos and UI photos roll 2021-10-07 13:49:43 +01:00
José Oliveira
2f0ca0ab26 fix: remove logs and change route 2021-07-05 12:25:15 +01:00
José Oliveira
c7d56c8110 fix: change photos path 2021-07-05 12:25:15 +01:00
José Oliveira
c221437618 feat: relay id data photos to server 2021-07-05 12:25:15 +01:00
Sérgio Salgado
129e5555df fix: compliance notifications through sms and email 2021-07-05 11:22:58 +01:00
csrapr
757db75d1a Chore: merge compliance notification code changes 2021-03-19 14:04:31 +00:00
Cesar
558317e9f3 Feat: implement per operator settings cache
Fix: fix linter-found issues

Chore: move findOperatorId to own middleware file

Chore: delete old routes.js file and rename new-routes.js to routes.js

Fix: PR fixes
2021-03-19 14:04:31 +00:00
Cesar
85235eaa13 Feat: refactor routes.js express entrypoint config
Feat: express config script refactor

Feat: add state and settingsCache files
2021-03-19 14:04:31 +00:00