Add expanded GitHub wiki content and publish guide
This commit is contained in:
parent
c0ea660e48
commit
42f3baecb6
8 changed files with 302 additions and 0 deletions
32
docs/wiki/Home.md
Normal file
32
docs/wiki/Home.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# StaySense Wiki
|
||||
|
||||
StaySense bewertet in weniger als 10 Sekunden, wie ruhig ein Spot in der Nacht (22:00-06:00) voraussichtlich ist.
|
||||
|
||||
## Produktstatus
|
||||
|
||||
- Region: NRW (Pilot: Kreis Mettmann)
|
||||
- Plattform: WebApp / PWA (iOS-optimiert)
|
||||
- API + Admin-Bereich: aktiv
|
||||
- Offline-First: Score-Cache + Signal-Queue
|
||||
|
||||
## Schnellstart
|
||||
|
||||
1. API Health prüfen: `GET /api/health`
|
||||
2. Score laden: `GET /api/spot/score?lat=...&lon=...&at=...`
|
||||
3. Community-Signal senden: `POST /api/spot/signal`
|
||||
4. Admin Login: `POST /api/admin/login`
|
||||
|
||||
## Dokumentation
|
||||
|
||||
- [API Reference](API-Reference)
|
||||
- [Admin API](Admin-API)
|
||||
- [Deployment](Deployment)
|
||||
- [Operations Runbook](Operations-Runbook)
|
||||
- [Roadmap 30-60-90](Roadmap-30-60-90)
|
||||
- [Data Sources & Attribution](Data-Sources-and-Attribution)
|
||||
|
||||
## Wichtige Links
|
||||
|
||||
- WebApp: `https://staysense.vanityontour.de`
|
||||
- API Base: `https://staysense.vanityontour.de/api`
|
||||
- Repository: `https://github.com/OliverGiertz/StaySense`
|
||||
Loading…
Add table
Add a link
Reference in a new issue