|
84b855b8aa
|
Merge pull request 'employee-detail-english' (#83) from employee-detail-english into main
Playwright Tests / test (push) Successful in 2m32s
Reviewed-on: #83
Reviewed-by: Jan Gleytenhoover <jan@kjan.email>
|
2025-01-22 14:15:50 +00:00 |
|
|
2582c5b568
|
refactor(mitarbeiter-form): remove console log statements
Playwright Tests / test (pull_request) Successful in 2m20s
|
2025-01-22 12:35:10 +01:00 |
|
|
f51619e172
|
refactor: remove required validator from newSkill field
Playwright Tests / test (pull_request) Successful in 2m12s
|
2025-01-22 12:31:09 +01:00 |
|
|
2e9b48be7c
|
fix(qualifikation-form): prevent adding invalid employee ID
Playwright Tests / test (pull_request) Successful in 2m7s
|
2025-01-22 11:14:55 +00:00 |
|
|
60c5d41161
|
fix(mitarbeiter-form): prevent adding skill with invalid id
|
2025-01-22 11:14:55 +00:00 |
|
|
951ab76128
|
Changed employee detail page to english
Playwright Tests / test (pull_request) Successful in 2m40s
|
2025-01-22 12:10:40 +01:00 |
|
|
f941fff8d6
|
Changed employee detail page to english
|
2025-01-22 12:09:58 +01:00 |
|
|
300520093d
|
refactor(employee-detail): restructure HTML layout with container
Playwright Tests / test (pull_request) Successful in 2m49s
|
2025-01-22 12:01:44 +01:00 |
|
|
9b90c735f5
|
IDK
|
2025-01-22 11:54:10 +01:00 |
|
|
5cc396f552
|
feat(navigation): add navigation bar to employee views
Playwright Tests / test (pull_request) Successful in 2m16s
|
2025-01-22 10:16:08 +01:00 |
|
|
f3738ff631
|
Merge pull request 'refactor: remove unused employee fields from template' (#77) from fix/remove-extra-collumns-from-employees into main
Playwright Tests / test (push) Successful in 2m10s
Reviewed-on: #77
|
2025-01-22 08:32:14 +00:00 |
|
|
4dc253b508
|
refactor: remove unused employee fields from template
Playwright Tests / test (pull_request) Successful in 2m45s
|
2025-01-22 09:28:17 +01:00 |
|
|
5f18aa207d
|
feat(qualifikationsverwaltung): add error handling for delete skill
Playwright Tests / test (pull_request) Successful in 2m12s
|
2025-01-22 09:26:46 +01:00 |
|
|
471a675117
|
fix: correct selector and template URLs in component
Playwright Tests / test (pull_request) Successful in 2m2s
|
2025-01-22 09:07:13 +01:00 |
|
|
9b80777fc3
|
feat: add qualification creation component and route
Playwright Tests / test (pull_request) Failing after 1m19s
|
2025-01-22 09:03:52 +01:00 |
|
|
3a25307a36
|
fix: update BASE_URL to use 127.0.0.1
Playwright Tests / test (pull_request) Failing after 2m28s
|
2025-01-17 10:54:56 +01:00 |
|
|
17f20461f8
|
feat(ci): add CI environment configuration and replace URL
|
2025-01-17 10:41:01 +01:00 |
|
|
5a4e14c2dd
|
fix(skill.service): update BASE_URL for production use
Playwright Tests / test (pull_request) Failing after 14s
|
2025-01-17 10:20:58 +01:00 |
|
|
c0ccc736bc
|
fix(skill.service): update BASE_URL to use localhost IP
|
2025-01-17 07:55:35 +01:00 |
|
|
6c1ec524ec
|
chore: update Playwright tests and remove examples
Playwright Tests / test (pull_request) Failing after 1m36s
|
2025-01-16 17:19:38 +01:00 |
|
|
3d2f049312
|
feat(qualifikation): add skill management features and fixes
|
2025-01-16 16:42:02 +01:00 |
|
|
8a4a617c33
|
feat: add qualifications management component and routes
|
2025-01-16 11:06:30 +01:00 |
|
|
703d644799
|
feat: add error handling for skill form validation
|
2025-01-16 10:46:27 +01:00 |
|
|
6119621040
|
feat(qualifikation-form): implement submit functionality and navigation
|
2025-01-15 20:45:17 +01:00 |
|
|
8d778ae773
|
refactor: simplify employee management logic in component
|
2025-01-15 20:19:21 +01:00 |
|
|
c9a4b5063f
|
EOD
|
2025-01-15 16:29:11 +01:00 |
|
|
c11772f08b
|
feat: add qualification editing functionality and styles
|
2025-01-15 15:57:31 +01:00 |
|
|
61597627c6
|
feat(qualifikation-form): add qualification form component
|
2025-01-15 14:20:59 +01:00 |
|
|
ca26b84cc6
|
feat: add createEmployee method and button click handler
|
2025-01-15 14:05:28 +01:00 |
|
|
582e115285
|
feat: add employee creation component and route
|
2025-01-15 14:01:27 +01:00 |
|
|
b6919107da
|
feat(mitarbeiter-erstellen): implement employee form functionality
|
2025-01-15 13:48:46 +01:00 |
|
|
2dc8956142
|
feat(mitarbeiter-erstellen): add new component files
|
2025-01-15 13:48:44 +01:00 |
|
|
d80c334e29
|
style: Update button styles in employee table
|
2025-01-15 13:40:48 +01:00 |
|
|
c7f3bf5c54
|
feat: implement employee deletion functionality
|
2025-01-15 13:39:00 +01:00 |
|
|
4c0371efb3
|
feat(mitarbeiterverwaltung): add edit employee functionality
|
2025-01-15 13:32:37 +01:00 |
|
|
d80f98f2a0
|
feat(search): implement search functionality for employees
|
2025-01-15 13:29:30 +01:00 |
|
|
9219b92049
|
refactor: restructure employee-related components and services
|
2025-01-15 12:53:31 +01:00 |
|
|
5d90b71ba5
|
refactor: simplify component imports and structure
|
2025-01-15 12:44:05 +01:00 |
|
mehdiboudjoudi
|
9807f73f1a
|
test
|
2025-01-15 12:34:19 +01:00 |
|
mehdiboudjoudi
|
67179669c7
|
BACK UP COMMIT
|
2025-01-15 12:32:57 +01:00 |
|
mehdiboudjoudi
|
e18436a57c
|
90% done
|
2025-01-15 12:32:51 +01:00 |
|
|
f10fe2455d
|
style: Remove unnecessary console.log statements
|
2025-01-15 12:25:17 +01:00 |
|
|
3b8ed21b27
|
feat(mitarbeiter-form): add validation error messages display
|
2025-01-15 12:24:39 +01:00 |
|
|
feaf8f54d2
|
feat: add navigation to employee overview after update
|
2025-01-15 11:40:51 +01:00 |
|
|
8abc5855dd
|
feat(mitarbeiter-bearbeiten): add employee update functionality
|
2025-01-15 11:30:39 +01:00 |
|
|
d86af94ac8
|
feat: add employee management and skill handling features
|
2025-01-15 11:02:12 +01:00 |
|
|
0bcc7d4684
|
refactor: move form to seperate component as it will be used 2 times
|
2025-01-15 07:10:50 +01:00 |
|
|
5ff00d7510
|
feat(routes): add route for MitarbeiterBearbeitenViewComponent
|
2025-01-15 07:02:38 +01:00 |
|
mehdiboudjoudi
|
e8e410206e
|
UI: Qualifikation Detail seite
|
2025-01-08 11:46:23 +01:00 |
|
mehdiboudjoudi
|
98a82eacc8
|
UI: Qualifikation Detail seite
|
2025-01-08 11:46:01 +01:00 |
|