This commit is contained in:
Marek Lenczewski
2026-04-11 13:02:40 +02:00
parent 11eff12da8
commit d8c8db4a4c
4 changed files with 57 additions and 76 deletions

View File

@@ -1,19 +1,30 @@
# Basic module
# Datei
Implementierungs-Schritte als Feature-Module - WIE es gebaut wird
# Setup module
## Backend
- Setup Symfony
- Setup Symfony ./backend
## Frontend
- Setup Vue
- main.js - app, router, pinia setup
- route/index.js - / start page route
- App.vue - base page
- Startpage.vue - start page
- navigation, subnavigation, main area
- Setup Vue ./frontend, router, pinia
- App.vue - no content
## App
- Setup Kotlin ./app, navigation compose
- MainScreen.kt - no content
## Features
- Symfony and Vue setup
- Start page only desktop
- navigation top
- subnavigation below natigation, depends on navigation
- main area, depends on navigation or subnavigation
- Symfony, Vue and Kotlin minimal setup, no content
# Base module
## Backend
- nothing
## Frontend
- router - / start page route
- Startpage.vue - start page
## App
- NavHost - start destination
- StartScreen.kt - start page
## Features
- Start page with navigation top, subnavigation below, main area
- Visible on frontend and app
# Task module
## Backend