update
This commit is contained in:
37
module.md
37
module.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user