dkecskes
|
f206924484
|
refactor: use lazy fetching
|
2025-11-18 20:49:56 +01:00 |
|
|
|
0a3e9b4765
|
fix: add wait after clicking download link in admin document downloads test
|
2025-11-16 16:56:37 +01:00 |
|
|
|
949cf1568e
|
feat: add e2e test for default agreement downloads for admins
|
2025-11-16 16:51:35 +01:00 |
|
|
|
ff02527615
|
fix: remove file extension from default agreement download filename
|
2025-11-16 16:41:04 +01:00 |
|
|
|
bfe357abb6
|
fix: update student address retrieval in default agreement
|
2025-11-16 16:29:05 +01:00 |
|
|
|
21e776ec26
|
feat: add download for default agreement
|
2025-11-16 16:26:00 +01:00 |
|
|
|
45f54058d4
|
refactor: move triggerDownload function to utils
|
2025-11-16 16:25:40 +01:00 |
|
|
|
b8dff75422
|
feat: implement PDF generation for default agreement
|
2025-11-16 16:25:10 +01:00 |
|
|
|
203cb75982
|
refactor: fix styling in agreement template
|
2025-11-16 16:24:56 +01:00 |
|
|
|
6632bc6aab
|
feat: add mPDF library as a dependency for backend
|
2025-11-16 16:24:17 +01:00 |
|
|
|
9fa9e85559
|
feat: add basic default agreement generator
|
2025-11-16 14:38:02 +01:00 |
|
|
|
b53bb1b44b
|
fix: update CI status badge in README
|
2025-11-08 18:18:11 +01:00 |
|
|
|
4cb5293a71
|
feat: add initial README
|
2025-11-08 18:16:27 +01:00 |
|
|
|
ebc4140a03
|
fix: remove caching from cypress workflow
|
2025-11-08 18:12:09 +01:00 |
|
|
|
75f99849c3
|
feat: add Cypress E2E testing workflow
|
2025-11-08 18:10:07 +01:00 |
|
|
|
c17be21f3d
|
fix: move e2e test location to correct cypress directory
|
2025-11-08 18:08:59 +01:00 |
|
|
|
5462449351
|
feat: add basic e2e tests
|
2025-11-08 18:06:17 +01:00 |
|
|
|
5643f1fcde
|
feat: add Cypress for e2e testing
|
2025-11-08 18:05:30 +01:00 |
|
|
|
f199317c90
|
fix: ensure all students have @student.ukf.sk emails
|
2025-11-08 18:02:38 +01:00 |
|
|
|
c360941c10
|
fix: add email input type to login form
|
2025-11-08 18:02:13 +01:00 |
|
|
|
f412186c4d
|
fix: update date handling in InternshipEditor
|
2025-11-08 14:41:48 +01:00 |
|
|
|
e3657986ce
|
fix: add error handling for fetch response in internship edit page
|
2025-11-08 14:16:14 +01:00 |
|
|
|
708bd79200
|
fix: simplify error handling for FetchError in various components
|
2025-11-08 14:06:51 +01:00 |
|
|
|
df78942ede
|
fix: missing alert props after type checks
|
2025-11-08 14:01:50 +01:00 |
|
|
|
a615afb81f
|
feat: enable strict TypeScript checks
|
2025-11-08 14:01:06 +01:00 |
|
|
|
13dfd771cd
|
Merge branch 'feature/refactor-model-fields-and-relationships-06-11-2025' into develop
|
2025-11-06 16:00:10 +01:00 |
|
|
|
3fb2fb93e1
|
fix: update condition for displaying WarningAlert based on report presence
|
2025-11-06 15:59:51 +01:00 |
|
|
|
8476ed49db
|
fix: update student reference in internship tables to match data structure
|
2025-11-06 15:56:47 +01:00 |
|
|
|
4443a9b3a1
|
refactor: update frontend types according to new backend models
|
2025-11-06 15:56:27 +01:00 |
|
|
|
7d386fadfd
|
refactor: use relations when fetching model data
|
2025-11-06 15:55:47 +01:00 |
|
|
|
6eadf3a944
|
fix: add hidden attributes for serialization in models and update contact method in Company model
|
2025-11-06 15:54:54 +01:00 |
|
|
|
cd7e39eccb
|
Merge branch 'feature/fix-missing-error-on-password-reset-06-11-2025' into develop
|
2025-11-06 14:21:02 +01:00 |
|
|
|
1c47a74715
|
fix: add title to success alert on company deletion confirmation
|
2025-11-06 14:20:31 +01:00 |
|
|
|
47d9daf727
|
fix: update response format for password reset methods and correct alert component in request sent page
|
2025-11-06 14:19:35 +01:00 |
|
|
|
c030ac8971
|
feat: implement email notification for internship status updates and add missing student relationship
|
2025-11-06 11:04:08 +01:00 |
|
|
|
9a69cf0ab3
|
fix: add missing slot for WarningAlert
|
2025-11-06 10:15:18 +01:00 |
|
|
|
b917c53a59
|
fix: restrict DEFENDED and NOT_DEFENDED status for admins based on report confirmation
|
2025-11-06 10:11:34 +01:00 |
|
|
|
880c55888f
|
fix: render logic for LoadingAlert and incorrect error title
|
2025-11-06 10:02:07 +01:00 |
|
|
|
1b7b16a233
|
refactor: consolidate internship expansion logic into a single method
|
2025-11-05 10:26:14 +01:00 |
|
|
|
e6609469b1
|
fix: add missing params and fix incorrect calls to custom alert components
|
2025-11-05 09:14:17 +01:00 |
|
|
|
fc0ce811c5
|
refactor: put alerts into separate components
|
2025-11-05 09:10:42 +01:00 |
|
dkecskes
|
0bbc658034
|
Refactor password change functionality: move to separate change-password component and update navigation link
|
2025-11-04 18:43:41 +01:00 |
|
dkecskes
|
66599f65f8
|
Move change-password route to account prefix
|
2025-11-04 18:43:31 +01:00 |
|
dkecskes
|
897bd0ff93
|
Refactor password change method
|
2025-11-04 18:43:20 +01:00 |
|
dkecskes
|
c73de2df06
|
Merge branch 'develop' into feature/-81-Zmena-hesla-používateľa
|
2025-11-04 18:27:26 +01:00 |
|
Sofia Reháková
|
d5ccbd2df9
|
presunutie profilovej stranky
|
2025-11-04 18:10:56 +01:00 |
|
Sofia Reháková
|
d41df106e4
|
upravenie cesty tlacitka "moj profil" pre studenta
|
2025-11-04 18:10:39 +01:00 |
|
Sofia Reháková
|
fedbb04728
|
presunutie tlacitka "moj profil" pre firmu
|
2025-11-04 18:10:11 +01:00 |
|
Sofia Reháková
|
eeac19799d
|
pridanie tlacitka "moj profil" pre admina
|
2025-11-04 18:09:48 +01:00 |
|
Sofia Reháková
|
e0cef3c736
|
Merge branch 'develop' into feature/83-zobrazenie-uctu-pouzivatela
|
2025-11-04 17:39:26 +01:00 |
|