docs: update contributing wiki page

This commit is contained in:
jubnl
2026-04-21 16:57:38 +02:00
parent d59b3334dc
commit 840f5e82aa
+10 -13
View File
@@ -36,10 +36,7 @@ feat(component): short description of new feature
### PR Description ### PR Description
Include: Follow the template provided by default (.github/PULL_REQUEST_TEMPLATE.md).
1. **Summary** — What does this PR do? (1-3 bullet points)
2. **Test plan** — How was this tested?
3. **Related issue** — Link the issue (e.g. `Fixes #123`)
### What Will Get Your PR Closed ### What Will Get Your PR Closed
@@ -55,12 +52,12 @@ See the [[Development Environment|Development-environment]] page for the full se
## Tech Stack ## Tech Stack
| Layer | Technology | | Layer | Technology |
|---|---| |---|---------------------------------------------------------------------------------|
| Frontend | React 18, TypeScript, Zustand, Leaflet, Tailwind CSS, Vite | | Frontend | React 18, TypeScript, Zustand, Leaflet, Tailwind CSS, Vite |
| Backend | Express, TypeScript, better-sqlite3 | | Backend | Express, TypeScript, better-sqlite3 |
| Real-time | WebSocket (ws) | | Real-time | WebSocket (ws) |
| Database | SQLite with WAL mode | | Database | SQLite with WAL mode |
| Auth | JWT (HS256), bcrypt, TOTP MFA, OIDC | | Auth | JWT (HS256), bcrypt, TOTP MFA, OIDC |
| Maps | Leaflet + react-leaflet, OSRM, Nominatim, CartoDB tiles | | Maps | Leaflet + react-leaflet, OSRM, Nominatim, CartoDB tiles |
| i18n | 13 languages (EN, DE, ES, FR, NL, IT, PT-BR, CS, PL, HU, RU, ZH, AR) | | i18n | 15 languages (EN, DE, ES, FR, NL, IT, PT-BR, CS, PL, HU, RU, ZH, ZH-TW, AR, ID) |