Go to file
SilverLabs DevTeam a419bd7a78 Implement product variations, enhanced order workflow, mobile responsiveness, and product import system
## Product Variations System
- Add ProductVariation model with quantity-based pricing (1 for £10, 2 for £19, 3 for £25)
- Complete CRUD operations for product variations
- Enhanced ProductService to include variations in all queries
- Updated OrderItem to support ProductVariationId for variation-based orders
- Graceful error handling for duplicate quantity constraints
- Admin interface with variations management (Create/Edit/Delete)
- API endpoints for programmatic variation management

## Enhanced Order Workflow Management
- Redesigned OrderStatus enum with clear workflow states (Accept → Packing → Dispatched → Delivered)
- Added workflow tracking fields (AcceptedAt, PackingStartedAt, DispatchedAt, ExpectedDeliveryDate)
- User tracking for accountability (AcceptedByUser, PackedByUser, DispatchedByUser)
- Automatic delivery date calculation (dispatch date + working days, skips weekends)
- On Hold workflow for problem resolution with reason tracking
- Tab-based orders interface focused on workflow stages
- One-click workflow actions from list view

## Mobile-Responsive Design
- Responsive orders interface: tables on desktop, cards on mobile
- Touch-friendly buttons and spacing for mobile users
- Horizontal scrolling tabs with condensed labels on mobile
- Color-coded status borders for quick visual recognition
- Smart text switching based on screen size

## Product Import/Export System
- CSV import with product variations support
- Template download with examples
- Export existing products to CSV
- Detailed import results with success/error reporting
- Category name resolution (no need for GUIDs)
- Photo URLs import support

## Enhanced Dashboard
- Product variations count and metrics
- Stock alerts (low stock/out of stock warnings)
- Order workflow breakdown (pending, accepted, dispatched counts)
- Enhanced layout with more detailed information

## Technical Improvements
- Fixed form binding issues across all admin forms
- Removed external CDN dependencies for isolated deployment
- Bot Wizard form with auto-personality assignment
- Proper authentication scheme configuration (Cookie + JWT)
- Enhanced debug logging for troubleshooting

