You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(admin): add organization utilization statistics to dashboard
- Added two new ORM queries to track organization utilization metrics
- Organizations with projects: count by type (Community/Company)
- Organizations with multiple members: count by type
- Updated admin dashboard template with new "Organization Utilization" section
- Added CSS styling for utilization cards with info tooltips
- Updated tests to verify new statistics calculations
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* feat: add CLI command to send organization survey emails
- Add send_survey_emails command to organizations CLI
- Categorize organizations into 4 survey types based on utilization and type
- Support dry-run mode for testing without sending emails
- Add comprehensive test coverage with 100% code coverage
- Integrate with Celery task queue for async email delivery
- Add survey email templates with clean HTML styling
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments