Develop Backend API for Contacts Page #142
Labels
Backend
Backend Related Issue
Core
Work to do on the core system of the App
New Feature
New feature to be implemented
Milestone
Develop a backend API to support the Contacts Page functionality by retrieving visitor details. This includes visitor activity, document access logs, and sorting options.
Tasks
LinkRecipients
table toLinkVisitors
.first_name
,last_name
,email
) from theLinkVisitors
table.friendlyName
from theLink
table. Fallback toLinkID
if unavailable.updatedAt
field fromLinkVisitors
.email
to avoid duplicates.Last Viewed Link
with the most recent link accessed.N/A
for missingName
orEmail
.Notes
LinkVisitors
table are handled via File Access Page (Implement Backend API for File Access #138).The text was updated successfully, but these errors were encountered: