summaryrefslogtreecommitdiffstats
path: root/service/.project
diff options
context:
space:
mode:
authorKostya <mail@sartin.in>2026-08-13 16:24:24 +0000
committerKostya <mail@sartin.in>2026-08-13 16:24:24 +0000
commitae8486da5c542d6af9a2e0f9f7cc39729a055eee (patch)
tree2b8294ca875290bfbb6d4c32bfffa7d7373e7374 /service/.project
parent40fa8c52d2afc87c76b2d38566e9920120b2da3c (diff)
downloadguess-market-ae8486da5c542d6af9a2e0f9f7cc39729a055eee.tar.gz
guess-market-ae8486da5c542d6af9a2e0f9f7cc39729a055eee.tar.xz
guess-market-ae8486da5c542d6af9a2e0f9f7cc39729a055eee.zip
Add service module with stubbed LocalGuessMarketContext
GuessMarketContext gained a richer surface (loadEvents/listEvents/ buyShares/closeEvent/account/save-restoreState) backed by new EventDetailDTO, MarketStateDTO, OptionStateDTO and PurchaseReceiptDTO. The old engine-module provider implemented the previous shape and is removed; market.guess.service.LocalGuessMarketContext replaces it as a stub, each method throwing UnsupportedOperationException pending a real implementation.
Diffstat (limited to 'service/.project')
-rw-r--r--service/.project29
1 files changed, 29 insertions, 0 deletions
diff --git a/service/.project b/service/.project
new file mode 100644
index 0000000..25a42b3
--- /dev/null
+++ b/service/.project
@@ -0,0 +1,29 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3 <name>guess-market-service</name>
4 <comment></comment>
5 <projects>
6 <project>guess-market-api</project>
7 </projects>
8 <buildSpec>
9 <buildCommand>
10 <name>org.eclipse.jdt.core.javabuilder</name>
11 <arguments></arguments>
12 </buildCommand>
13 </buildSpec>
14 <natures>
15 <nature>org.eclipse.jdt.core.javanature</nature>
16 </natures>
17 <filteredResources>
18 <filter>
19 <id>1784965956299</id>
20 <name></name>
21 <type>30</type>
22 <matcher>
23 <id>org.eclipse.core.resources.regexFilterMatcher</id>
24 <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
25 </matcher>
26 </filter>
27 </filteredResources>
28</projectDescription>
29