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/.classpath | 1 + 1 file changed, 1 insertion(+) (limited to 'ui-console/.classpath') diff --git a/ui-console/.classpath b/ui-console/.classpath index cfc0f9a..47b6ad0 100644 --- a/ui-console/.classpath +++ b/ui-console/.classpath @@ -7,6 +7,7 @@ + -- cgit v1.2.3