feat: Implement storefront API and logging enhancements
PR Type
Enhancement
Description
-
Add new storefront API endpoint for fetching details
-
Enhance logging service with stack trace support
-
Improve logger function parameter ordering and flexibility
-
Add new logger context constants for applications
Diagram Walkthrough
flowchart LR
A["API Route"] --> B["Storefront API Handler"]
B --> C["Storefront Service"]
C --> D["Database Query"]
E["Logger Service"] --> F["Enhanced Parameters"]
G["Constants"] --> H["Logger Context"]
File Walkthrough
Relevant files | |||||||||
---|---|---|---|---|---|---|---|---|---|
Enhancement |
|
||||||||
Configuration changes |
|
Edited by Rashmi Gaddam