summaryrefslogtreecommitdiffstats
path: root/service
Commit message (Expand)AuthorAgeFilesLines
* Switch TradingMechanism quantities to int, add yes/no and select promptsKostya2026-08-143-6/+6
* Collapse console I/O interfaces into InputProcessor, drop unneeded atomicsKostya2026-08-143-8/+5
* Implement in-memory repositories, XML load validation, and menu exit/list com...Kostya2026-08-1413-53/+201
* Move mapper/provider infra into v1 packages, add repository write methodsKostya2026-08-148-17/+82
* Wire buyShares and menu commands, replace factory interfaces with DIKostya2026-08-148-5/+116
* Add ledgered credit/debit to Account and trade recording to EventKostya2026-08-146-26/+67
* Implement LMSR mechanism and Event/Account accessors, wire EventMapperV1Kostya2026-08-144-2/+176
* Wire EventRepository into LocalGuessMarketContext, add mapper/provider infra ...Kostya2026-08-147-3/+48
* Add legacy XML model bindings, mapper infra, and normalize account balanceKostya2026-08-1328-4/+2277
* Add domain model, repositories, and trading mechanism interfaces to service m...Kostya2026-08-1311-0/+197
* Add service module with stubbed LocalGuessMarketContextKostya2026-08-133-0/+122