--- name: 'Frontend Update from Base44' about: 'Use this template to integrate the latest frontend changes from a Base44 export.' title: '[Base44] Frontend Update from Export' labels: 'enhancement, platform:web, sred-eligible' --- ### 🎯 Objective Integrate the latest UI changes (components, queries, mutations) generated from the most recent Base44 export to keep our application up-to-date with the platform schema. --- ### 🔬 SR&ED Justification * **Technological Uncertainty:** How will the newly generated queries and mutations integrate with our existing state management and caching logic (e.g., TanStack Query) without introducing regressions or performance issues? * **Systematic Investigation:** We will implement the new generated hooks, refactor affected components, and perform performance and non-regression tests to validate that the integration is robust and performant. --- ### 💻 Technical Implementation Notes Refer to the [API Documentation Maintenance Guide](docs/06-maintenance-guide.md) for detailed steps on how to update the frontend from a Base44 export. --- ### ✅ Acceptance Criteria - [ ] The Data Connect generated code is updated to the latest version. - [ ] All components and pages affected by the changes are updated and function as expected. - [ ] The code is linted and formatted correctly. - [ ] The functionality is manually tested and works in the `dev` environment. - [ ] **Given** I navigate to a page affected by the update, **when** data is loaded, **then** I should see the new data structured correctly with no console errors.