mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
docs: update contributing wiki page
This commit is contained in:
+10
-13
@@ -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) |
|
||||||
|
|||||||
Reference in New Issue
Block a user