Open Issues Need Help
View All on GitHubERP project for Manipal University Jaipur by the dev students of CCE Dept.
ERP project for Manipal University Jaipur by the dev students of CCE Dept.
ERP project for Manipal University Jaipur by the dev students of CCE Dept.
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.
ERP project for Manipal University Jaipur by the dev students of CCE Dept.
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.
ERP project for Manipal University Jaipur by the dev students of CCE Dept.
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.
ERP project for Manipal University Jaipur by the dev students of CCE Dept.