web-app/src/modules/market
padreug dc4da570a7 Refactor services to extend BaseService for improved structure and dependency management
- Update AuthService and RelayHub to extend BaseService, introducing standardized initialization and metadata handling.
- Implement service-specific initialization methods in both services, enhancing error handling and logging.
- Modify NostrmarketService to inherit from BaseService, ensuring consistent dependency management and initialization.
- Refactor market module to dynamically import NostrmarketService, improving service registration and initialization flow.
- Enhance debug logging across services for better traceability during initialization and operation.
2025-09-05 06:41:19 +02:00
..
components Refactor imports and enhance type handling across components 2025-09-05 05:42:44 +02:00
composables Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
services Refactor services to extend BaseService for improved structure and dependency management 2025-09-05 06:41:19 +02:00
stores Refactor OrderHistory and introduce payment status checker 2025-09-05 05:16:25 +02:00
types Refactor OrderHistory and introduce payment status checker 2025-09-05 05:16:25 +02:00
views Enhance CheckoutPage with Nostr integration for order placement 2025-09-05 06:08:16 +02:00
index.ts Refactor services to extend BaseService for improved structure and dependency management 2025-09-05 06:41:19 +02:00