Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue addresses the problem of the `getApiItemData` function relying on a global `productId` variable, which increases coupling and confusion. The objective is to refactor the function to explicitly accept `productId` as an argument, thereby improving code clarity and maintainability. The task involves locating calls to the function, updating its signature, and verifying that the product detail view continues to function correctly without errors.
AI Summary: This issue aims to standardize the project's setup guide and SQL schema, ensuring the documentation accurately reflects the actual project setup. The primary goal is to eliminate discrepancies between the README, other guides, and the `backend/sql/setup.sql` script, thereby improving the onboarding experience for new users and maintaining consistency.