managarten/apps/todo/apps/backend
Till-JS 309faba62c feat(contacts): integrate contacts into Todo and Calendar apps
- Add ContactSelector, ContactBadge, ContactAvatar to shared-ui
- Add ContactsClient API service to shared-auth
- Add ContactReference, ContactSummary types to shared-types
- Todo: Add assignee and involvedContacts to tasks with UI in TaskEditModal
- Todo: Display contacts in TaskItem and KanbanTaskCard
- Calendar: Add AttendeeSelector with RSVP status support
- Calendar: Integrate attendees in EventForm
- Calendar: Add task drag-drop to calendar views (Day/Week/MultiDay)
- Contacts: Add ContactTasks component to show related tasks
- Backend: Add findByContact endpoint to Todo task service
- UI polish: glassmorphism styling, keyboard navigation, auto-focus

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 16:00:08 +01:00
..
src feat(contacts): integrate contacts into Todo and Calendar apps 2025-12-11 16:00:08 +01:00
docker-entrypoint.sh 🚀 ci: add Docker deployment for Manacore, Todo, Calendar, and Clock apps 2025-12-08 16:04:50 +01:00
Dockerfile 🚀 ci: add Docker deployment for Manacore, Todo, Calendar, and Clock apps 2025-12-08 16:04:50 +01:00
drizzle.config.ts feat(contacts): add import/export with Google Contacts integration 2025-12-03 15:54:31 +01:00
jest.config.js fix(todo-backend): implement recurrence handling and fix N+1 query 2025-12-10 14:11:17 +01:00
nest-cli.json feat(contacts): add import/export with Google Contacts integration 2025-12-03 15:54:31 +01:00
package.json fix(todo-backend): implement recurrence handling and fix N+1 query 2025-12-10 14:11:17 +01:00
tsconfig.json feat(contacts): add import/export with Google Contacts integration 2025-12-03 15:54:31 +01:00