PastInspectionsSection — same data, same address-matched logic.PastInspectionsSection component (attik-frontend: src/components/scheduling/PastInspectionsSection.tsx) that matches prior jobs at the same property using the GET /past-jobs endpoint (attik-backend: src/routes/pastJobs.ts).attik-mobile/app/(app)/inspection/[id].tsx, which already includes RequiredInfo and PayrollSection sections — the new section slots between them.GET /past-jobs backend endpoint (attik-backend: src/routes/pastJobs.ts); no new backend work required.attik-mobile/app/(app)/inspection/[id].tsx. The new PastJobsSection component should be inserted between the RequiredInfo and PayrollSection render positions in that file.attik-mobile/components/inspection/PastJobsSection.tsx) and a corresponding data hook (e.g. hooks/usePastJobs.ts) need to be created to fetch from GET /past-jobs using the current inspection's property address fields.attik-frontend/src/components/scheduling/PastInspectionsSection.tsx should be used as the authoritative model for data shape and display logic.src/routes/pastJobs.ts endpoint is already in place and accepts zip, city, and street query params from the current inspection's property.attik-frontend/src/components/scheduling/PastInspectionsSection.tsxattik-backend/src/routes/pastJobs.tsPlease authenticate to join the conversation.
Planned
Main App
About 3 hours ago
Linear
Get notified by email when there are changes.
Planned
Main App
About 3 hours ago
Linear
Get notified by email when there are changes.