Commit graph

72 commits

Author SHA1 Message Date
Pavol Rusnak
938487236d add license 2023-03-08 17:24:52 +01:00
Vlad Stan
b4452b2141 Merge pull request #9 from lnbits/receive_orders
Receive orders
2023-03-07 14:36:01 +02:00
Vlad Stan
9558181914 feat: add destroy extension enpoint 2023-03-07 14:34:05 +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
68795d2db2 feat: show order details 2023-03-07 11:02:49 +02:00
Vlad Stan
aa7e30e5f9 feat: show paid and shipped statues 2023-03-07 10:40:00 +02:00
Vlad Stan
40c25ad085 feat: show orders per stall 2023-03-07 10:31:25 +02:00
Vlad Stan
b446629707 feat: add basic order-list 2023-03-07 09:12:14 +02:00
Vlad Stan
da41ed3651 feat: add address for order 2023-03-06 18:07:52 +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
9a82577493 fix: product.image column name 2023-03-03 12:00:49 +02:00
Vlad Stan
6bb6a9d02a Merge pull request #5 from lnbits/products_to_nostr
Products to nostr
2023-03-03 11:38:51 +02:00
Vlad Stan
6b3cde90a3 fix: product description 2023-03-03 11:38:11 +02:00
Vlad Stan
39f79fbda5 feat: add currency to product 2023-03-03 11:30:48 +02:00
Vlad Stan
dccd781553 feat: show stall ID 2023-03-03 11:23:09 +02:00
Vlad Stan
1622403cd1 refactor: stalls use sign_and_send_to_nostr 2023-03-03 11:22:48 +02:00
Vlad Stan
54978c847f feat: publish events for products 2023-03-03 11:08:55 +02:00
Vlad Stan
f13d5ec7ff Merge pull request #4 from lnbits/add_stalls
Add stalls
2023-03-02 18:46:28 +02:00
Vlad Stan
8ce68f38f6 feat: add to_nostr_event for product 2023-03-02 18:45:27 +02:00
Vlad Stan
62e7d439c7 feat: update product 2023-03-02 18:38:06 +02:00
Vlad Stan
1e6aaf8436 feat: delete product 2023-03-02 18:15:17 +02:00
Vlad Stan
4bad9655be feat: add products table 2023-03-02 18:05:49 +02:00
Vlad Stan
e17cea65cb chore: code clean-up 2023-03-02 17:42:50 +02:00
Vlad Stan
5328ce170c fat: add create product logic 2023-03-02 17:42:28 +02:00
Vlad Stan
5ad070684d feat: import private key 2023-03-02 16:00:40 +02:00
Vlad Stan
2acce94fe9 feat: allow restore from nsec 2023-03-02 15:52:40 +02:00
Vlad Stan
3b021eb5ea feat: move update & delete inside info pannel 2023-03-02 14:39:25 +02:00
Vlad Stan
f22e47e9ce feat: handle stall delete and update 2023-03-02 14:37:07 +02:00
Vlad Stan
5a526f86f1 chore: label updates 2023-03-02 14:25:23 +02:00
Vlad Stan
c1a0e721e6 feat: update and delete stall 2023-03-02 14:18:48 +02:00
Vlad Stan
6d8488d2c3 fix: shipping zones label 2023-03-02 13:58:49 +02:00
Vlad Stan
f95db75495 fix: store id for shipping zone 2023-03-02 13:41:10 +02:00
Vlad Stan
6ff1997d36 feat: add basic stall details 2023-03-02 13:31:42 +02:00
Vlad Stan
ac02337ad3 feat: show stall list table 2023-03-02 11:46:46 +02:00
Vlad Stan
c0dce31231 feat: validate currency for stall shipping zones 2023-03-02 10:36:39 +02:00
Vlad Stan
16a6104b25 fix: only allow zones with the same currency to be selected 2023-03-02 10:28:10 +02:00
Vlad Stan
5972c44ad1 feat: publish event on C_UD for stalls 2023-03-02 10:14:11 +02:00
Vlad Stan
aba3706a71 feat: minor UI improvements 2023-03-01 14:57:18 +02:00
Vlad Stan
7f7f5a08b0 fix: column name 2023-03-01 14:23:51 +02:00
Vlad Stan
7162f44450 feat: refine table columns 2023-03-01 14:09:39 +02:00
Vlad Stan
7fad3fc38d feat: add icon to keys 2023-03-01 11:49:30 +02:00
Vlad Stan
aa10f639b5 feat: create stall 2023-03-01 11:46:21 +02:00
Vlad Stan
e9b7494bb6 feat: basic stall flow 2023-03-01 11:35:04 +02:00
Vlad Stan
c15b765a7d feat: add empty card 2023-03-01 09:22:39 +02:00