Feat analysis - #10
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 new features and improvements to the application, focusing on CI/CD automation, user and data management, and infrastructure enhancements. The most notable changes include the addition of a GitHub Actions workflow for automated build and deployment, new directory pages for viewing and filtering exams and students, a personal profile page, and supporting updates to dependencies and routing.
Infrastructure & CI/CD:
.github/workflows/ci.yml) that automates build, artifact creation, and deployment to a remote server using SCP and SSH, ensuring streamlined CI/CD for the Node.js application.Feature Additions:
src/app/home/analysis/exams/page.tsx) allowing users to view, search, and filter exams by name, subject, and year, with support for viewing attachments.src/app/home/analysis/students/page.tsx) enabling users to browse and filter students by name, grade, and class, with integration to teacher-specific data.src/app/home/profile/page.tsx) displaying user information and handling authentication redirects for unauthorized access.Configuration & Dependency Updates:
next.config.ts, enabling proxying of/api/*requests to a local backend.package.json, including new additions likeaxiosandxlsx, and upgradedzustandfor improved state management. [1] [2]UI Improvements:
ToastViewport) into the root layout for better user feedback. [1] [2]