Open Issues Need Help
View All on GitHubAI Summary: Refactor the ERP-SYS Next.js frontend application to replace all hardcoded color classes (e.g., text-green-500) with design system tokens or variables to improve theming, visual consistency, and maintainability. This involves a comprehensive search and replace across the codebase, ensuring all color references are updated.
AI Summary: Create or update a standardized BaseCard component in the shared UI component library to enforce consistent card styling across the ERP-SYS Next.js application. This involves abstracting core styling and logic, providing a clear API for customization via props, and refactoring existing card instances to use the new component. The goal is to reduce code duplication and improve visual consistency.
AI Summary: The task involves removing the 'Review KPI' (previously 'Review Submissions') link and its associated functionality from the QOAC portal's sidebar and codebase. This likely entails updating the sidebar navigation component in the Next.js frontend application and potentially removing related backend API routes and database interactions if they are no longer needed.
AI Summary: Create a unified KPI view/edit page accessible from KPI cards in the QOAC portal. This page should display all KPI metadata and template fields, allow editing (with optional read-only mode), handle loading/error states, and provide navigation back to the KPI list. The page will use the existing API endpoints and database interactions.