-
-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
difficulty:medium-hard500k sats500k satsfeaturenew product features that weren't there beforenew product features that weren't there beforepriority:high2x2xterritories
Description
For the UI, We'll probably want something like this: https://react-select.com/home
On the backend:
- we'll need a many-to-many relationship between
Item
andSub
- to avoid additional joins every time we load an
Item
, we'll want to denormalize all the territoriesItem
belongs to in trigger that populates an array onItem
calledsubNames
create_item
andupdate_item
stored procedures will need to be updated
Economics:
- Posting in multiple territories is cumulative
- e.g. if posting in
~bitcoin
and~nostr
and each costs 10 sats to post, the resulting fee is 10+10=20 sats.
- e.g. if posting in
SuperAticSoxasora
Metadata
Metadata
Assignees
Labels
difficulty:medium-hard500k sats500k satsfeaturenew product features that weren't there beforenew product features that weren't there beforepriority:high2x2xterritories