
@payments notes use parseContentWithMentions with parseUrls: true and parseUrlsAndCreateHTMLandAnchors.tsx — http:// / https:// URLs become clickable. On Attik mobile, lib/parseContentWithMentions.tsx only styles @mentions; URLs in notes render as plain text in NoteCard.tsx (not tappable). Inspectors in the field likely hit this gap.InspectionAttachmentsBox.tsx on web, AttachmentsSection.tsx on mobile, attik-backend/src/routes/inspectionAttachments.ts) accept file uploads only (S3, 25 MB max). There is no “paste a URL” attachment type — expecting a link in Files is a workflow mismatch, not a missing upload button.AddReportModal.tsx (one-off link report); mobile ReportsSection.tsx opens via Linking.openURL. That is the intended way to attach a form or photo-folder URL to an order for inspectors (mark Complete if it should appear in client-facing lists).https://); bare www. URLs may not become links.Frontend (web)
attik-frontend/src/components/activityFeed/NotesBlock.tsx (parseUrls: true).attik-frontend/src/util/functions/data/parseUrlsAndCreateHTMLandAnchors.tsx, parseContentWithMentions.tsx.attik-frontend/src/app/tools/inspections/[id]/components/InspectionAttachmentsBox.tsx (upload only).attik-frontend/src/app/tools/inspections/[id]/components/reports/AddReportModal.tsx, Reports.tsx (one-off reports).Mobile
attik-mobile/lib/parseContentWithMentions.tsx, components/inspection/NoteCard.tsx, NotesSection.tsx — no URL linkification today (primary defect candidate for “link in notes doesn’t work”).attik-mobile/components/inspection/AttachmentsSection.tsx (file upload / open uploaded file URL only).attik-mobile/components/inspection/ReportsSection.tsx (link report create + Linking.openURL).Backend
attik-backend/src/routes/inspectionAttachments.ts — multipart file upload and presigned finalize; no URL-attachment model.attik-backend/src/routes/reports.ts — reportType: 'link' with link field.Out of scope unless product expands
Decision needed
attik-mobile/lib/parseContentWithMentions.tsxattik-frontend/src/util/functions/data/parseUrlsAndCreateHTMLandAnchors.tsxattik-frontend/src/app/tools/inspections/[id]/components/reports/AddReportModal.tsx, attik-mobile/components/inspection/ReportsSection.tsxPlease authenticate to join the conversation.
Planned
Main App
23 days ago
Linear
Get notified by email when there are changes.
Planned
Main App
23 days ago
Linear
Get notified by email when there are changes.