RequiredInfoGrid in the mobile app regardless of whether it has a value.RequiredInfoListItem.attik-mobile)attik-mobile/components/inspection/RequiredInfoGrid.tsx — renders required info fields on the inspector's job view. This component needs to filter out fields where hideFromMobile is true.attik-mobile/app/(app)/inspection/[id].tsx — the inspection detail screen that composes RequiredInfoGrid; will need to pass the updated field schema through.attik-backend/src/models/requiredInfoSchema.ts — Mongoose schema for required info field definitions. A new hideFromMobile boolean property needs to be added here.attik-frontend/src/app/tools/settings/required-service-info/RequiredInfoList.tsx and attik-frontend/src/app/tools/settings/required-service-info/RequiredInfoListItem.tsx — the settings UI where the new toggle control will be added inline alongside the existing required and hidden controls.Please authenticate to join the conversation.
Planned
Main App
27 days ago
Linear
Get notified by email when there are changes.
Planned
Main App
27 days ago
Linear
Get notified by email when there are changes.