Aktueller Stand

This commit is contained in:
2026-01-15 16:24:09 +01:00
parent 5d2630a02f
commit 46eae2a2a9
70 changed files with 7866 additions and 447 deletions

View File

@@ -14,11 +14,8 @@ No build or test scripts are defined yet. When you add tooling, document the exa
- `make build` for production builds
## Coding Style & Naming Conventions
No style configuration is present. When initializing the project, standardize and document:
- Indentation (e.g., 2 spaces for JS/TS, 4 for Python)
- Naming patterns (e.g., `camelCase` for functions, `PascalCase` for classes)
- Formatters/linters (e.g., Prettier, ESLint, Black, Ruff)
Add config files (like `.editorconfig`, `.prettierrc`, or `pyproject.toml`) and keep them in version control.
Use consistent formatting for TS/JS (2 spaces) and follow the existing component and API patterns in `app/` and `components/`.
For user-facing German copy, always use proper umlauts (äöüß) instead of ASCII replacements (ae/oe/ue/ss). Keep wording concise and consistent across UI and emails.
## Testing Guidelines
No testing framework is configured yet. When you add tests: