Skip to content

Commit 64a9b8b

Browse files
author
Stefan
committed
docs(readme): Update v0.2.1 release status - current version
Update README.md to reflect v0.2.1 as current released version: ✅ API Documentation (OpenAPI 3.0) ✅ Developer Guide (Bilingual DE/EN) ✅ Bundle Optimization (854KB → 508KB, 40% reduction) ✅ Bilingual Documentation (all major docs DE/EN) ✅ PDF Export fully functional Release Status: - v0.2.1 ✅ Released Dec 1, 2025 - v0.3.0 📋 Planned Q2 2026 (Calendar, Talk, Files, Deck) - v1.0.0 �� Goal Q4 2026 (Production-Ready) Updated both German and English sections of README
1 parent 639e8b9 commit 64a9b8b

1 file changed

Lines changed: 153 additions & 39 deletions

File tree

README.md

Lines changed: 153 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Eine moderne, benutzerfreundliche **Nextcloud-App zur Verwaltung von Vereinen, Verbänden und Organisationen**. Mit vollständiger Mitglieder- und Finanzverwaltung.
44

5-
**Status**: v0.2.0-betaReleased | **Aktuell**: v0.2.1 (In Arbeit) | **Lizenz**: AGPL-3.0 | **Nextcloud**: 28+
5+
**Status**: v0.2.1**Released** | **Lizenz**: AGPL-3.0 | **Nextcloud**: 28+ | **Release**: 1. Dezember 2025
66

77
---
88

@@ -13,12 +13,49 @@ Eine moderne, benutzerfreundliche **Nextcloud-App zur Verwaltung von Vereinen, V
1313
| Version | Status | Release | Fokus |
1414
|---------|--------|---------|-------|
1515
| **v0.1.0-alpha** | ✅ Stabil | Nov 2025 | Basis CRUD, MVP |
16-
| **v0.2.0-beta** |**Released** | 30. Nov 2025 | RBAC, Admin-Panel, CSV/PDF Export, Statistics |
17-
| **v0.2.1** | 🔄 In Arbeit | Dez 2025 | API Docs, Developer Guide, Bugfixes |
18-
| **v0.3.0** | 📋 Geplant | Q2 2026 | Automatisierung, Integrationen |
19-
| **v1.0.0** | 🎯 Ziel | Q4 2026 | Production-Ready, 100% Test-Coverage |
20-
21-
### 🆕 Was ist neu in v0.2.0-beta?
16+
| **v0.2.0-beta** | ✅ Released | 30. Nov 2025 | RBAC, Admin-Panel, CSV/PDF Export, Statistics |
17+
| **v0.2.1** |**Aktuell** | 1. Dez 2025 | API Docs, Developer Guide, Bundle-Optimierung |
18+
| **v0.3.0** | 📋 Geplant | Q2 2026 | Kalender, Talk, Files, Deck Integration |
19+
| **v1.0.0** | 🎯 Ziel | Q4 2026 | Production-Ready, App Store Release |
20+
21+
### 🆕 Was ist neu in v0.2.1?
22+
23+
**API-Dokumentation (OpenAPI 3.0)** — Vollständig implementiert
24+
- Vollständige OpenAPI 3.0 Spezifikation
25+
- Interaktive Swagger-UI
26+
- Alle 31 API-Endpoints dokumentiert
27+
- Request/Response Beispiele für jeden Endpoint
28+
- docs/api/README.md mit detaillierten Specs
29+
30+
**Entwicklerhandbuch** — Vollständig implementiert
31+
- DEVELOPER_GUIDE.md mit Architektur-Übersicht
32+
- Service-Layer Patterns
33+
- Repository Pattern für Datenbank
34+
- Dependency Injection Best Practices
35+
- Migration Guides für zukünftige Versionen
36+
37+
**Bundle-Optimierung (40% Reduktion)** — Vollständig implementiert
38+
- @rollup/plugin-terser für aggressive Minifizierung
39+
- Bundle: 854KB → 508KB
40+
- Gzip: 197KB → 148KB (-25%)
41+
- Aggressive Minification: drop_console, mangle, compress
42+
- Optimale Performance für Endbenutzer
43+
44+
**Zweisprachige Dokumentation** — Vollständig implementiert
45+
- Alle wichtigen Docs jetzt DE/EN
46+
- DEVELOPER_GUIDE.md bilingual
47+
- API README.md bilingual
48+
- CONTRIBUTING.md bilingual
49+
- Konsistente Struktur in beiden Sprachen
50+
51+
**PDF-Export vollständig funktionsfähig** — Vollständig implementiert
52+
- TCPDF Integration funktioniert
53+
- Mitgliederlisten als PDF exportierbar
54+
- Gebührenlisten als PDF exportierbar
55+
- Professionelle Layouts mit Kopf- und Fußzeilen
56+
- Unicode-Support für Umlaute
57+
58+
### Was kam in v0.2.0-beta?
2259

