Test
Dieser Commit ist enthalten in:
@ -5,9 +5,9 @@
|
||||
## Project Overview
|
||||
|
||||
- **Path**: `A:\GiTea\SkillMate`
|
||||
- **Files**: 191 files
|
||||
- **Size**: 3.3 MB
|
||||
- **Last Modified**: 2025-09-26 00:23
|
||||
- **Files**: 189 files
|
||||
- **Size**: 5.3 MB
|
||||
- **Last Modified**: 2025-09-28 01:28
|
||||
|
||||
## Technology Stack
|
||||
|
||||
@ -15,7 +15,6 @@
|
||||
- JavaScript
|
||||
- Python
|
||||
- React TypeScript
|
||||
- Shell
|
||||
- TypeScript
|
||||
|
||||
### Frameworks & Libraries
|
||||
@ -27,12 +26,12 @@
|
||||
ANWENDUNGSBESCHREIBUNG.txt
|
||||
CHANGES_ORGANIGRAMM.md
|
||||
CLAUDE_PROJECT_README.md
|
||||
debug-console.cmd
|
||||
EXE-ERSTELLEN.md
|
||||
gitea_push_debug.txt
|
||||
install-dependencies.cmd
|
||||
INSTALLATION.md
|
||||
LICENSE.txt
|
||||
main.py
|
||||
Organigramm_ohne_Namen.pdf
|
||||
admin-panel/
|
||||
│ ├── index.html
|
||||
│ ├── package-lock.json
|
||||
@ -52,11 +51,11 @@ admin-panel/
|
||||
│ │ ├── index.ts
|
||||
│ │ ├── Layout.tsx
|
||||
│ │ ├── MoonIcon.tsx
|
||||
│ │ ├── OrganizationSelector.tsx
|
||||
│ │ ├── SearchIcon.tsx
|
||||
│ │ ├── SettingsIcon.tsx
|
||||
│ │ ├── SunIcon.tsx
|
||||
│ │ ├── SyncStatus.tsx
|
||||
│ │ └── UsersIcon.tsx
|
||||
│ │ └── SyncStatus.tsx
|
||||
│ ├── services/
|
||||
│ │ ├── api.ts
|
||||
│ │ └── networkApi.ts
|
||||
@ -94,9 +93,11 @@ backend/
|
||||
│ │ ├── purge-users.js
|
||||
│ │ ├── reset-admin.js
|
||||
│ │ ├── run-migrations.js
|
||||
│ │ ├── seed-demo-data.ts
|
||||
│ │ ├── seed-lka-structure.js
|
||||
│ │ ├── seed-organization.js
|
||||
│ │ ├── seed-skills-from-frontend.js
|
||||
│ │ ├── seed-skills-from-shared.js
|
||||
│ │ └── migrations/
|
||||
│ │ └── 0001_users_email_encrypt.js
|
||||
│ ├── src/
|
||||
@ -127,6 +128,7 @@ backend/
|
||||
│ │ │ ├── emailService.ts
|
||||
│ │ │ ├── encryption.ts
|
||||
│ │ │ ├── reminderService.ts
|
||||
│ │ │ ├── skillSeeder.ts
|
||||
│ │ │ ├── syncScheduler.ts
|
||||
│ │ │ └── syncService.ts
|
||||
│ │ ├── usecases/
|
||||
@ -245,3 +247,4 @@ This project is managed with Claude Project Manager. To work with this project:
|
||||
- README updated on 2025-09-23 19:19:20
|
||||
- README updated on 2025-09-25 22:01:37
|
||||
- README updated on 2025-09-27 12:01:06
|
||||
- README updated on 2025-09-28 18:39:07
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren