Commit graph

30 commits

Author SHA1 Message Date
Vlad Stan
0fc26d096f V1 (#106) 2024-11-06 11:50:21 +02:00
Vlad Stan
91e42ee686 Use private realay enpoint (#97)
* feat: use private ws endpoint

* chore: bump `min_lnbits_version`

* fix: retry logic

* fix: restart logic

* chore: fux log message
2024-01-22 13:50:40 +02:00
Vlad Stan
c073bf55c9 Fix high load (#84)
* chore: testing

* fix: resubscribe when merchant added/removed

* chore: code clean-up

* fix: temp subscribe when new merchant is added

* fix: new customer profile
2023-09-20 09:17:01 +03:00
Vlad Stan
889152a80b Fix subscription errors (#81)
* pref: merge filters in one

* chore: load nit

* feat: restore individual order
2023-09-12 15:03:37 +03:00
Vlad Stan
b89d761b04 feat: prepare for merchant active/restoring state 2023-07-04 08:40:49 +02:00
Vlad Stan
51c4147e65 Product delete (#64)
* feat: restore stalls from `nostr` as pending

* feat: stall and prod last update time

* feat: restore products and stalls as `pending`

* feat: show pending stalls

* feat: restore stall

* feat: restore a stall from nostr

* feat: add  blank `Restore Product` button

* fix: handle no talls to restore case

* feat: show restore dialog

* feat: allow query for pending products

* feat: restore products

* chore: code clean-up

* fix: last dm and last order query

* chore: code clean-up

* fix: subscribe for stalls and products on merchant create/restore

* feat: add message type to orders

* feat: simplify messages; code format

* feat: add type to DMs; restore DMs from nostr

* fix: parsing ints

* fix: hide copy button if invoice not present

* fix: do not generate invoice if product not found

* feat: order restore: first version

* refactor: move some logic into `services`

* feat: improve restore UX

* fix: too many calls to customer DMs

* fix: allow `All` customers filter

* fix: ws reconnect on server restart

* fix: query for customer profiles only one

* fix: unread messages per customer per merchant

* fix: disable `user-profile-events`

* fix: customer profile is optional

* fix: get customers after new message debounced

* chore: code clean-up

* feat: auto-create zone

* feat: fixed ID for default zone

* feat: notify order paid
2023-06-30 13:12:56 +03:00
Vlad Stan
89f46fff35 feat: keep customer profiles up to date 2023-03-30 13:58:14 +03:00
Vlad Stan
f6b5034e74 feat: extract nostr_client class 2023-03-16 16:01:14 +02:00
Vlad Stan
6498f1aa96 fix: create invoice for fresh merchant 2023-03-15 23:08:37 +02:00
Vlad Stan
9931a08566 fix: publish events via websocket 2023-03-14 16:00:01 +02:00
Vlad Stan
3e0b480f0a feat: user merchant_id instead of user_id 2023-03-14 14:31:30 +02:00
Vlad Stan
69dcbcb002 feat: optimize filtering for DMs 2023-03-14 14:31:30 +02:00
Vlad Stan
7f3438d07f refactor: clean-up tasks.py 2023-03-14 14:31:30 +02:00
Vlad Stan
6c6cd861ce refactor: extract handle_order_paid 2023-03-14 14:31:30 +02:00
Vlad Stan
bfea056747 feat: base for getting out messages 2023-03-14 14:31:30 +02:00
Vlad Stan
ef6f2ebe33 feat: store event_created_at for some events 2023-03-14 14:31:30 +02:00
Vlad Stan
240da5277f feat: basic chat 2023-03-14 14:31:30 +02:00
Vlad Stan
192ef1770e feat: save incoming DMs 2023-03-14 14:31:30 +02:00
Vlad Stan
612d31eae0 feat: add ship/unship functionality 2023-03-07 14:30:58 +02:00
Vlad Stan
8094bcaf8a feat: handle order paid 2023-03-07 13:10:01 +02:00
Vlad Stan
76af65c148 feat: show more details about the order 2023-03-07 12:00:43 +02:00
Vlad Stan
40c25ad085 feat: show orders per stall 2023-03-07 10:31:25 +02:00
Vlad Stan
1b317b1b9b refactor: extract simpler methods 2023-03-06 18:01:05 +02:00
Vlad Stan
35298a4f44 feat: send invoice back for order 2023-03-06 17:33:55 +02:00
Vlad Stan
bee52340a2 feat: return payment-request for order 2023-03-06 16:31:34 +02:00
Vlad Stan
d0471744e0 feat: create order on DM 2023-03-06 15:03:02 +02:00
Vlad Stan
cec7d2ee25 feat: listen for direct messages 2023-03-03 18:24:53 +02:00
Vlad Stan
b1d0c5c475 feat: add landing page 2023-02-28 10:39:11 +02:00
Vlad Stan
5484560435 chore: code format 2023-02-28 09:44:46 +02:00
Vlad Stan
9b6b1e87b9 chore: get the extension started 2023-02-28 09:19:27 +02:00