Commit Graph

2 Commits

Author SHA1 Message Date
andupetcu
a91a7b009a Add backend with analytics, notifications, and enhanced features
Some checks failed
Backend CI/CD Pipeline / Lint and Test Backend (push) Has been cancelled
CI/CD Pipeline / Lint and Test (push) Has been cancelled
Backend CI/CD Pipeline / E2E Tests Backend (push) Has been cancelled
Backend CI/CD Pipeline / Build Backend Application (push) Has been cancelled
Backend CI/CD Pipeline / Performance Testing (push) Has been cancelled
CI/CD Pipeline / E2E Tests (push) Has been cancelled
CI/CD Pipeline / Build Application (push) Has been cancelled
Backend:
- Complete NestJS backend implementation with comprehensive features
- Analytics: Weekly/monthly reports with PDF/CSV export
- Smart notifications: Persistent notifications with milestones and anomaly detection
- AI safety: Medical disclaimer triggers and prompt injection protection
- COPPA/GDPR compliance: Full audit logging system

Frontend:
- Updated settings page and analytics components
- API integration improvements

Docs:
- Added implementation gaps tracking
- Azure OpenAI integration documentation
- Testing and post-launch summaries

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 15:22:50 +03:00
andupetcu
ac440ddb85 Implement comprehensive tracking system and analytics dashboard
- Add Feeding Tracker with 3 feeding types (breast, bottle, solid)
  - Built-in timer for breastfeeding sessions
  - Recent feeding history with delete functionality
  - Form validation and child selection

- Add Sleep Tracker with duration tracking
  - Start/end time inputs with "Now" quick buttons
  - Sleep quality and location tracking
  - Ongoing sleep support with real-time duration
  - Recent sleep activities list

- Add Diaper Tracker with comprehensive monitoring
  - 4 diaper types (wet, dirty, both, dry)
  - Multiple condition selectors
  - Rash monitoring with severity levels
  - Color-coded visual indicators

- Add Insights/Analytics Dashboard
  - Summary statistics cards (feedings, sleep, diapers)
  - Interactive charts using Recharts (bar, line, pie)
  - Date range filtering (7/30/90 days)
  - Activity timeline and distribution
  - Recent activities list

- Add Settings page with backend integration
  - Profile update functionality with API integration
  - Form validation and error handling
  - Loading states and success notifications
  - Notification and appearance preferences

- Add Users API service for profile management

All pages include:
- Full CRUD operations with backend APIs
- Loading states and error handling
- Form validation and user feedback
- Framer Motion animations
- Material-UI design system
- Responsive layouts

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-30 22:36:28 +03:00