All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m18s
50 lines
1.9 KiB
Markdown
50 lines
1.9 KiB
Markdown
# Logistics support tool
|
||
|
||
> The support tool for ALPLA Prod
|
||
|
||
## Overview
|
||
|
||
Quick summary of current rewrite/migration goal.
|
||
|
||
- **Phase:** Backend rewrite
|
||
- **Last updated:** 2026-04-05
|
||
|
||
---
|
||
|
||
## Feature Status
|
||
|
||
| Feature | Description | Status |
|
||
|----------|--------------|--------|
|
||
| User Authentication | ~~Login~~, ~~Signup~~, API Key | 🟨 In Progress |
|
||
| User Profile | Edit profile, upload avatar | 🟨 In Progress |
|
||
| User Admin | Edit user, create user, remove user, alplaprod user integration | ⏳ Not Started |
|
||
| Notifications | Subscribe, ~~Create~~, Update, Remove, Manual Trigger | 🟨 In Progress |
|
||
| Datamart | Create, Update, Run, Deactivate | 🔧 In Progress |
|
||
| Frontend | Analytics and charts | ⏳ Not Started |
|
||
| Docs | Instructions and trouble shooting | ⏳ Not Started |
|
||
| One Click Print | Get printers, monitor printers, label process, material process, Special processes | ⏳ Not Started |
|
||
| Silo Adjustments | Create, History, Comments | ⏳ Not Started |
|
||
| Demand Management | Orders, Forecast, Special Mappings, Create trucks, Load Trucks (tablet scanning) | ⏳ Not Started |
|
||
| Open Docks | Integrations | ⏳ Not Started |
|
||
| Transport Insight | Integrations | ⏳ Not Started |
|
||
| Quality Request Tool | Add Pallet, Monitor for moved, status changes, alerts | ⏳ Not Started |
|
||
| Logistics | Consume material, return and print, label info, relocate | ⏳ Not Started |
|
||
| EOM | Endpoints, Report Pull for finance | ⏳ Not Started |
|
||
| OCME | Custom integration | ⏳ Not Started |
|
||
| API Migration | Moving to new REST endpoints | 🔧 In Progress |
|
||
| System | Tests,Builds, Updates, Remote Logging, DB Backups, Alerting | ⏳ Not Started |
|
||
|
||
_Status legend:_
|
||
✅ Complete 🟨 In Progress ⏳ Not Started
|
||
|
||
---
|
||
|
||
## Setup / Installation
|
||
|
||
How to run the current version of the app.
|
||
|
||
```bash
|
||
git clone https://github.com/youruser/yourrepo.git
|
||
cd yourrepo
|
||
npm install
|
||
npm run dev |