Open Issues Need Help
View All on GitHub enhance the order listing endpoints to reflect the actor view about 2 hours ago
AI Summary: The current order listing for customers exposes internal seller-level orders and seller-specific details, including an embedded `seller` object with its own orders. This leaks internal data and is not relevant to the customer's view. The goal is to refactor the order module to return only customer-specific order data, hiding all seller details and simplifying the response structure.
Complexity:
4/5
enhancement good first issue