Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3c8582c
test(cv): add live frontend acceptance suite
KavinduLakshan393 Aug 21, 2026
12f1eb1
merge: update CV live E2E branch with develop
KavinduLakshan393 Aug 21, 2026
fd0c969
Merge pull request #35 from UOR-Internship-Management-System/feature/…
KavinduLakshan393 Aug 21, 2026
a447b34
chore: synchronize package-lock.json peer dependencies metadata
KavinduLakshan393 Aug 22, 2026
a69768e
docs: remove obsolete Gateway_Intro_Rebuild_Implementation doc
KavinduLakshan393 Aug 22, 2026
23fd6da
feat(home): implement full-bleed cinematic intro video without player…
KavinduLakshan393 Aug 22, 2026
afb1eef
feat(home): replace dynamic logo with transparent CV brand logo and o…
KavinduLakshan393 Aug 22, 2026
18ec354
refactor(home): calibrate typewriter cadence and anchor hero text wit…
KavinduLakshan393 Aug 22, 2026
da76d14
test(shortlists): add live export acceptance suite
KavinduLakshan393 Aug 22, 2026
108af87
chore: normalize LF line endings and configure gitattributes for pret…
KavinduLakshan393 Aug 22, 2026
866fe30
style(home): format intro component and styles with prettier
KavinduLakshan393 Aug 22, 2026
94129fd
fix(router): remove unused GatewaySkeleton import
KavinduLakshan393 Aug 22, 2026
62127d1
fix(layout): maintain theme toggle accessibility on standalone routes
KavinduLakshan393 Aug 22, 2026
6b57112
test(e2e): update motion-accessibility assertions for cinematic intro…
KavinduLakshan393 Aug 22, 2026
bdbf8a8
Merge pull request #36 from UOR-Internship-Management-System/feature/…
KavinduLakshan393 Aug 22, 2026
0e1d67e
Merge pull request #37 from UOR-Internship-Management-System/feature/…
KavinduLakshan393 Aug 22, 2026
8fa403a
test(filtering): add live frontend acceptance
KavinduLakshan393 Aug 22, 2026
08c36e2
Merge pull request #38 from UOR-Internship-Management-System/feature/…
KavinduLakshan393 Aug 22, 2026
8119560
fix(candidate-filtering): stay after shortlist finalization
KavinduLakshan393 Aug 24, 2026
ba5a8d1
Merge pull request #39 from UOR-Internship-Management-System/fix/cand…
KavinduLakshan393 Aug 24, 2026
963a274
Add back buttons to login/registration forms and confirmation messages
sahanBasnayake Sep 9, 2026
4dce3cc
Feature:add eligible student page and enhance UI
sahanBasnayake Sep 10, 2026
6df50ed
enhance academic ledger UX
sahanBasnayake Sep 10, 2026
7fe08d9
Add show/hide buttons
sahanBasnayake Sep 10, 2026
3c46db3
Merge pull request #41 from UOR-Internship-Management-System/feature/…
sahanBasnayake Sep 11, 2026
686d44f
make pages responsive
sahanBasnayake Sep 11, 2026
42008b6
Merge pull request #43 from UOR-Internship-Management-System/feature/…
sahanBasnayake Sep 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .env.e2e-live.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
CV_E2E_BACKEND_ORIGIN=http://127.0.0.1:8080
CV_E2E_ADMIN_EMAIL=admin@dcs.ruh.ac.lk
CV_E2E_ADMIN_PASSWORD=replace-with-your-local-admin-password

# A finalized shortlist containing at least one candidate with a saved CV.
CV_E2E_FINALIZED_SHORTLIST_ID=replace-with-local-finalized-shortlist-uuid

# An Internship Request backed by deterministic GPA/skill fixtures for Candidate Filtering.
CV_E2E_FILTER_REQUEST_ID=replace-with-local-internship-request-uuid
CV_E2E_FILTER_SEARCH=replace-with-known-candidate-name-or-index
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* text=auto eol=lf
docs/**/CV_Management_API_OpenAPI_v1.4.0.yaml text eol=lf whitespace=-trailing-space

Loading
Loading