anekdotin 8c8bb4db66 fix: add logging to service update endpoint and improve error handling
- Log received scheduled_date and parsed value on PUT /service/update/{id}
- Wrap datetime.fromisoformat in try/except to return 400 on bad format
- Add db.refresh after commit to confirm persisted value in logs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 14:39:22 -04:00

EAMCO Service API

Service management API for EAMCO oil delivery system.

Features

  • Service scheduling and management
  • Customer service history tracking
  • Integration with EAMCO office API

Setup

Local Development

docker-compose -f docker-compose.local.yml up --build

Development Environment

docker-compose -f docker-compose.dev.yml up --build

Production Environment

docker-compose -f docker-compose.prod.yml up --build

API Documentation

Once running, visit /docs for interactive API documentation.

Environment Variables

See settings_*.py files for environment-specific configuration.

S
Description
No description provided
Readme 43 KiB
Languages
Python 100%