minmal-file-cloud-email-pim.../frontend
Stefan Hacker ba3e619963 feat: Aufgaben (Tasks) mit CalDAV VTODO-Sync
Neuer Menuepunkt "Aufgaben" unterhalb Kontakte.

Backend:
- TaskList + Task + TaskListShare Models
- REST-API: CRUD, Teilen, my-color, Import/Export (.ics mit VTODO, CSV)
- CalDAV: Task-Listen tauchen als Calendar-Collection mit
  supported-calendar-component-set=VTODO im autodiscovery auf
- PROPFIND/REPORT/GET/PUT/DELETE/PROPPATCH/MKCOL fuer /dav/<user>/tl-<id>/
- SSE-Notifications bei Aenderungen

Frontend:
- TasksView mit Listen-Sidebar, Suche, "Erledigte ausblenden"
- Mehrfachauswahl + Bulk-Loeschen, Status-Toggle per Checkbox
- Editor mit Titel/Beschreibung/Faellig/Prioritaet/Status/Fortschritt
- Teilen, Farbe persoenlich anpassen, Import/Export

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 15:07:06 +02:00
..
public feat(ui): Browser-Titel "Mini-Cloud - <username>" + Wolken-Favicon 2026-04-13 11:05:51 +02:00
src feat: Aufgaben (Tasks) mit CalDAV VTODO-Sync 2026-04-14 15:07:06 +02:00
.gitignore feat: Mini-Cloud Plattform - komplette Implementierung Phase 0-8 2026-04-11 14:53:28 +02:00
README.md chore: add frontend README from Vite template 2026-04-11 14:54:11 +02:00
index.html feat(ui): Browser-Titel "Mini-Cloud - <username>" + Wolken-Favicon 2026-04-13 11:05:51 +02:00
package-lock.json feat: Kalender mit FullCalendar - Woche/Monat/Tag, Drag&Drop, Wiederholungen 2026-04-12 12:32:59 +02:00
package.json feat: Kalender mit FullCalendar - Woche/Monat/Tag, Drag&Drop, Wiederholungen 2026-04-12 12:32:59 +02:00
vite.config.js feat: Mini-Cloud Plattform - komplette Implementierung Phase 0-8 2026-04-11 14:53:28 +02:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.