Commit Graph

142 Commits

Author SHA1 Message Date
894f5f8200 small fixes, cleans up API 2019-08-05 14:41:36 +02:00
3b39428e76 aliases Chest to force creation of distinct ones 2019-08-04 21:38:32 +02:00
a0e4a02e0f starts improving REST Api 2019-08-04 21:23:01 +02:00
e56c8df121 UI fixes, adds blanket impls of buy/sell signals 2019-08-01 21:57:47 +02:00
f1d088596d adds basic 'views' concept for main content 2019-08-01 15:46:38 +02:00
dde7dc3770 removes Chest use of AppStorage, various fixes 2019-08-01 14:46:25 +02:00
15d87e3b47 more refactoring, removing imports 2019-07-31 21:48:59 +02:00
dae7633c11 moves logic to PlayerView, adds simple notifications when debugging 2019-07-31 15:37:35 +02:00
e07b236313 removes useless test 2019-07-31 15:12:48 +02:00
fccd9b999b Starts refactor using a PlayerView renderless component for Player logic 2019-07-31 15:11:51 +02:00
2991a88a30 small fixes while reviewing code 2019-07-29 15:43:14 +02:00
a3eaeed807 redraws frontend UI 2019-07-28 15:56:19 +02:00
d280d0f095 fix type error 2019-07-28 13:37:59 +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
503ebf7b6b updates frontend to use DB api 2019-07-04 14:53:50 +02:00
4e28eb4159 basic impl of players list and loot api in frontend 2019-07-03 16:07:56 +02:00
b8968aebbd adds cors to test in dev environment 2019-07-03 14:32:35 +02:00
c95c13bf18 impls add player admin action 2019-07-03 14:11:26 +02:00
5a792edb20 impls claims on looted items 2019-07-02 15:33:36 +02:00
36c8f24fdc impls wealth updating 2019-07-02 15:07:03 +02:00
9acedd4119 begins work on updates 2019-07-01 16:05:42 +02:00
5f598aff24 cleans up 2019-07-01 15:41:13 +02:00
f6ee865088 keeps working on design, updates doc comments 2019-06-25 16:20:26 +02:00
5379ad236f uses tips from diesel.rs guide for application integration 2019-06-22 21:55:21 +02:00
99404543b3 adds documentation 2019-06-22 15:46:57 +02:00
a77fce417c extracts server in its own module 2019-06-22 15:23:29 +02:00
f5e495734f refactors api 2019-06-22 14:57:51 +02:00
23adaa3e79 writes down some ideas 2019-06-21 21:49:57 +02:00
3d612f33d7 moves api to its own module, thinking about design to choose 2019-06-21 15:11:38 +02:00
966cafb9d9 updates README 2019-06-21 14:01:27 +02:00
0f77a16a8c updates table schema 2019-06-21 13:57:36 +02:00
472e24a62c impls chest content query, still working on the api... 2019-06-20 15:28:06 +02:00