beckn / policy-admin-api

MIT License
3 stars 4 forks source link

[C4GT] Creation of catalog and inventory management #25

Open viraj89 opened 1 year ago

viraj89 commented 1 year ago

Description

The Order Management for BPP should have CRUD operations (Create, Read, Update, Delete), and this project aims to develop a efficient system for managing customer orders within a business. The system will facilitate seamless interactions with order data, allowing authorized users, including sellers with their accounts, to perform essential CRUD operations. Sellers will have access to their inventory and should be able to view, update, and manage catalogs and items under their inventory.

Authorized users, such as sellers, can create new orders, view existing orders, update order details, and remove orders as needed. Additionally, the system will provide sellers with the ability to access their inventory, view available stock, and manage their product catalogs and items efficiently. By implementing this comprehensive functionality, the project aims to streamline the order management process, empower sellers with inventory control, and deliver exceptional customer satisfaction.

Goals

Expected Outcome

Satisfy the above mentioned goals.

Acceptance Criteria

  1. Order Page Acceptance Criteria:
    • The order page should provide sellers with a comprehensive list of their orders, including order ID, customer name, order date, status, and order items.
    • Sellers should be able to filter orders based on different criteria, such as order date or status.
    • The system should display real-time updates for order status changes.
  2. Store Account Dashboard Acceptance Criteria:
    • Upon logging in, sellers should be redirected to their personalized dashboard displaying store details, order summary, and inventory status.
    • The dashboard should present relevant information in a clear and visually appealing manner.
    • Any updates made to the store information should be immediately reflected on the dashboard.
  3. Catalog and Inventory Management Acceptance Criteria:
    • Sellers should have the ability to create, edit, and delete catalogs to organize their products effectively.
    • The system should allow sellers to add new items to their inventory, specifying details such as SKU #, ID, name, quantity, and pricing.
    • Sellers should be able to update item information and stock levels as required, and changes should be accurately reflected in the inventory.

Product Name

BecknOrder+

Project Name

Beckn-OMS (Beckn Order Management System)

Domain

Trade and Commerce

### Mentor(s) * @viraj89 * @faizmagic * @ravi-prakash-v ### Complexity High ### Category * UI/UX/Design * Integrations * Features * Deployment * Test ### Sub Category * API * Database * Analytics * Frontend * Backend