Section 5 of 6

Section 5: Platform Settings

Admin configures platform fees, voyage times, and price comparison settings.

📍 Page Location

URL: /admin/fees, /admin/voyage-times, /admin/basis-points

📸 Visual Representation of the Page

Section 5: Platform Settings

Platform Settings

🎨 Detailed Visual Description

Settings pages allow admin to configure: Platform fees (percentage), Interest rates, Transaction limits, Voyage times (default days), Basis points for price comparison, Price variance threshold (default 5%). All settings are editable with save functionality.

Key Visual Elements:

  • Fee configuration
  • Voyage time settings
  • Basis points configuration
  • Price variance threshold
  • Save/update functionality

⚙️ Backend Process

API Endpoint: GET /api/admin/settings, POST /api/admin/settings

Process Flow:
1. Loads current platform settings
2. Validates new settings
3. Updates settings in database
4. Returns updated settings

Database Operations:

  • Table: database.settings (or admin config)
  • Action: Read/update platform settings

➡️ Next Action

Admin configures platform parameters