docs(app): updated readme
This commit is contained in:
19
README.md
19
README.md
@@ -17,20 +17,20 @@ Quick summary of current rewrite/migration goal.
|
|||||||
|----------|--------------|--------|
|
|----------|--------------|--------|
|
||||||
| User Authentication | ~~Login~~, ~~Signup~~, API Key | 🟨 In Progress |
|
| User Authentication | ~~Login~~, ~~Signup~~, API Key | 🟨 In Progress |
|
||||||
| User Profile | ~~Edit profile~~, upload avatar | 🟨 In Progress |
|
| User Profile | ~~Edit profile~~, upload avatar | 🟨 In Progress |
|
||||||
| User Admin | Edit user, create user, remove user, alplaprod user integration | ⏳ Not Started |
|
| User Admin | ~~Edit user~~, ~~create user~~, remove user, alplaprod user integration | ⏳ Not Started |
|
||||||
| Notifications | ~~Subscribe~~, ~~Create~~, ~~Update~~, ~~~~Remove~~, Manual Trigger | 🟨 In Progress |
|
| Notifications | ~~Subscribe~~, ~~Create~~, ~~Update~~, ~~~~Remove~~, Manual Trigger | 🟨 In Progress |
|
||||||
| Datamart | ~~Create~~, ~~Update~~, ~~Run~~, Deactivate | 🟨 In Progress |
|
| Datamart | ~~Create~~, ~~Update~~, ~~Run~~, Deactivate | 🟨 In Progress |
|
||||||
| Frontend | Analytics and charts | ⏳ Not Started |
|
| Frontend | Analytics and charts | ⏳ Not Started |
|
||||||
| Docs | Instructions and trouble shooting | ⏳ Not Started |
|
| Docs | Instructions and trouble shooting | ⏳ Not Started |
|
||||||
| One Click Print | Get printers, monitor printers, label process, material process, Special processes | ⏳ Not Started |
|
| One Click Print | ~~Get printers~~, monitor printers, label process, material process, Special processes | 🟨 In Progress |
|
||||||
| Silo Adjustments | Create, History, Comments | ⏳ Not Started |
|
| Silo Adjustments | Create, History, Comments | ⏳ Not Started |
|
||||||
| Demand Management | Orders, Forecast, Special Mappings, Create trucks, Load Trucks (tablet scanning) | ⏳ Not Started |
|
| Demand Management | Orders, Forecast, Special Mappings, Create trucks, Load Trucks (tablet scanning) | ⏳ Not Started |
|
||||||
| Open Docks | Integrations | ⏳ Not Started |
|
| Open Docks | Integrations | 🟨 In Progress |
|
||||||
| Transport Insight | Integrations | ⏳ Not Started |
|
| Transport Insight | Integrations | ⏳ Not Started |
|
||||||
| Quality Request Tool | Add Pallet, Monitor for moved, status changes, alerts | ⏳ 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 |
|
| Logistics | Consume material, return and print, label info, relocate | ⏳ Not Started |
|
||||||
| EOM | Endpoints, Report Pull for finance | ⏳ Not Started |
|
| EOM | Endpoints, Report Pull for finance | ⏳ Not Started |
|
||||||
| OCME | Custom integration | ⏳ Not Started |
|
| ~~OCME~~ | ~~Custom integration~~ | Canceled |
|
||||||
| API Migration | Moving to new REST endpoints | 🔧 In Progress |
|
| API Migration | Moving to new REST endpoints | 🔧 In Progress |
|
||||||
| System | Tests,Builds, Updates, Remote Logging, DB Backups, Alerting | ⏳ Not Started |
|
| System | Tests,Builds, Updates, Remote Logging, DB Backups, Alerting | ⏳ Not Started |
|
||||||
|
|
||||||
@@ -47,4 +47,13 @@ How to run the current version of the app.
|
|||||||
git clone https://git.tuffraid.net/cowch/lst_v3.git
|
git clone https://git.tuffraid.net/cowch/lst_v3.git
|
||||||
cd lst_v3
|
cd lst_v3
|
||||||
npm install
|
npm install
|
||||||
npm run dev
|
```
|
||||||
|
|
||||||
|
Rename the .env-example to .env
|
||||||
|
|
||||||
|
Update all the fields
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run dev:db:migrate
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user