inspection.property.county) so it is available for Reports Hub exports, report conditions/filters, and other product surfaces that use property fields.property in attik-backend/src/models/propertySchema.ts stores street, unit, city, state, zip, and related fields but does not persist county. exportFieldDefinitions.ts has no county column on inspections.county and displays it in ZillowPropertyDetails.tsx, but create payloads in NewSchedulingForm.tsx / createInspection.ts do not pass it through.county, but spectoraPropertyToServerProperty.ts does not map it — Spectora sync is out of scope for v1 write paths (see locked decisions).address on inspections (legacy field synced from property via generateAddress() in propertySchema.ts / inspectionSchema.ts pre-save).property.street, property.city, property.state, property.zip in the Reports Hub column picker.firstName, lastName, roleName, filter people:roleName). No dedicated job-level Client Name column without linking People.inspection.property.county — not export-time-only resolution.fetchBridgeParcel.ts using lat/lng or address). If the effort is large, assignee discusses scope with Ryan/Chris before expanding.clientName computed column; changes to existing full-address / street–zip fields; Spectora county sync.property.county exists on the schema and is saved on new/updated jobs via scheduling and manual edit paths when county data is present.property.* fields.attik-backend/src/models/propertySchema.ts — add county to PropertyType / schema.attik-backend/src/util/functions/inspection/createInspection.ts — accept and persist county from address payload.attik-backend/src/routes/inspection.ts — include property.county in PATCH handling alongside existing property fields.fetchBridgeParcel.ts, frontend callZillowAndMatch.ts patterns) — scope TBD with Ryan/Chris if heavy.spectoraPropertyToServerProperty.ts and Spectora sync paths — no county mapping in v1.attik-backend/src/config/exportFieldDefinitions.ts — register property.county on inspectionFields with label County.attik-backend/src/util/functions/dataExports/documentResolution.ts — resolve county like other property.* fields.PropertySection.tsx, NewSchedulingForm.tsx).PropertySectionWrapper.tsx).CreateReportForm.tsx, ReportPreviewSection.tsx) — surface County when backend field defs expose it.property.street–zip fields.attik-backend/src/models/propertySchema.tsattik-backend/src/config/exportFieldDefinitions.tsattik-backend/src/util/functions/inspection/createInspection.tsattik-backend/src/routes/inspection.tsattik-frontend/src/util/functions/fetching/callZillowAndMatch.ts, attik-backend/src/util/functions/zillow/fetchBridgeParcel.tsattik-backend/src/util/functions/spectora/spectoraPropertyToServerProperty.tsPlease authenticate to join the conversation.
Planned
Main App
3 days ago
Linear
Get notified by email when there are changes.
Planned
Main App
3 days ago
Linear
Get notified by email when there are changes.