Add Email and ClientIpAddress to cvMatcher.Results #45

Closed
opened 2026-06-08 15:51:35 +00:00 by claude · 0 comments
Member

Store the email address and client IP on each match result row for auditing purposes.

  • Add Email (nullable, max 256) and ClientIpAddress (nullable, max 45) to CvMatchResultEntity
  • Thread both values through CvMatcherService ? EfMatcherRepository ? DB
  • api controller sets ClientIpAddress from the HTTP request before proxying to cv-matcher-api
  • cv-search-job passes null for IP (background job, no client)
  • EF migration to add the two columns
Store the email address and client IP on each match result row for auditing purposes. - Add `Email` (nullable, max 256) and `ClientIpAddress` (nullable, max 45) to `CvMatchResultEntity` - Thread both values through `CvMatcherService` ? `EfMatcherRepository` ? DB - `api` controller sets `ClientIpAddress` from the HTTP request before proxying to `cv-matcher-api` - `cv-search-job` passes `null` for IP (background job, no client) - EF migration to add the two columns
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AI/myAi#45