Enhance Export Features, Add FAQ CRUD, and Various Fixes #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important updates to the internship management system:
Feature: Export Journals for Multiple Companies
allows exporting journals for multiple companies, improving flexibility in report generation.
Feature: PDF Export Field & Error Handling
adds a new field PDF export functionality, enhancing document generation capabilities, error handling to prevent failures.
Fix: Presence & Journal Deletion on End Date Update
ensures that presences and journals are properly deleted when the internship end date is updated.
Feature: Academic Year Filter for Students
introduces an academic year filter, allowing better categorization and retrieval of student records.
Fix: Vacancy Status & Filtering
adds a status field to the vacancy model to reflect real-time availability. Implements a status filter in the vacancy API controller for more refined job listing queries.
Feature: Excel Export for Presences
enables exporting presences to an Excel file, streamlining data reporting and analysis.
Fix: Rich Text Editor Change
replaces Trix editor with Summernote for a more flexible and feature-rich text input experience.
Feature: FAQ Management (CRUD) & FAQ API
adds a full FAQ management system, allowing administrators to create, read, update, and delete FAQs. introduces an API for managing FAQs
Fix: Seeder
fixes issues with data seeding for better consistency.
Fix: Bulk Approval Route
corrects the bulk-approve route to ensure proper approval handling.
Feature: Middleware for User Authentication Validation
implements a middleware to validate user authentication by checking status before granting access.