Files
gartenmanager/README.md
Faultier314 80c73595d2 feat: add repo standards infrastructure
- .gitattributes: normalize line endings to LF
- README.md: project overview and feature list
- .gitea/PULL_REQUEST_TEMPLATE.md: PR checklist
- CHANGELOG.md, VERSION: bump to 0.2.0

Version: 0.2.0
2026-04-05 22:25:36 +02:00

33 lines
1002 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Gartenmanager
Persönliche Webanwendung zur Verwaltung und Planung von Gartenaktivitäten.
## Features (geplant)
- **Pflanzenverwaltung** Pflanzenarten mit Eigenschaften (Aussaatzeit, Wasserbedarf, Abstand …)
- **Beetplanung** Beete anlegen und Pflanzen zuordnen
- **Aussaatkalender** Jahresbasierter Aussaat- und Pflanzungsplan
- **Aufgabenverwaltung** Gartenaufgaben mit Fälligkeitsdatum
- **Bewässerungsplan** Intervalle je Beet oder Pflanze
## Techstack
> Noch festzulegen.
## Entwicklung
> Build- und Run-Befehle werden hier ergänzt, sobald der Techstack feststeht.
Weiterführende Dokumentation:
- [Entwicklungsstandards](docs/development-standards.md)
- [Projektstruktur](docs/project-structure.md)
- [Branching-Strategie](docs/branching-strategy.md)
- [Changelog](CHANGELOG.md)
## Versionierung
Aktuelle Version: siehe [VERSION](VERSION)
Schema: `MAJOR.MINOR.PATCH` Details in den [Entwicklungsstandards](docs/development-standards.md#versionierung).