refactor: Remove public marketplace (moved to Diagon Alley)#167
refactor: Remove public marketplace (moved to Diagon Alley)#167BenGWeeks wants to merge 1 commit into
Conversation
The public-facing marketplace functionality has been moved to the Diagon Alley extension (lnbits/Diagon-Alley). Removed: - /market route from views.py - templates/nostrmarket/market.html - static/market/ folder (standalone Vue/Quasar app) Nostr Market now focuses solely on merchant stall management: - Creating and managing stalls - Adding/editing products - Handling orders and messages - Publishing to Nostr relays Closes lnbits#125 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
33afa17 to
0a2660b
Compare
|
I would say this is still undecided as a solution |
|
Need to check what these woff files are all about as well. |
what does this mean? The removed code allows users of the extension to serve the client locally (identical with https://market.nostr.com/) |
Hi @motorina0, and happy new year! This is a proposal to move it to a separate Diagon Alley extension. Not agreed upon, so the PR is speculative if that's the route you guys want to go. Relates to: lnbits/Diagon-Alley#4 |
|
Thanks! |
Summary
This PR removes the public-facing marketplace functionality from Nostr Market, as it has been moved to the dedicated Diagon Alley extension.
Removed
/marketroute from views.pytemplates/nostrmarket/market.htmlstatic/market/folder (standalone Vue/Quasar marketplace app)Nostr Market now focuses on merchant management
Related
Test Plan
🤖 Generated with Claude Code