Industry Tools - Incomplete-Infinity/eve-companion GitHub Wiki
🏭 Industry Tools
This page outlines the industry support features of the EVE Companion App. These tools help builders, refiners, and corp logistics personnel manage blueprints, production schedules, material acquisition, and job tracking.
🎯 Goals
- Track personal and corp blueprints
- Visualize job status and material requirements
- Schedule builds across stations and characters
- Integrate with market prices to show profitability
- Link loss logs to industrial resupply needs
🧩 Module Features
Feature | Description |
---|---|
Blueprint Browser | View and search all owned blueprints |
Job Tracker | Display in-progress and completed jobs with timestamps |
Material Breakdown | Show required materials per job or blueprint |
Profit Estimator | Calculate job cost vs expected sale price |
Loss-Triggered Builds | Auto-schedule replacements based on fleet loss logs (planned) |
📘 Blueprint Viewer
Blueprints are fetched via /characters/{id}/blueprints/
or corp variant. The UI displays:
- Type, runs, ME/TE stats
- Copy/original indicator
- Job eligibility based on current location
Search and filter by name, type, or status.
📊 Job Tracker
Uses /industry/jobs/
endpoints. Lists:
- Install date
- Completion ETA
- Facility/location
- Remaining materials
Jobs can be grouped by:
- Character
- Status (active, ready, delivered)
- Output item type
🔍 Material Planner
Shows required materials per job:
- Uses
dogma
data for full breakdown - Compares to user inventory (if tracked)
- Allows buying missing materials (via market integration)
💰 Profit Analysis
Combines:
- Material cost (market fetch or known values)
- Job cost (taxes, facility modifiers)
- Sale value (market or manually entered)
Displays:
- Net ISK per unit and batch
- Time to produce
- ISK/hour rate
🔧 Interface Pattern
<window-frame data-title="Industry Tracker">
<blueprint-browser></blueprint-browser>
<job-status-panel></job-status-panel>
<material-breakdown></material-breakdown>
</window-frame>
📡 Planned Enhancements
- Auto-generate shopping lists for corp haulers
- Facility planner to optimize slot usage
- Corporation-wide job dashboards
- Integration with loss logs to suggest rebuild jobs
📌 Summary
- Industry tools streamline blueprint and job tracking
- Help builders understand cost, profitability, and output needs
- Designed for both solo producers and corp logistics planners