docs: /docs/README.md
This commit is contained in:
@@ -25,4 +25,4 @@ NEXT_PUBLIC_USE_MOCKS=true
|
|||||||
NEXT_PUBLIC_BASE_PATH=/talas5
|
NEXT_PUBLIC_BASE_PATH=/talas5
|
||||||
# Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH=
|
# Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH=
|
||||||
# App-Versionsnummer
|
# App-Versionsnummer
|
||||||
NEXT_PUBLIC_APP_VERSION=1.1.282
|
NEXT_PUBLIC_APP_VERSION=1.1.283
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ NEXT_PUBLIC_BASE_PATH=/talas5
|
|||||||
# Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH=
|
# Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH=
|
||||||
|
|
||||||
# App-Versionsnummer
|
# App-Versionsnummer
|
||||||
NEXT_PUBLIC_APP_VERSION=1.1.282
|
NEXT_PUBLIC_APP_VERSION=1.1.283
|
||||||
@@ -11,15 +11,60 @@ Entwicklung, Architekturverständnis und Erweiterung.
|
|||||||
|
|
||||||
## 📚 Inhaltsverzeichnis
|
## 📚 Inhaltsverzeichnis
|
||||||
|
|
||||||
- [📘 NodeMap – Entwicklerdokumentation](#-nodemap--entwicklerdokumentation)
|
### 🔹 Einstieg & Übersicht
|
||||||
- [📚 Inhaltsverzeichnis](#-inhaltsverzeichnis)
|
|
||||||
- [🔍 Projektüberblick](#-projektüberblick)
|
- [Projektüberblick](architecture.md)
|
||||||
- [🧱 Projektstruktur \& Setup](#-projektstruktur--setup)
|
- [Build & Deployment](build-and-deploy.md)
|
||||||
- [🔌 Webservices \& API-Fluss](#-webservices--api-fluss)
|
- [Checkliste für Deployment](checklist.md)
|
||||||
- [🧠 Zustandverwaltung (Redux)](#-zustandverwaltung-redux)
|
- [Dynamische Marker erklärt](DynamischeMarkerErklaerung.md)
|
||||||
- [🧪 Entwicklung \& Testdaten](#-entwicklung--testdaten)
|
|
||||||
- [❗ Fehlerbehandlung \& Glossar](#-fehlerbehandlung--glossar)
|
### 🧭 Architektur
|
||||||
- [🔄 Hinweis zum Deployment](#-hinweis-zum-deployment)
|
|
||||||
|
- [Layer-Verbindung (Geräte)](architecture/device-layer-connection.md)
|
||||||
|
|
||||||
|
### ⚙️ Konfiguration
|
||||||
|
|
||||||
|
- [appVersion.js](config/appVersion.md)
|
||||||
|
- [Konfiguration: config.js](config/config.md)
|
||||||
|
- [Layer-Konfiguration](config/layers.md)
|
||||||
|
- [Allgemeine Übersicht](config/README.md)
|
||||||
|
|
||||||
|
### 🧩 Hauptkomponenten
|
||||||
|
|
||||||
|
- [MapComponent](components/mainComponent/MapComponent.md)
|
||||||
|
- [useInitializeMap](components/mainComponent/hooks/useInitializeMap.md)
|
||||||
|
|
||||||
|
### 🗺️ Kontextmenü
|
||||||
|
|
||||||
|
- [Übersicht Kontextmenü](components/contextmenu/README.md)
|
||||||
|
- [useMapContextMenu Hook](components/contextmenu/useMapContextMenu.md)
|
||||||
|
- [CoordinatePopup](components/contextmenu/CoordinatePopup.md)
|
||||||
|
|
||||||
|
### ➕ POIs
|
||||||
|
|
||||||
|
- [POI hinzufügen (AddPOIModal)](components/pois/AddPOIModal.md)
|
||||||
|
- [POI bearbeiten (PoiUpdateModal)](components/pois/PoiUpdateModal.md)
|
||||||
|
|
||||||
|
### 📏 GIS-Polylinien
|
||||||
|
|
||||||
|
- [PolylineContextMenu](components/gisPolylines/PolylineContextMenu.md)
|
||||||
|
- [StartIcon](components/gisPolylines/icons/StartIcon.md)
|
||||||
|
- [EndIcon](components/gisPolylines/icons/EndIcon.md)
|
||||||
|
- [CircleIcon](components/gisPolylines/icons/CircleIcon.md)
|
||||||
|
- [SupportPointIcons](components/gisPolylines/icons/SupportPointIcons.md)
|
||||||
|
|
||||||
|
### 💡 UI-Komponenten
|
||||||
|
|
||||||
|
- [CoordinateInput](components/uiWidgets/CoordinateInput.md)
|
||||||
|
- [VersionInfoModal](components/uiWidgets/VersionInfoModal.md)
|
||||||
|
- [EditModeToggle](components/uiWidgets/mapLayersControlPanel/EditModeToggle.md)
|
||||||
|
- [MapLayersControlPanel](components/uiWidgets/mapLayersControlPanel/MapLayersControlPanel.md)
|
||||||
|
|
||||||
|
### 🔍 Weitere Tools
|
||||||
|
|
||||||
|
- [TestScript (Debug)](components/TestScript.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "nodemap",
|
"name": "nodemap",
|
||||||
"version": "1.1.282",
|
"version": "1.1.283",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "nodemap",
|
"name": "nodemap",
|
||||||
"version": "1.1.282",
|
"version": "1.1.283",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.13.3",
|
"@emotion/react": "^11.13.3",
|
||||||
"@emotion/styled": "^11.13.0",
|
"@emotion/styled": "^11.13.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nodemap",
|
"name": "nodemap",
|
||||||
"version": "1.1.282",
|
"version": "1.1.283",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.13.3",
|
"@emotion/react": "^11.13.3",
|
||||||
"@emotion/styled": "^11.13.0",
|
"@emotion/styled": "^11.13.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user