283 Commits

Author SHA1 Message Date
Sofia Reháková
154fc88c4d dokumenty student 2025-11-03 16:18:51 +01:00
Sofia Reháková
f467550d8d dokumenty admin 2025-11-03 16:01:18 +01:00
5b883d2173 fix: data watcher not firing immediately and not disabling loading status in student editor 2025-11-03 12:28:32 +01:00
6bf5900533 fix: name fields being updated instead of first_name and last_name 2025-11-03 12:25:23 +01:00
Andrej
f55b8bc580 Create CreateGarant.php
Vytvorenie CLi príkazu na pridanie Granata (ADMINA) do databázy.
2025-11-03 12:10:34 +01:00
dkecskes
3ff12fe57e feat: add student deletion functionality with confirmation dialog 2025-11-03 00:35:11 +01:00
dkecskes
197b26cf08 Merge branch 'feature/Správa-účtu-garantom' into develop 2025-11-02 21:23:21 +01:00
dkecskes
7954cdd093 feat: implement student management features including listing, editing, and updating student data 2025-11-02 21:18:09 +01:00
054a6083b8 refactor: auto-infer type of next states data 2025-11-02 17:33:09 +01:00
a3b21d23e9 refactor: get new possible states from backend instead of computing them on frontend 2025-11-02 17:30:53 +01:00
323ea3902b fix: incorrect API calls and failing to refresh InternshipStatusHistoryView and InternshipStatusEditor 2025-11-01 23:36:33 +01:00
Veronika Fehérvíziová
7b0f32f6df refactor: simplify refreshing internship edit page for admins 2025-11-01 23:05:24 +01:00
Veronika Fehérvíziová
8b326a722d refactor: remove unused ID from alerts in internship editor 2025-11-01 22:17:34 +01:00
Veronika Fehérvíziová
95b72c8866 refactor: simplify internship editor component 2025-11-01 22:13:56 +01:00
Veronika Fehérvíziová
93194ff027 fix: remove unused ID from alerts in internship status history viewer 2025-11-01 22:02:55 +01:00
Veronika Fehérvíziová
15d12bbd6e refactor: reformat internship editor code 2025-11-01 22:02:18 +01:00
Veronika Fehérvíziová
134563fe3a feat: autorefresh internship statuses after change 2025-11-01 21:06:29 +01:00
Veronika Fehérvíziová
1040d2525d feat: add internship status editor component 2025-11-01 21:06:01 +01:00
Veronika Fehérvíziová
f75b9650d0 refact: remove internship ID property from new internship type 2025-11-01 21:05:34 +01:00
Veronika Fehérvíziová
95c49f89b3 fix: internship status ordering 2025-11-01 21:05:09 +01:00
Veronika Fehérvíziová
0932584faa feat: add API for updating internship status 2025-11-01 20:51:07 +01:00
Veronika Fehérvíziová
e972463da2 feat: add interface for new internship status objects 2025-11-01 20:18:27 +01:00
Veronika Fehérvíziová
8c41e72f1f feat: limit possible new internship states for employers 2025-11-01 20:09:24 +01:00
Veronika Fehérvíziová
84d3459781 feat: add function for getting possible new internship statuses based on current one 2025-11-01 20:04:13 +01:00
Veronika Fehérvíziová
733090f643 fix: typo in prettyInternshipStatus 2025-11-01 16:36:08 +01:00
Veronika Fehérvíziová
3106ebce6c feat: add internship status history to internship editor for admins 2025-11-01 16:26:16 +01:00
Veronika Fehérvíziová
1d315c0811 feat: add API for getting internship status history on backend 2025-11-01 16:25:53 +01:00
Veronika Fehérvíziová
a9336a1e1c refactor: reformat internhip editor page for admins 2025-11-01 15:57:44 +01:00
Veronika Fehérvíziová
e7ef97352d feat: display currect internship status in the editor for admins 2025-11-01 15:51:12 +01:00
Veronika Fehérvíziová
65bdbbe512 fix: do not try to fix date values of type string 2025-10-31 23:32:28 +01:00
Veronika Fehérvíziová
d49133a377 fix: handle errors with status code 400 2025-10-31 23:29:46 +01:00
Veronika Fehérvíziová
7b968df48e fix: incorrect date due to localtime/utc 2025-10-31 23:29:14 +01:00
Veronika Fehérvíziová
a69674a9c7 fix: ignore time value of start and end values in requests 2025-10-31 23:15:13 +01:00
Veronika Fehérvíziová
75f3dd3f04 fix: incorrect user ID being used with overlap checking 2025-10-31 23:05:19 +01:00
Veronika Fehérvíziová
5065b2ad8d fix: add option to ignore overlapping internships if they have the same ID 2025-10-31 22:43:59 +01:00
Veronika Fehérvíziová
107cf8a7ea refactor: reformat datetime value to display date only 2025-10-31 22:39:56 +01:00
Veronika Fehérvíziová
d4252f68de feat: add basic internship editor for admins 2025-10-31 22:31:49 +01:00
Veronika Fehérvíziová
c72b507245 feat: add API endpoint for updating basic internship information 2025-10-31 22:31:08 +01:00
Veronika Fehérvíziová
8a5914dc04 fix: incorrect value for "Semester" select if a value is specified in a prop 2025-10-31 22:26:52 +01:00
Veronika Fehérvíziová
2e5dcda640 feat: add API route for getting a single internship 2025-10-31 21:46:07 +01:00
Veronika Fehérvíziová
79d7bb49b4 refactor: replace button word in the internship editor component 2025-10-31 21:45:31 +01:00
Veronika Fehérvíziová
a20d3129c1 fix: typo in link to internship editor 2025-10-31 20:47:12 +01:00
Veronika Fehérvíziová
e0276857e4 fix: incorrect link to internship editor 2025-10-31 20:46:18 +01:00
Veronika Fehérvíziová
60a96fdf39 feat: add link to dashboard page with all internships for admins 2025-10-31 20:44:44 +01:00
Veronika Fehérvíziová
897ab397d7 feat: add admin dashboard page for displaying all internships 2025-10-31 20:44:10 +01:00
Veronika Fehérvíziová
0b62795a6a refactor: extend Internship type to support a user object 2025-10-31 20:43:45 +01:00
Veronika Fehérvíziová
1ae81221a5 feat: implement API endpoint for getting all internships for admins 2025-10-31 20:43:01 +01:00
Veronika Fehérvíziová
1683155ae3 refactor: change API endpoint for getting student's personal internships 2025-10-31 20:32:16 +01:00
Veronika Fehérvíziová
1057a8250c fix: make time always zero in start and end date-time 2025-10-31 20:08:58 +01:00
Veronika Fehérvíziová
00f5bd495c fix: incorrect start and end date range 2025-10-31 20:08:26 +01:00