8 Open Issues Need Help Last updated: Jul 19, 2025

Open Issues Need Help

View All on GitHub
Order API about 2 months ago

AI 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.

Complexity: 3/5
good first issue
Cart API about 2 months ago

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.

Complexity: 3/5
good first issue
Product API about 2 months ago

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.

Complexity: 3/5
good first issue
Login API about 2 months ago

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`).

Complexity: 4/5
good first issue
Register API about 2 months ago

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).

Complexity: 4/5
good first issue
Wishlist API about 2 months ago

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.

Complexity: 3/5
good first issue
Forgot password API about 2 months ago

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.

Complexity: 3/5
good first issue
Profile API about 2 months ago

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.

Complexity: 3/5
good first issue