Commit graph

32 commits

Author SHA1 Message Date
Rafael Taranto
04eea85a0d refactor: yagni and flow of external compliance 2024-06-17 22:11:24 +01:00
Sérgio Salgado
b06927fd1c fix: change sumsub usage away from self-hosted solutions 2024-06-11 11:28:05 +01:00
Sérgio Salgado
6ba0632067 feat: implement sumsub API module
feat: add 3rd party services splash screen
feat: add sumsub as a configurable 3rd party service
feat: sumsub config loader
fix: small fixes

feat: add external validation as a compliance trigger
feat: add external validation route in l-s
feat: add external validation graphql module
feat: integrate sumsub SDK

feat: improve sumsub form to allow adding multiple applicant levels with enhanced UX
feat: added support for array fields in FormRenderer
feat: allow external validation triggers to dynamically use levels setup in the services page
fix: multiple small fixes

feat: get external compliance customer info
fix: small fixes

feat: add informational card in customer profile regarding external service info

feat: send external customer data for machine trigger verification

feat: restrictions to the creation of custom info requests and external validation triggers
fix: allow for a single applicant level to be setup

fix: account instance access

fix: small fixes

fix: development-only log
2024-06-11 11:25:58 +01:00
siiky
3dbf10183e feat: add pending manual compliance notifications 2024-06-07 12:14:34 +01:00
siiky
068f68e838 refactor: give settings object to complianceNotify 2024-06-07 11:59:27 +01:00
siiky
08843ec73a refactor: make deviceId its own variable 2024-06-07 11:59:26 +01:00
Rafael Taranto
4743f7f62c feat: save last auth attempt per customer 2024-05-29 09:24:18 +01:00
Rafael Taranto
ab304093f3 feat: customer auth via email 2023-11-28 17:36:29 +00:00
josepfo
b312c44562 fix: suspend flag for gm machine 2023-03-21 15:34:38 +00:00
Sérgio Salgado
6c4b225e73 fix: allow for decimal values on customer suspension time 2022-06-20 22:28:03 +01:00
José Oliveira
f205f99d7f fix: sms receipt tx direction 2022-03-02 14:40:02 +00:00
Rafael Taranto
26bf036553 Merge pull request #1099 from chaotixkilla/fix-custom-sms
Get SMS notices closer to spec
2022-02-16 10:09:18 +00:00
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
Sérgio Salgado
cd01d894a3 feat: add sms preview
feat: add reset to default button
feat: add attachable values
feat: connect the sms receipt notice to the sms receipt request
2022-02-10 00:36:32 +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