2360
**Role-Based Access Control (RBAC)** — Vollständig implementiert
2461
- Admin, Kassierer, Mitglied Rollen
@@ -119,12 +156,49 @@ Eine moderne, benutzerfreundliche **Nextcloud-App zur Verwaltung von Vereinen, V
119156
| Version | Status | Release | Focus |
120157
|---------|--------|---------|-------|
121158
| **v0.1.0-alpha** | ✅ Stable | Nov 2025 | Basic CRUD, MVP |
122-
| **v0.2.0-beta** | ✅ 100% Complete | Dec 1, 2025 | RBAC, Admin Panel, CSV/PDF Export, Statistics |
123-
| **v0.2.1** | 📋 Planned | Q1 2026 | PDF Export, Bugfixes, Performance |
124-
| **v0.3.0** | 📋 Planned | Q2 2026 | Automation, Integrations |
125-
| **v1.0.0** | 🎯 Goal | Q4 2026 | Production-Ready, 100% Test Coverage |
126-
127-
### 🆕 What's New in v0.2.0-beta?
159+
| **v0.2.0-beta** | ✅ Released | Nov 30, 2025 | RBAC, Admin Panel, CSV/PDF Export, Statistics |
160+
| **v0.2.1** |**Current** | Dec 1, 2025 | API Docs, Developer Guide, Bundle Optimization |
161+
| **v0.3.0** | 📋 Planned | Q2 2026 | Calendar, Talk, Files, Deck Integration |
162+
| **v1.0.0** | 🎯 Goal | Q4 2026 | Production-Ready, App Store Release |
163+
164+
### 🆕 What's New in v0.2.1?
165+
166+
**API Documentation (OpenAPI 3.0)** — Fully Implemented
167+
- Complete OpenAPI 3.0 specification
168+
- Interactive Swagger UI
169+
- All 31 API endpoints documented
170+
- Request/response examples for every endpoint
171+
- docs/api/README.md with detailed specs
172+
173+
**Developer Guide** — Fully Implemented
174+
- DEVELOPER_GUIDE.md with architecture overview
175+
- Service-layer patterns
176+
- Repository pattern for database
177+
- Dependency injection best practices
178+
- Migration guides for future versions
179+
180+
**Bundle Optimization (40% Reduction)** — Fully Implemented
181+
- @rollup/plugin-terser for aggressive minification
182+
- Bundle: 854KB → 508KB
183+
- Gzip: 197KB → 148KB (-25%)
184+
- Aggressive minification: drop_console, mangle, compress
185+
- Optimal performance for end users
186+
187+
**Bilingual Documentation** — Fully Implemented
188+
- All major docs now DE/EN
189+
- DEVELOPER_GUIDE.md bilingual
190+
- API README.md bilingual
191+
- CONTRIBUTING.md bilingual
192+
- Consistent structure in both languages
193+
194+
**PDF Export Fully Functional** — Fully Implemented
195+
- TCPDF integration working properly
196+
- Member lists exportable as PDF
197+
- Fee lists exportable as PDF
198+
- Professional layouts with headers and footers
199+
- Unicode support for umlauts
200+
201+
### What came in v0.2.0-beta?
128202

129203
**Role-Based Access Control (RBAC)** — Fully Implemented
130204
- Admin, Treasurer, Member roles
@@ -279,37 +353,77 @@ sudo -u www-data php /var/www/nextcloud/occ app:enable verein
279353

280354
## 🎯 Roadmap — Deutsch
281355

282-
### v0.1.0-alpha ✅ (Aktuell)
283-
-Basis Mitgliederverwaltung (CRUD)
284-
-Gebührenverwaltung (CRUD)
285-
- ✅ Responsive UI mit Dark Mode
286-
- ✅ Nextcloud Integration
356+
### v0.1.0-alpha ✅ (Stable)
357+
-Basic member management (CRUD)
358+
-Fee management (CRUD)
359+
- ✅ Responsive UI with dark mode
360+
- ✅ Nextcloud integration
287361