## Self-Contained Deployment
- All external CDN references replaced with local libraries
- Ready for air-gapped/isolated network deployment
- No external internet dependencies

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 01:39:31 +01:00
Hostinger Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
LittleShop Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
LittleShop.Client Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
LittleShop.Client.Example Add LittleShop.Client SDK library with complete API wrapper 2025-08-20 18:15:35 +01:00
LittleShop.Tests Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
TeleBot Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
VapidKeyGenerator Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
.dockerignore Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
.env.example Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
.env.hostinger Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
.gitignore Initial-implementation 2025-08-20 13:20:19 +01:00
.spec.MD Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
bot-ui-test-results.md Add customer communication system 2025-08-27 18:02:39 +01:00
BTCPAY_SETUP.md BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
btcpay-minimal-compose.yml BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
btcpay-minimal-working.yml BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
btcpay-server-compose.yml BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
btcpay-simple-compose.yml BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
btcpay-simple-testnet.yml BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
btcpay-working-compose.yml BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
btcpay.env BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
CLAUDE.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
commit_changes.bat Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
COMPLETE_PROJECT_SUMMARY.md Add customer communication system 2025-08-27 18:02:39 +01:00
cookies-btc.txt Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
cookies-new.txt Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
cookies.txt Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
create_icons.html Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
create_pwa_icons.ps1 PWA-implementation 2025-09-01 04:49:05 +01:00
CRYPTOCURRENCY_SETUP.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
DEPLOY_BTCPAY_SERVER.md BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
deploy-to-hostinger.sh Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
deploy.sh Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
DEPLOYMENT_LESSONS_LEARNED.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
DEPLOYMENT_SLAB01.md Add customer communication system 2025-08-27 18:02:39 +01:00
DEPLOYMENT-CHECKLIST.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
deployment-export.txt Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
DEPLOYMENT.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
DEVELOPMENT_LESSONS.md Add customer communication system 2025-08-27 18:02:39 +01:00
docker-compose.yml Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
Dockerfile Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
frontend_link_crawler.py Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
full-cookies.txt Add customer communication system 2025-08-27 18:02:39 +01:00
HOSTINGER_DEPLOYMENT.md Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
hostinger-docker-compose.yml Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
INFRASTRUCTURE_RECOVERY_FINAL.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
littleshop-antiforgery-fix.tar.gz Add customer communication system 2025-08-27 18:02:39 +01:00
littleshop-deploy.tar.gz Add customer communication system 2025-08-27 18:02:39 +01:00
littleshop-fix.tar.gz Add customer communication system 2025-08-27 18:02:39 +01:00
littleshop-platform-info.tar.gz Add customer communication system 2025-08-27 18:02:39 +01:00
littleshop-ui-fixes.tar.gz Add customer communication system 2025-08-27 18:02:39 +01:00
littleshop-update.tar.gz Add customer communication system 2025-08-27 18:02:39 +01:00
littleshop-wizard-fixed.tar.gz Add customer communication system 2025-08-27 18:02:39 +01:00
littleshop-wizard.tar.gz Add customer communication system 2025-08-27 18:02:39 +01:00
LittleShop.sln Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
login_page.html Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
MCP_ENHANCEMENT_OPPORTUNITY.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
nginx.conf Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
nul Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
PORTAINER-DEPLOYMENT.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
PORTAINER-STEPS.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
products_page.html Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
PROJECT_README.md Add LittleShop.Client SDK library with complete API wrapper 2025-08-20 18:15:35 +01:00
README.md Test: Verify large payload support after proxy configuration 2025-09-17 17:16:47 +01:00
SESSION_LESSONS_LEARNED.md Add customer communication system 2025-08-27 18:02:39 +01:00
test_bot_flow.py Add customer communication system 2025-08-27 18:02:39 +01:00
test_navigation_links.sh Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
test-bot-functionality.sh Add customer communication system 2025-08-27 18:02:39 +01:00
test-cookies2.txt Add customer communication system 2025-08-27 18:02:39 +01:00
test-cookies.txt Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
test-image.txt Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
test-navigation-cookies.txt Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
test-upload.png Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
TestBTCPayConnection.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
TestPaymentFlow.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
token.txt Add customer communication system 2025-08-27 18:02:39 +01:00
wizard-cookies.txt Add customer communication system 2025-08-27 18:02:39 +01:00

LittleShop API

A basic online sales system backend built with ASP.NET Core 9.0, featuring multi-cryptocurrency payment support via BTCPay Server.

Features

Admin Panel

  • Authentication: JWT-based authentication for admin users
  • Categories: Full CRUD operations for product categories
  • Products: Complete product management with image upload support
  • Users: Staff user management (username/password only)
  • Orders: Order management with status tracking
  • Accounting: Dashboard and financial overview

Public API

  • Catalog: Public product and category browsing
  • Orders: Order creation and management by client identity reference
  • Payments: Multi-cryptocurrency payment processing
  • Tracking: Order status and tracking

Cryptocurrency Support

  • BTC (Bitcoin) + Lightning Network
  • XMR (Monero) - Privacy coin
  • USDT (Tether) - Stablecoin
  • LTC (Litecoin)
  • ETH (Ethereum)
  • ZEC (Zcash) - Privacy coin
  • DASH (Dash)
  • DOGE (Dogecoin)

Getting Started

Prerequisites

  • .NET 9.0 SDK
  • SQLite (included)
  • BTCPay Server instance (for production)

Configuration

Update appsettings.json with your settings:

