Commit Graph

78 Commits

Author SHA1 Message Date
6149dfd297 will need to clean up db API 2020-01-05 15:37:40 +01:00
342a66475d fixes bugs in group sell 2019-12-08 14:54:45 +01:00
d1a85ed1d0 adds new 'shop' table 2019-11-18 15:07:35 +01:00
1cc9c2eefa fixes some misbehaviour 2019-11-07 15:55:58 +01:00
ee0b7b2b7a adds UpdateResult class of queries 2019-10-29 16:19:00 +01:00
1f2a940968 adds reactivity when undoing an event 2019-10-28 16:08:05 +01:00
e9f535ac86 impls undoable events 2019-10-28 15:27:26 +01:00
0ac2bce183 adds newtype 2019-10-28 00:22:28 +01:00
d880d9528e works on making event models work 2019-10-27 21:56:24 +01:00
9ee8cb867c blanket impl of Update.undo() 2019-10-27 16:20:11 +01:00
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