288-
### v0.2.0-beta ✅ (100% fertig, Released 1. Dez 2025)
289-
- ✅ Rollen & Berechtigungen (RBAC)
290-
- ✅ Admin-Panel & Settings
291-
- ✅ Datenvalidierung (IBAN, BIC, Email)
292-
- ✅ CSV/PDF Export
293-
- ✅ 130+ Unit Tests (100% Pass-Rate)
362+
### v0.2.0-beta ✅ (Released Nov 30, 2025)
363+
- ✅ Roles & permissions (RBAC)
364+
- ✅ Admin panel & settings
365+
- ✅ Data validation (IBAN, BIC, Email)
366+
- ✅ CSV/PDF export
367+
- ✅ 130+ unit tests (100% pass rate)
368+
369+
### v0.2.1 ✅ (Released Dec 1, 2025)
370+
- ✅ API Documentation (OpenAPI 3.0)
371+
- ✅ Developer Guide (Bilingual)
372+
- ✅ Bundle optimization (40% reduction)
373+
- ✅ PDF export fully functional
374+
- ✅ Bilingual documentation (DE/EN)
375+
376+
### v0.3.0 📋 (Planned Q2 2026)
377+
- Kalender Integration (Konzertmeister Model)
378+
- Talk Integration (Event Management, RSVP)
379+
- Files Integration (Notenverwaltung nach SoftNote)
380+
- Deck Integration (Kanban Board)
381+
- DSGVO Compliance (Art. 6-34)
382+
383+
### v1.0.0 🎯 (Goal Q4 2026)
384+
- Full stability & 100% test coverage
385+
- SEPA XML export for bank transfers
386+
- Comprehensive documentation & API documentation
387+
- Internationalization (i18n)
388+
- App Store release
294389

295-
### v0.2.1 📋 (Q1 2026)
296-
- PDF Export Funktionalität (TCPDF Fix)
297-
- Bugfixes & Performance-Optimierung
298-
- Verbesserte Fehlerbehandlung
390+
---
299391

300-
### v0.3.0 📋 (Q2 2026)
301-
- Automatische Mahnungen (Cronjob)
302-
- Benachrichtigungssystem (Email, Talk)
303-
- Kalender-Integration
304-
- Erweiterte Finanzberichte
392+
## 🎯 Roadmap — English
305393

306-
### v1.0.0 🎯 (Q4 2026, Production)
307-
- Vollständige Stabilität & 100% Test-Coverage
308-
- SEPA XML Export für Bankentransfers
309-
- Umfangreiche Dokumentation & API-Doku
310-
- Internationalisierung (i18n)
394+
### v0.1.0-alpha ✅ (Stable)
395+
- ✅ Basic member management (CRUD)
396+
- ✅ Fee management (CRUD)
397+
- ✅ Responsive UI with dark mode
398+
- ✅ Nextcloud integration
311399

312-
---
400+
### v0.2.0-beta ✅ (Released Nov 30, 2025)
401+
- ✅ Roles & permissions (RBAC)
402+
- ✅ Admin panel & settings
403+
- ✅ Data validation (IBAN, BIC, Email)
404+
- ✅ CSV/PDF export
405+
- ✅ 130+ unit tests (100% pass rate)
406+
407+
### v0.2.1 ✅ (Released Dec 1, 2025)
408+
- ✅ API Documentation (OpenAPI 3.0)
409+
- ✅ Developer Guide (Bilingual)
410+
- ✅ Bundle optimization (40% reduction)
411+
- ✅ PDF export fully functional
412+
- ✅ Bilingual documentation (DE/EN)
413+
414+
### v0.3.0 📋 (Planned Q2 2026)
415+
- Calendar integration (Konzertmeister model)
416+
- Talk integration (event management, RSVP)
417+
- Files integration (note management like SoftNote)
418+
- Deck integration (Kanban board)
419+
- GDPR/DSGVO compliance (Art. 6-34)
420+
421+
### v1.0.0 🎯 (Goal Q4 2026)
422+
- Full stability & 100% test coverage
423+
- SEPA XML export for bank transfers
424+
- Comprehensive documentation & API documentation
425+
- Internationalization (i18n)
426+
- App Store release
313427

314428
## 🎯 Roadmap — English
315429

0 commit comments

Comments
 (0)