From 7a535639fc71cc8a87591b2486fc5d0597c72a2d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:32:50 +0000 Subject: [PATCH] feat: Implement Eve Online job manager Create a basic application for managing Eve Online industry jobs, including job details, transaction history, and profit calculations. Implement data ingestion via a form with paste functionality for transaction data. --- index.html | 9 +- src/components/JobCard.tsx | 105 +++++++++++++ src/components/JobForm.tsx | 218 ++++++++++++++++++++++++++ src/components/TransactionForm.tsx | 154 ++++++++++++++++++ src/pages/Index.tsx | 241 ++++++++++++++++++++++++++++- src/services/facilityService.ts | 18 +++ src/services/jobService.ts | 80 ++++++++++ src/utils/priceUtils.ts | 74 +++++++++ 8 files changed, 890 insertions(+), 9 deletions(-) create mode 100644 src/components/JobCard.tsx create mode 100644 src/components/JobForm.tsx create mode 100644 src/components/TransactionForm.tsx create mode 100644 src/services/facilityService.ts create mode 100644 src/services/jobService.ts create mode 100644 src/utils/priceUtils.ts diff --git a/index.html b/index.html index dac3ced..6793598 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,15 @@ +
-Quantity: {job.outputItem.quantity.toLocaleString()}
+{selectedJob.outputItem.name}
+Start building your amazing project here!
+Manage your industrial jobs and track profitability
+Active industrial operations
+From all job sales
+Net profit across all jobs
+Create your first industrial job to get started
+ +