Open Issues Need Help
View All on GitHubAI Summary: Develop four API endpoints for managing orders: creating new orders, updating order status, listing order history, and retrieving order details. The project uses TypeScript, Prisma, and a specified response handling structure. Existing setup instructions and development guidelines are provided.
AI Summary: Develop a shopping cart API with endpoints for adding products, viewing the cart list, deleting products, and updating product quantities. The API should follow existing project conventions, using provided helper functions for response handling and pagination.
AI Summary: Create two API endpoints: one to list products and another to retrieve product details. The endpoints should utilize the provided backend framework and adhere to the existing coding style guide, including using the specified response functions for consistent output.
AI Summary: Implement a login API with support for traditional JWT-based login, as well as Google, GitHub, and Facebook OAuth 2.0 integrations. The API should adhere to the existing project's response handling conventions (using the provided helper functions in `/src/utils/api.ts`).
AI Summary: The task is to modify the existing Register API to support more than just traditional login. The provided project documentation details how to structure API responses using helper functions in `/src/utils/api.ts`. This likely involves adding new functionality to handle alternative registration methods (e.g., social logins).
AI Summary: Develop a Wishlist API with endpoints for listing, adding, and deleting wishlist items. The API should integrate with an existing backend (Fasyon Backend) and adhere to the project's established coding conventions, including using the provided response functions for consistent output.
AI Summary: Create two new API endpoints: one for sending a password reset email and another for changing the password after receiving the reset link. The APIs should follow the existing project's response handling conventions (using the provided response functions in `/src/utils/api.ts`) and adhere to the project's development guidelines.
AI Summary: Develop two API endpoints: one to retrieve user profile data and another to handle password changes. The APIs should adhere to the project's existing coding style and utilize the provided response functions (`responseMessage`, `response`, `responsePagination`, `responseCursor`) for consistent output.