From 98ebc2b0f6fdde1f7502a35ebe067fb95e5ee336 Mon Sep 17 00:00:00 2001 From: Kostya Date: Fri, 14 Aug 2026 11:02:33 +0000 Subject: Wire buyShares and menu commands, replace factory interfaces with DI Implement LocalGuessMarketContext.buyShares/loadEvents via a new TradingOperation and Loader, backed by in-memory repositories. Replace the ConsoleInputProviderFactory/ConsoleOutputProviderFactory pattern with picocontainer-injected providers, and drive the menu from a list of MenuCommand implementations instead of a hardcoded printout. --- ui-console/.project | 1 + 1 file changed, 1 insertion(+) (limited to 'ui-console/.project') diff --git a/ui-console/.project b/ui-console/.project index d620a57..ca461d9 100644 --- a/ui-console/.project +++ b/ui-console/.project @@ -4,6 +4,7 @@ guess-market-api + guess-market-service -- cgit v1.2.3