{
  "ConnectionStrings": {
    "DefaultConnection": "Data Source=littleshop.db"
  },
  "Jwt": {
    "Key": "YourSuperSecretKeyThatIsAtLeast32CharactersLong!",
    "Issuer": "LittleShop",
    "Audience": "LittleShop",
    "ExpiryInHours": 24
  },
  "BTCPayServer": {
    "BaseUrl": "https://your-btcpay-server.com",
    "ApiKey": "your-api-key",
    "StoreId": "your-store-id",
    "WebhookSecret": "your-webhook-secret"
  }
}

Running the Application

  1. Clone and build:

    dotnet restore
    dotnet build
    
  2. Run:

    dotnet run
    
  3. Access:

    • API: https://localhost:5001
    • Swagger UI: https://localhost:5001/swagger

Default Admin User

  • Username: admin
  • Password: admin

API Endpoints

Authentication

  • POST /api/auth/login - Login (get JWT token)
  • GET /api/auth/users - List users (admin)
  • POST /api/auth/users - Create user (admin)

Categories

  • GET /api/categories - List categories
  • POST /api/categories - Create category (admin)
  • PUT /api/categories/{id} - Update category (admin)
  • DELETE /api/categories/{id} - Delete category (admin)

Products

  • GET /api/products - List products
  • GET /api/products?categoryId={id} - Products by category
  • POST /api/products - Create product (admin)
  • POST /api/products/{id}/photos - Upload product photo (admin)

Public Catalog

  • GET /api/catalog/categories - Public category list
  • GET /api/catalog/products - Public product list

Orders

  • POST /api/orders - Create order
  • GET /api/orders/by-identity/{identity} - Get orders by identity
  • POST /api/orders/{id}/payments - Create crypto payment
  • GET /api/orders/{id}/payments - Get order payments
  • POST /api/orders/{id}/cancel - Cancel order

Admin Order Management

  • GET /api/orders - List all orders (admin)
  • PUT /api/orders/{id}/status - Update order status (admin)

Product Weight Units

  • Unit (0) - Generic unit
  • Micrograms (1)
  • Grams (2)
  • Ounces (3)
  • Pounds (4)
  • Millilitres (5)
  • Litres (6)

Order Statuses

  • PendingPayment (0) - Awaiting payment
  • PaymentReceived (1) - Payment confirmed
  • Processing (2) - Being processed
  • PickingAndPacking (3) - Preparing for shipment
  • Shipped (4) - Shipped with tracking
  • Delivered (5) - Delivered
  • Cancelled (6) - Cancelled
  • Refunded (7) - Refunded

Payment Workflow

  1. Customer creates order via API
  2. Order receives unique ID and pending status
  3. Customer requests payment in preferred cryptocurrency
  4. System generates unique wallet address and amount
  5. Customer sends payment to provided address
  6. BTCPay Server detects payment and triggers webhook
  7. Order status updates to PaymentReceived
  8. Admin processes order through picking & packing
  9. Shipping label generated via Royal Mail API
  10. Customer receives tracking information

Security Features

  • JWT authentication for admin endpoints
  • Password hashing with PBKDF2
  • No customer personal data stored (identity reference only)
  • Self-hosted payment processing (no third-party data sharing)
  • CORS configuration for web clients

Logging

  • Structured logging with Serilog
  • Console and file output
  • Request/response logging
  • Payment processing audit trail

Development

The API is built with:

  • ASP.NET Core 9.0 - Web framework
  • Entity Framework Core - Database ORM
  • SQLite - Database
  • JWT - Authentication
  • AutoMapper - Object mapping
  • FluentValidation - Input validation
  • Serilog - Logging
  • Swagger - API documentation
  • BTCPay Server Client - Crypto payments

Privacy & Compliance

  • No KYC requirements
  • No customer personal data retention
  • Privacy-focused cryptocurrencies supported (XMR, ZEC)
  • Self-hosted payment processing
  • GDPR-friendly design (minimal data collection)

Future Enhancements

  • Royal Mail API integration for shipping
  • Email notifications
  • Inventory management
  • Multi-currency pricing
  • Advanced reporting
  • Order export functionality# Test push after proxy update