You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Title: Add Export Report Functionality to Skills Audit Application
Issue Type: Feature Request
Description:
We need to implement the report export functionality in the Skills Audit tool. The feature will allow users (HR and Managers) to export employee skills data, including ratings and competency levels, in CSV format. The report should include the following columns:
Employee Name
Job Competency Profile (JCP)
Skill Name
Required Rating
Employee Rating
Supervisor Rating
Skill Status (At, Below, or Above Required Level)
Components:
Frontend:
Create a new button on the report page for exporting data to CSV (Export to CSV button).
Ensure the button is only visible to authorized users.
Add a download link that triggers the CSV generation.
Feature Request: Export Report Functionality (CSV)
Issue Title: Add Export Report Functionality to Skills Audit Application
Issue Type: Feature Request
Description:
We need to implement the report export functionality in the Skills Audit tool. The feature will allow users (HR and Managers) to export employee skills data, including ratings and competency levels, in CSV format. The report should include the following columns:
Components:
Frontend:
Export to CSV
button).Backend:
GET /api/reports/export/csv
) to handle the export request.Acceptance Criteria:
Export to CSV
button is visible on the frontend report page.Dependencies:
Task Breakdown:
Frontend:
Export to CSV
button and integrate it into the report page.Backend:
fputcsv
or a library likeLeague\Csv
).Additional Information:
The text was updated successfully, but these errors were encountered: