Commit Graph

68 Commits

Author SHA1 Message Date
ae991bf4dc preps historic events management 2019-10-27 15:53:01 +01:00
40e39d5a65 adds history table 2019-10-27 15:52:46 +01:00
559ce804a7 makes resolve_claims a single transaction 2019-10-27 14:50:49 +01:00
9a3744e340 fixes resolve_claims & split_and_share 2019-10-27 14:45:54 +01:00
74ee4a831b works on selling group items 2019-10-20 22:03:06 +02:00
edf236ef8c routing the rest of implemented features, hits response problem 2019-10-20 16:09:16 +02:00
ed3ac2abcb adds notifications table and models 2019-10-19 21:59:17 +02:00
2248e25aec split player module 2019-10-19 21:44:10 +02:00
24807615f7 adds docs, removes some useless pub statements 2019-10-19 16:12:27 +02:00
ce04b77a15 removes unused file 2019-10-19 14:29:42 +02:00
b0441f3402 fixes bug (float precision) by using f64 2019-10-18 21:39:23 +02:00
61c9a4e6d4 moves all api logic inside PlayerView, found weird bug in unpack_gold_value (floating error) 2019-10-18 16:21:00 +02:00
60a6e69f67 refactor PlayerView, plans to replace ApiStorage.js by lootalot.js api module 2019-10-18 14:35:06 +02:00
185e1403e3 moves API logic inside its own module 2019-10-17 12:56:07 +02:00
3cc45397da fixes errors, cleans up 2019-10-17 11:58:00 +02:00
8cfa21eccf stablizing ApiResponse inside lootalot_db crate 2019-10-16 22:29:38 +02:00
6101aaa9e9 thoughts on new api structure, formats code 2019-10-15 14:42:57 +02:00
8399ffebf7 refactors claims unit tests 2019-10-15 14:16:45 +02:00
c72169281d refactors, makes Loot private to module 2019-10-14 16:28:18 +02:00
b2e319dc15 works on resolve_claims 2019-10-14 15:27:49 +02:00
0df875d6a6 moves db logic inside model's managers 2019-10-13 16:02:47 +02:00
068b2e7169 reorganizes api endpoints 2019-10-11 16:07:09 +02:00
3a1f8ec4f6 thinking in progress 2019-10-10 16:38:59 +02:00
70eed30bee makes adding loot working 2019-10-07 15:10:35 +02:00
60b489e8fd finish add/buy in frontend 2019-10-03 12:37:22 +02:00
2e7afa9bb0 small fixes 2019-10-01 16:18:30 +02:00
34bb1977a5 small fix 2019-10-01 15:43:16 +02:00
cb98b97126 adds buy/sell endpoints 2019-08-07 15:34:08 +02:00
10d157a9af adds a working inventory 2019-08-05 15:41:41 +02:00
a0e4a02e0f starts improving REST Api 2019-08-04 21:23:01 +02:00
a3eaeed807 redraws frontend UI 2019-07-28 15:56:19 +02:00
dbb084b0ec little fixes 2019-07-24 16:02:44 +02:00
7350d5222c adds basic resolve_claims + test 2019-07-24 15:55:08 +02:00
89172177eb makes ActionResult simpler, uses SQL transactions 2019-07-24 15:07:04 +02:00
51a3d00d03 formats code 2019-07-20 15:00:28 +02:00
0636829fdd adds doc 2019-07-17 14:59:04 +02:00
143d9bb5aa adds tests 2019-07-17 14:26:27 +02:00
21369535e8 impls more DbApi actions, adds a test 2019-07-16 14:56:54 +02:00
441b7f5ad6 little fixes 2019-07-15 16:07:25 +02:00
4b55964786 adds comments and new tests 2019-07-15 15:55:13 +02:00
caabad3982 small refactoring 2019-07-15 15:34:51 +02:00
96f8e36c97 adds test 2019-07-15 15:25:49 +02:00
58f39ae5d0 code cleanup, starts testing 2019-07-15 14:59:49 +02:00
5d54d40bec learning how to test 2019-07-12 15:56:16 +02:00
caa8d3fad6 adds docs, tests unpack_gold_value 2019-07-11 15:35:32 +02:00
e08cd64743 enhance responses from API, integrates with frontend 2019-07-11 14:54:18 +02:00
bc65dfcd78 small changes 2019-07-05 15:45:53 +02:00
63c14b4a54 improves progressive rendering, work in progress... 2019-07-05 15:06:16 +02:00
b4692a7a4e fixes Vue reactivity problems, updates REST Api endpoints 2019-07-05 14:18:12 +02:00
5f0e6624e0 going on, reactivity is not properly working 2019-07-04 16:02:05 +02:00