MOVER
🚛 Technical Specification: Mover Setup
📋 Feature Overview
🛠️ Technical Implementation
A. Permissions & Access Control
Note: Access is controlled via
PermissionGuard and component-level checks.| Scope | Permission Code | Description & Page Usage |
|---|---|---|
| Menu Visibility | MOVER.MENU |
Sidebar menu visibility.
|
|
Page Routing |
MOVER.LISTING |
Access to listing route.
|
|
Page Routing |
MOVER.VIEW |
Access to add route.
|
| Create Action | MOVER.UPDATE |
Controls the + Add button visibility.
|
| View Access | MOVER.VIEW |
Controls visibility of Edit icon.
|
| Delete Action | MOVER.DELETE |
Visibility of the Delete 🗑️ icon.
|
| Edit/Save Action | MOVER.UPDATE |
Ability to save changes on Add/Edit screen.
|
B. API Interaction
Base URL:
${environment.baseApiUrl}1. Listing Mover Manage
\listing-mover-manage/companies/getQuery
POST/vehicleBrands/getQuery
POST/movers/getQuery
POST/carriers/getQuery
POST/movers/update
POST2. Add Mover Manage
\add-mover-manage/companies/getQuery
POST/vehicleBrands/getQuery
POST/settings/getQuery
POST/movers/getQuery
POST/movers/create
POST/movers/update
POST