48 lines
705 B
Markdown
48 lines
705 B
Markdown
# Module Structure v0.1
|
|
|
|
## Grundprinzip
|
|
|
|
Hosting-Backoffice basiert auf:
|
|
- Core
|
|
- Service-Modulen
|
|
- Integrationsmodulen
|
|
|
|
Der Core enthält ausschließlich zentrale Plattformlogik.
|
|
|
|
## Core-Bereiche
|
|
|
|
- Benutzer
|
|
- Rollen/Rechte
|
|
- Kunden
|
|
- Verträge
|
|
- Produkte
|
|
- Domains
|
|
- Hostingpakete
|
|
- Server
|
|
- Dokumente
|
|
- Audit-Logs
|
|
- Benachrichtigungen
|
|
- API
|
|
- Einstellungen
|
|
|
|
## Service-Module
|
|
|
|
- Ticketsystem
|
|
- KI-Assistent
|
|
- Import-Assistent
|
|
- Dokumentenarchiv
|
|
- Migrationen später
|
|
|
|
## Integrationsmodule
|
|
|
|
- Lexware Office
|
|
- Invoice Ninja CE
|
|
- KeyHelp
|
|
- 1blu Business
|
|
- PayPal
|
|
- Wero
|
|
|
|
## WordPress-Plugin
|
|
|
|
Das WordPress-Plugin ist kein Corebestandteil. Es dient später als Frontend-Integration über die REST API.
|