Commit Graph

14 Commits

Author SHA1 Message Date
Faultier314
26e8b2cd0c fix: correct version to 0.3.0 (MAJOR only changes on user instruction)
Version: 0.3.0
2026-04-06 07:46:37 +02:00
Faultier314
834a3bf4d5 feat: Phase 1 complete – full working application
Backend (FastAPI):
- REST API: auth, plants, beds, plantings
- CRUD layer with CRUDBase
- Pydantic v2 schemas for all entities
- Alembic migration: complete schema + all enums
- Seed data: 28 global plants + 15 compatibilities

Frontend (Vue 3 + PrimeVue):
- Axios client with JWT interceptor + auto-refresh
- Pinia stores: auth, beds, plants
- Views: Login, Beds, BedDetail, PlantLibrary
- Components: AppLayout, BedForm, PlantingForm, PlantForm

Docker:
- docker-compose.yml (production)
- docker-compose.dev.yml (development with hot-reload)
- Nginx config with SPA fallback + API proxy
- Multi-stage frontend Dockerfile
- .env.example, .gitignore

Version: 1.0.0-alpha
2026-04-06 07:45:00 +02:00
Faultier314
905115d115 docs: update CLAUDE.md with actual techstack and architecture 2026-04-06 07:32:20 +02:00
Faultier314
f4b1f1e30c chore: update session-context with partial backend file inventory 2026-04-05 23:25:04 +02:00
Faultier314
b58edfc6eb chore: save session state – feature/phase-1 ready to implement
- Update session-context.md with exact resume point for next session
- Update settings.local.json with broader git permissions
- feature/grundstruktur merged to develop
- PAT authentication configured

Version: 0.2.3
2026-04-05 23:24:21 +02:00
Faultier314
5d9d517d18 feat: merge feature/grundstruktur – project infrastructure and docs 2026-04-05 23:00:35 +02:00
Faultier314
d1831955c7 chore: commit pending local changes before branch switch 2026-04-05 23:00:35 +02:00
Faultier314
1abf4a647d chore: bump version to 0.2.3
Update project plan: finalize phases, techstack and architecture decisions

Version: 0.2.3
2026-04-05 22:53:35 +02:00
Faultier314
c2eb905d62 chore: bump version to 0.2.2
Add autonomous branch-switching rule to workflow docs

Version: 0.2.2
2026-04-05 22:34:54 +02:00
Faultier314
6af5df32f6 chore: add Claude tooling and optimize token efficiency
- .claude/scripts/bump.sh: one-command version bump + commit + push
- .claude/scripts/new-feature.sh: branch creation helper
- .claude/session-context.md: session start context
- CLAUDE.md: reduced to dispatch table, no rule duplication
- docs/project-structure.md: restructured as dense module reference

Version: 0.2.1
2026-04-05 22:32:58 +02:00
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
Faultier314
cd7a3f7414 chore: establish workflow rules, versioning and changelog
Add mandatory workflow rules (branching, versioning, docs-sync),
introduce CHANGELOG.md and VERSION file, update development
standards and CLAUDE.md accordingly.

Version: 0.1.1
2026-04-05 22:17:10 +02:00
Faultier314
3dceae930c docs: add branching strategy 2026-04-05 22:06:47 +02:00
Faultier314
f301cd4044 chore: initial project setup with documentation
Add CLAUDE.md, development standards, project structure docs,
and domain model skeleton for the Gartenmanager project.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 21:53:57 +02:00