13 Commits

Author SHA1 Message Date
229294b878 change currencies.json access, fix async book filtering 2022-01-09 09:42:28 -05:00
185e0af496 Merge with json-dicts 2022-01-09 04:35:19 -08:00
ec823586c1 merge with branch logics-second-iteration 2022-01-08 20:18:11 -05:00
5fb776aca7 Add TradeBox and QR client side generation 2022-01-08 05:08:03 -08:00
215af668a2 merge htlc-model 2022-01-08 06:51:55 -05:00
4516f1974a backend and BookPage.js use currencies.json 2022-01-07 18:48:23 -05:00
9ab52853d5 Work on more logics. Rough draft finished 2022-01-07 10:22:52 -08:00
34e05465c2 Add more logics bareframes 2022-01-06 12:33:40 -08:00
9ade961e0f Work on update order endpoint and taker requests 2022-01-04 16:13:08 -08:00
e9bcd23347 Add BookView endpoint and refactor pages 2022-01-03 06:27:25 -08:00
354e7fc5c7 Create user generation API
Endpoint request contains a token. Server checks whether it has enough entropy to be secure (at least 128 bits and >0.7 shannon heterogeneity). Server hashes the token (once as of now) and derives nickname and robohash avatar (goes into static/assets/avatars). Nickname is limited to only adjectives, nouns and 3 digits, restricted to 18 characters long max. The corpus of nicknames is 20 billion big (maybe not enough? nick collision chance can happen, but server will just reply with 400 unless the token matches perfectly too)
2022-01-02 09:15:09 -08:00
298efc394b Create order detail API endpoint, create order page. Not fully working yet 2022-01-02 04:59:48 -08:00
76a45bc8d5 Create API endpoint for POST make order
Added the Order model with a rough approxiation to the fields needed. The field status can be read lineally as the progression trough the app pipeline. The view serves POSTs requests to enter new orders into the db.
2022-01-01 14:40:08 -08:00