|
|
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 |
|
|
|
8d68300c3d
|
feat: move registration pages under /register
|
2025-10-20 18:18:11 +02:00 |
|
|
|
6af72cb86d
|
refactor: move info pages under /info
|
2025-10-20 18:16:00 +02:00 |
|
|
|
912242d2b2
|
fix: add validator for optional icon prop in PageCard component
|
2025-10-20 18:12:24 +02:00 |
|
Sofia Reháková
|
97256e444b
|
login & reset hesla
|
2025-10-20 18:00:45 +02:00 |
|
Sofia Reháková
|
1abb470a1d
|
company registration
|
2025-10-20 17:47:27 +02:00 |
|
Sofia Reháková
|
ba8ea224a8
|
info student page, info company page, register, register student page
|
2025-10-20 17:35:01 +02:00 |
|
|
|
a4600a97ce
|
refactor: remove unused script and style sections
|
2025-10-14 18:36:41 +02:00 |
|
|
|
db7b506aa0
|
feat: add basic "about" page
|
2025-10-14 18:36:01 +02:00 |
|
|
|
ceb4a38f0d
|
feat: add basic index page layout
|
2025-10-14 18:30:34 +02:00 |
|
|
|
4881ea794d
|
refactor: move basicPropValidator function to the correct script section
|
2025-10-14 18:30:21 +02:00 |
|
|
|
5aedd25cfe
|
feat: add basic PageCard component
|
2025-10-14 18:25:41 +02:00 |
|
|
|
9c4796b113
|
feat: add basic Footer component
|
2025-10-14 18:22:29 +02:00 |
|
|
|
b6c5d256c4
|
feat: add basic NavBar component
|
2025-10-14 18:21:47 +02:00 |
|
|
|
22dc469b8c
|
feat: add base Footer, NavBar, and PageCard components
|
2025-10-14 18:20:53 +02:00 |
|