Implemented the Education information subpage under "International"#81
Merged
Implemented the Education information subpage under "International"#81
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…n-information-page
There was a problem hiding this comment.
Pull request overview
Implements the new International → Education Information subpage (issue #75), and factors out reusable UI building blocks for section headers and side navigation.
Changes:
- Added
education_informationcontent to the EN/HU dictionaries and introduced a new/international/education-informationpage that renders it. - Introduced reusable layout components (
PageSideNav,SectionHeader) and refactored the existing International “General Information” page to use them. - Added the new page to the International navigation menu.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| src/dictionaries/hu.json | Adds HU locale content for international.education_information and reformats contact entries |
| src/dictionaries/en.json | Adds EN locale content for international.education_information and reformats contact entries |
| src/components/common/SectionHeader.tsx | New shared section header component |
| src/components/common/PageSideNav.tsx | New shared page side navigation component (sections + optional quick links) |
| src/app/(app)/components/navigation-items.ts | Adds International → Education Information menu entry |
| src/app/(app)/[lang]/international/general-information/page.tsx | Refactors General Information page to use PageSideNav and extracted quick links |
| src/app/(app)/[lang]/international/general-information/components/UniversitySystemsSection.tsx | Refactors section header to use SectionHeader |
| src/app/(app)/[lang]/international/general-information/components/StudentLifeSection.tsx | Refactors section header to use SectionHeader |
| src/app/(app)/[lang]/international/general-information/components/GettingStartedSection.tsx | Refactors section header to use SectionHeader |
| src/app/(app)/[lang]/international/general-information/components/ContactsSection.tsx | Refactors section header to use SectionHeader and updates icon imports |
| src/app/(app)/[lang]/international/education-information/page.tsx | New Education Information page wiring (dictionary + side nav + content) |
| src/app/(app)/[lang]/international/education-information/components/types.ts | Type definitions for the new dictionary-driven page |
| src/app/(app)/[lang]/international/education-information/components/EducationInformationContent.tsx | Composes all education-information sections and anchors |
| src/app/(app)/[lang]/international/education-information/components/SubjectDescriptionSection.tsx | Renders subject description content block |
| src/app/(app)/[lang]/international/education-information/components/RegistrationPeriodsSection.tsx | Renders registration periods block |
| src/app/(app)/[lang]/international/education-information/components/LateRegistrationSection.tsx | Renders late registration block |
| src/app/(app)/[lang]/international/education-information/components/CodeOfStudiesSection.tsx | Renders CoS block + sub-blocks |
| src/app/(app)/[lang]/international/education-information/components/CompletionCurriculumSection.tsx | Renders completion + curriculum cards |
| src/app/(app)/[lang]/international/education-information/components/ProblemsDuringStudiesSection.tsx | Renders “problems during studies” card |
| src/app/(app)/[lang]/international/education-information/components/EvaluationSection.tsx | Renders evaluation methods content |
| src/app/(app)/[lang]/international/education-information/components/OhvSection.tsx | Renders OHV subsection |
| src/app/(app)/[lang]/international/education-information/components/SemesterInfoSection.tsx | Renders semester info subsection |
| src/app/(app)/[lang]/international/education-information/components/TdkSection.tsx | Renders TDK subsection |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
closes #75