|
|
426ea6f910
|
feat: display error message for internship data retrieval
|
2025-10-28 09:29:22 +01:00 |
|
Veronika Fehérvíziová
|
7cf72fec7b
|
oprava slova "Odborná" na hlavnej strane
|
2025-10-23 20:14:26 +02:00 |
|
Veronika Fehérvíziová
|
8c944b8c4f
|
vytvorenie UML diagramu aplikacie
|
2025-10-23 19:40:52 +02:00 |
|
|
|
94a5776cbc
|
feat: add internship retrieval and display functionality
|
2025-10-23 14:16:13 +02:00 |
|
|
|
2693e0a755
|
feat: implement "forgot my password"
|
2025-10-21 20:41:32 +02:00 |
|
|
|
94a0aa715b
|
feat: add middleware definitions for pages
|
2025-10-21 18:27:31 +02:00 |
|
|
|
13785861ba
|
feat: add role-based route middleware for access restriction
|
2025-10-21 18:27:20 +02:00 |
|
|
|
b2588f9489
|
feat: enhance dashboard pages with metadata and user greeting
|
2025-10-21 18:18:35 +02:00 |
|
|
|
6641514dc7
|
feat: add routing for employer role in dashboard
|
2025-10-21 18:18:24 +02:00 |
|
|
|
4f5342ac41
|
feat: implement company registration form
|
2025-10-21 18:12:11 +02:00 |
|
|
|
7959eec118
|
feat: implement user registration email notification and add email templates
|
2025-10-21 18:00:45 +02:00 |
|
|
|
2c07b0bc0f
|
feat: implement student registration on frontend
|
2025-10-21 17:16:39 +02:00 |
|
|
|
631c9f9a86
|
feat: update data interfaces to include new role and company data structures
|
2025-10-21 17:15:56 +02:00 |
|
|
|
d3efbaad34
|
feat: enhance user registration to include role-based data for students and employers
|
2025-10-21 17:15:23 +02:00 |
|
|
|
18b76523e4
|
feat: add admin, company, and student dashboard pages with initial template structure
|
2025-10-21 14:13:14 +02:00 |
|
|
|
6a70d45b31
|
feat: implement login functionality and enhance alert styling in login page
|
2025-10-21 14:13:00 +02:00 |
|
|
|
a5069c10a0
|
feat: update NavBar to use dynamic color based on user role
|
2025-10-21 14:12:44 +02:00 |
|
|
|
2cca658a50
|
feat: add TypeScript interfaces for CompanyData, StudentData, Role, and User
|
2025-10-21 14:09:27 +02:00 |
|
|
|
60a49431dc
|
fix: retrieve first company and student data directly for user endpoint
|
2025-10-21 14:04:37 +02:00 |
|
|
|
97ab4b7885
|
feat: enhance user endpoint to include company and student data
|
2025-10-21 13:55:35 +02:00 |
|
|
|
01fa0bacdc
|
feat: add nuxt-auth-sanctum for Laravel Sanctum authentication
|
2025-10-21 13:09:38 +02:00 |
|
|
|
47a4d320cb
|
Merge branch 'feature/76_Prepojenie_databázy_s_aplikáciou' into develop
|
2025-10-21 13:00:38 +02:00 |
|
|
|
9642251f23
|
refactor: remove unused seeder classes for Company, Internship, InternshipStatus, and StudentData
|
2025-10-21 12:59:48 +02:00 |
|
|
|
0423b9dedd
|
fix: remove unnecessary link attribute from InfoCard in company page
|
2025-10-21 12:31:52 +02:00 |
|
|
|
e3c7bd3a5a
|
refactor: create models, factories, and seeders for Company, Internship, InternshipStatus, and StudentData
|
2025-10-21 12:25:54 +02:00 |
|
|
|
b4f98718e6
|
refactor: restrict companies to only one contact
|
2025-10-21 11:02:13 +02:00 |
|
|
|
3c45c3f9c9
|
refactor: update DatabaseSeeder to create a default admin user with complete details
|
2025-10-20 21:50:34 +02:00 |
|
|
|
ea2f1c537d
|
refactor: enhance user factory
|
2025-10-20 21:46:54 +02:00 |
|
|
|
f9902c2ed1
|
refactor: improve migrations and update User fields
|
2025-10-20 21:38:31 +02:00 |
|
dkecskes
|
6811fb43e5
|
doplnenie migracii
|
2025-10-20 21:01:09 +02:00 |
|
DavidK031
|
91c2c302ee
|
Uprava
|
2025-10-20 20:47:11 +02:00 |
|
DavidK031
|
cd3c2040ee
|
Migrácia databázy
|
2025-10-20 20:28:05 +02:00 |
|
|
|
7788010296
|
fix: useSeoMeta is called from invalid context on some pages
|
2025-10-20 19:48:12 +02:00 |
|
|
|
416829420e
|
refactor: add nitro configuration for prerendering static content
|
2025-10-20 19:47:12 +02:00 |
|
|
|
066a55b9df
|
refactor: update form submission logic to display the forms after requests are processed
|
2025-10-20 19:28:13 +02:00 |
|
|
|
08a88f6f96
|
refactor: update SEO metadata for pages
|
2025-10-20 19:26:49 +02:00 |
|
|
|
a02dd3d3f3
|
refactor: implement loading and error alerts in password reset form
|
2025-10-20 19:24:32 +02:00 |
|
|
|
785e9493cd
|
refactor: specify type for studyProgram in student registration form
|
2025-10-20 19:16:48 +02:00 |
|
|
|
b5c336f8fb
|
refactor: replace PageCard with InfoCard in company and student information pages
|
2025-10-20 19:10:21 +02:00 |
|
|
|
7cb90ed279
|
refactor: enhance login, company, and student registration forms with error and loading alerts
|
2025-10-20 19:07:00 +02:00 |
|
|
|
8896461874
|
refactor: wrap company and student information pages in v-container and v-card to match style
|
2025-10-20 18:35:20 +02:00 |
|
|
|
219a7b1caf
|
refactor: wrap company registration form in v-container and v-card to match style
|
2025-10-20 18:33:31 +02:00 |
|
|
|
8751036a60
|
refactor: wrap registration page content in v-container and v-card to match style
|
2025-10-20 18:32:03 +02:00 |
|
|
|
9fab8b9772
|
refactor: wrap student registration form in v-container and v-card to match style
|
2025-10-20 18:30:59 +02:00 |
|
|
|
06084fb2d3
|
refactor: wrap reset password page in v-card to match style
|
2025-10-20 18:29:14 +02:00 |
|
|
|
4a93d6cc88
|
refactor: remove fluid attribute from closing v-container tag
|
2025-10-20 18:27:31 +02:00 |
|
|
|
d26d51c71d
|
refactor: restructure login page layout with container and card components
|
2025-10-20 18:26:33 +02:00 |
|
|
|
ca19e0a4f7
|
refactor: remove unused link from index page
|
2025-10-20 18:23:15 +02:00 |
|
|
|
160b85f2e7
|
refactor: wrap content in a div for better structure in company and student pages
|
2025-10-20 18:22:16 +02:00 |
|
|
|
7351c69ce0
|
refactor: clean up template and style formatting
|
2025-10-20 18:20:48 +02:00 |
|