28 February 2023
Release is complete
Up to date information about the system can be found here: https://status.detected.app/
Dashboard Changes
Features
Documents
We have added the functionality to upload documents to a customer profile on the dashboard.

Accessible from the "More Options" menu, this will allow agents to upload any relevant documents like contract agreements or other handy business documents you wish to tie to the customer.
Review Status
We have added the functionality to set a profile with a review status.

This will allow people that are on the dashboard reviewing clients to mark if the profile has already been reviewed.
Fixes and Improvements
- Adjusted how the more information menu works to be properly overlayed on the screen.
- Fixed an issue where document markdown was not working as expected
Onboarding Portal
Features
Personalised Customer Reference
A new feature has been incorporated into the portal which allows you to include your own internal reference in the link when sending it to a company for onboarding.
By adding
?reference=[customer reference number in here]
to the end of your portal URL, the company that is added with the link will be added with that customer reference in the system.
Fixes and Improvement
- Fixed an issue with ID Verification showing if no people have been added to the platform
- Fixed an issue with language change not picking the correct language on the UBO form
- Fixed an issue with the form in French asking for lines that are not mandatory to appear as such.
- Added Spanish translations
- Added Portuguese translations
- Fixed the background colour in the document upload section of the portal.
API
Features:
All of the above features have been implemented with our API and can be found inside the profile API
https://profile-backend.detected.app/api/v1/public/profiles/profile/{customer reference number}
With the internal documents shown as
"internal_documents": {"data": []}
Review status showing as
"review_status": "Needs Review"
Fixes and Improvement:
- No API fixes or improvements were needed for this release.