2 Open Issues Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
Application Development Backend API Development
MLD / MCD about 1 month ago

AI Summary: Create a Merise Logical Data Model (MLD) and a Merise Conceptual Data Model (MCD) for the Simplon school project. This involves defining entities, attributes, relationships, and cardinality for the project's data.

Complexity: 4/5
good first issue
Application Development Backend API Development

AI Summary: Develop a RESTful API (likely using FastAPI) to manage a restaurant's menu items, customers, and orders. This includes creating, reading, updating, and deleting menu items (with fields like name, price, category, description, and stock), customers (with name, address, phone, and email), and orders (including order creation with items and quantities, total price calculation, and order status management). The API should allow customers to place orders.

Complexity: 4/5
enhancement help wanted