Section 3 of 6

Section 3: Contract Oversight

Admin views all contracts and trades across the platform.

📍 Page Location

URL: /admin/active-trades

📸 Visual Representation of the Page

Section 3: Contract Oversight

Visual representation of Section 3: Contract Oversight

This page shows: Active Trades page shows comprehensive table of all contracts with: Contract ID, Product, Value, Buy...

🎨 Detailed Visual Description

Active Trades page shows comprehensive table of all contracts with: Contract ID, Product, Value, Buyer, Supplier, Status, Created date. Admin can filter by status, search by ID, and view contract details.

Key Visual Elements:

  • All contracts table
  • Status filters
  • Search functionality
  • Contract details view

⚙️ Backend Process

API Endpoint: GET /api/admin/contracts

Process Flow:
1. Queries all contracts from database
2. Enriches with user information
3. Applies filters if provided
4. Returns contract list

Database Operations:

  • Table: database.contracts
  • Action: Query all contracts

➡️ Next Action

Admin monitors contract activity and status