Initial commit
This commit is contained in:
64
backup 24.2.26 - Kopie (61)/web/README.md
Normal file
64
backup 24.2.26 - Kopie (61)/web/README.md
Normal file
@@ -0,0 +1,64 @@
|
||||
# AZA Web MVP (aza-medwork.ch)
|
||||
|
||||
## Zweck
|
||||
|
||||
Dieser Ordner enthält die minimale öffentliche Website für AZA Medical AI Assistant.
|
||||
|
||||
Aktuell umfasst der Web-MVP:
|
||||
|
||||
- Landing Page
|
||||
- Download Page
|
||||
- Basis-Styling
|
||||
|
||||
---
|
||||
|
||||
## Dateien
|
||||
|
||||
### index.html
|
||||
Öffentliche Landing Page mit Kurzbeschreibung und Link zur Download-Seite.
|
||||
|
||||
### download.html
|
||||
Download-Seite für die Desktop-App.
|
||||
Lädt Versionsinformationen dynamisch aus:
|
||||
|
||||
`../release/version.json`
|
||||
|
||||
Verwendete Felder:
|
||||
|
||||
- `version`
|
||||
- `download_url`
|
||||
- `release_notes`
|
||||
|
||||
### style.css
|
||||
Minimales Styling für Landing und Download-Seite.
|
||||
|
||||
---
|
||||
|
||||
## Datenquelle
|
||||
|
||||
Die Download-Seite verwendet aktuell:
|
||||
|
||||
`release/version.json`
|
||||
|
||||
Diese Datei ist die gemeinsame Quelle für:
|
||||
|
||||
- Website Download
|
||||
- Backend `/version`
|
||||
- Backend `/download`
|
||||
- spätere Update-Logik
|
||||
|
||||
---
|
||||
|
||||
## Hosting-Idee
|
||||
|
||||
Der Web-MVP für `aza-medwork.ch` kann später statisch ausgeliefert werden, z. B. via:
|
||||
|
||||
- Caddy
|
||||
- Nginx
|
||||
- einfache Static Hosting Umgebung
|
||||
|
||||
---
|
||||
|
||||
## MVP-Ziel
|
||||
|
||||
Einfacher, stabiler und wartbarer Web-Auftritt ohne Framework-Abhängigkeit.
|
||||
Reference in New Issue
Block a user