Commit Graph

156 Commits

Author SHA1 Message Date
4925afbeb5 some better names 2019-11-06 14:47:47 +01:00
1afbcff12a unifies Buy and Sell parameters 2019-11-06 14:31:05 +01:00
ee0b7b2b7a adds UpdateResult class of queries 2019-10-29 16:19:00 +01:00
089aaf9a6d fixes api 2019-10-29 15:12:56 +01:00
1f2a940968 adds reactivity when undoing an event 2019-10-28 16:08:05 +01:00
8d1344e0b6 adds events api 2019-10-28 15:29:17 +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
df06e2cf4a removes some unused warnings 2019-10-27 16:13:29 +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
dc0874bd12 preps undo actions 2019-10-26 11:06:08 +02:00
49dfd8bb14 adds selling procedure for 'group' 2019-10-26 10:58:03 +02:00
74ee4a831b works on selling group items 2019-10-20 22:03:06 +02:00
05a08ea337 adds forbidden_to_players wrapper for db_call 2019-10-20 21:23:57 +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
a552d7beee Merge branch 'refactoring' of rust/lootalot into master 2019-10-19 14:39:07 +02:00
ce04b77a15 removes unused file 2019-10-19 14:29:42 +02:00
622d746446 removes obsolete AppStorage.js 2019-10-19 14:23:55 +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
3fce1dc7d0 adds nicer notifications to user 2019-10-18 14:48:27 +02:00
60a6e69f67 refactor PlayerView, plans to replace ApiStorage.js by lootalot.js api module 2019-10-18 14:35:06 +02:00
08397e7b25 fixes API consumer 2019-10-18 12:42:27 +02:00
ec36403dc3 adds custom serializer for api::Value 2019-10-17 13:25:07 +02:00
80585eb1cd removes useless file 2019-10-17 13:01:33 +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
2222422f8a removes ApiResponse from server 2019-10-16 22:32:58 +02:00
8cfa21eccf stablizing ApiResponse inside lootalot_db crate 2019-10-16 22:29:38 +02:00
8af7790d17 try out a generic ApiResponse 2019-10-15 16:22:46 +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
de4aad5679 updates README 2019-10-14 23:40:38 +02:00
a05cab9974 fixes claims routes 2019-10-14 23:38:29 +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
77728cfdc4 reinitialize lootalot_front to add unit testing 2019-10-10 10:14:02 +02:00
70eed30bee makes adding loot working 2019-10-07 15:10:35 +02:00
4f6970c423 works on Loot adding UI 2019-10-04 16:02:22 +02:00