Files
foxhunt/services
jgrusewski 240c144dcb feat(trading-service): implement ConfigService gRPC for dashboard config page
The dashboard's Config page was returning [unimplemented] because
trading-service had no ConfigService implementation. The API gateway's
ConfigServiceProxy forwards config RPCs to trading-service which now
handles them via direct SQL against the `configuration` table.

Implements GetConfiguration, UpdateConfiguration, DeleteConfiguration,
and ListCategories. Remaining 8 RPCs return UNIMPLEMENTED until needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 14:53:55 +01:00
..