Spaces:
Sleeping
Sleeping
Employee Appraisal Module
This folder contains all the pages for the Employee Appraisal Module of the PM Tool.
Module Pages
- my-appraisals.tsx - Displays a list of the employee's own appraisals
- appraisal-view.tsx - Detailed view for a single appraisal
- cycles.tsx - Manage appraisal cycles (Admin/HR only)
- assessment-areas.tsx - Manage assessment areas (Admin/HR only)
- competencies.tsx - Manage competencies (Admin/HR only)
- manager-dashboard.tsx - Dashboard for managers to review team appraisals
- role-questions.tsx - Manage role assessment questions (Admin/HR only)
- hr-remarks.tsx - Manage HR remarks (HR only)
- management-remarks.tsx - Manage management remarks (Management/HR only)
Requirements
The appraisal module requires these features to be added to the database:
- Feature ID 28: My Appraisals
- Feature ID 29: Appraisal Cycles
- Feature ID 30: Assessment Areas
- Feature ID 31: Competencies
- Feature ID 32: Manager Appraisals
- Feature ID 36: Role Assessment Questions
- Feature ID 37: HR Remarks
- Feature ID 38: Management Remarks
Adding Features
To ensure all required features exist in the database, either:
- Navigate to the Features page in the admin panel and click "Add Appraisal Features"
- Run the script
add-appraisal-features.jslocated in the scripts directory
Roles and Permissions
- All employees can access "My Appraisals"
- HR and HR Manager roles can access all features
- Managers can access relevant appraisals for their teams
Troubleshooting
If the sidebar is not visible when navigating to appraisal pages, verify that:
- The pages are using the proper layout structure with Header and Sidebar components
- The navigation paths are correct (should be
/appraisals/...not/appraisal/...) - The required features exist in the database
Workflow
- Admin/HR creates appraisal cycles
- Appraisals are assigned to employees with their managers
- Employees fill out self-assessment and submit
- Managers review and provide feedback
- HR finalizes the appraisal
- Final report can be downloaded