littleshop/LittleShop/Controllers
SysAdmin 8b0e3e0611 Implement comprehensive notification system for LittleShop
- Add admin PWA push notifications for order management
- Integrate TeleBot customer messaging service
- Add push notification endpoints and VAPID key support
- Implement order status notifications throughout workflow
- Add notification UI components in admin panel
- Create TeleBotMessagingService for customer updates
- Add WebPush configuration to appsettings
- Fix compilation issues (BotStatus, BotContacts DbSet)
- Add comprehensive testing documentation

Features:
- Real-time admin notifications for new orders and status changes
- Customer order progress updates via TeleBot
- Graceful failure handling for notification services
- Test endpoints for notification system validation

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 16:17:24 +01:00
..
AuthController.cs Add customer communication system 2025-08-27 18:02:39 +01:00
BotMessagesController.cs final 2025-08-27 22:19:39 +01:00
BotsController.cs Add customer communication system 2025-08-27 18:02:39 +01:00
BTCPayTestController.cs Fix BTCPay Server integration for production deployment 2025-09-19 10:21:04 +01:00
BTCPayWebhookController.cs BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
CatalogController.cs Add customer communication system 2025-08-27 18:02:39 +01:00
CustomersController.cs Add customer communication system 2025-08-27 18:02:39 +01:00
DevController.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
HomeController.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
MessagesController.cs Complete customer communication system with automatic message delivery working correctly 2025-08-27 18:51:19 +01:00
OrdersController.cs "Fix-order-details-for-customers" 2025-08-27 23:35:30 +01:00
ProductVariationsController.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
PushNotificationController.cs Implement comprehensive notification system for LittleShop 2025-09-19 16:17:24 +01:00
ReviewsController.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
ShippingController.cs "Royal-Mail-shipping-integration-and-test-improvements" 2025-09-08 03:53:28 +01:00
TestController.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00