aboutsummaryrefslogtreecommitdiffstats
path: root/test-data/ex-1
Commit message (Collapse)AuthorAgeFilesLines
* Implement in-memory repositories, XML load validation, and menu exit/list ↵Kostya2026-08-141-0/+47
commands - Add generic Repository<T> interface; EventRepository/UserRepository extend it - Implement InMemoryEventRepository/InMemoryUserRepository backed by ArrayList - Rename XMLLoader to XMLLoaderV1, add LoadValidator and mapper/v2 package - Add OrderBookTradingMechanism - Add User(String, int) convenience constructor - Add ListEventsMenuCommand and ExitMenuCommand, isExit() on MenuCommand - Menu now sizes selection range by max command index and exits on isExit() - LoadFileMenuCommand reports validation issues on failed loads - Untrack test-data/ and config.properties from .gitignore