These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

EVE Workbench - Webbased EVE tool

Author
Lionear Maricadie
EVE Workbench
EVE Workbench Consortium
#1 - 2016-07-28 19:38:46 UTC
What is EVE Workbench
EVE Workbench is an webbased tool for EVE Online (dûh) which I created due to lack of good utilities for MacOS to monitor the market (I know about EVE Central) and of the assets, industrial part etc..

So I came up with the idea to integrate all functions I want in a tool into an webbased tool which is available to all of my fellow EVE players.

Current features


  1. Market Search - This allows you to search trough the market of EVE Online, like EVE-CENTRAL also does. Currently we are only supporting SELL orders but we will change this in the near future. All info is synced once a hour (so not realtime).
  2. Industry* - Here you can add Blueprints to your library and set the Material & Time efficiency, which is needed to calculate how much materials you need!
  3. My EVE* - This is the part where you can see your character statistics, Assets, Market Orders and even your active Skill Training Queue (this part is not completely done yet!) - We support multiple EVE Online characters!


*) an account is needed!

Near future features


  • The ability to add favorite items and stations so we can show this on your personalised dashboard


Ok, so... What now?
Well if you like what I just posted above you could give it a try! If you think you have some great ideas for it or if you encounter any issues please post an reply.

You can visit this nice project at https://www.eveworkbench.com (yes its secure!)

Regards and Fly Safe,
Lionear Maricadie!
foxjazz
Center for Advanced Studies
Gallente Federation
#2 - 2016-08-04 17:34:58 UTC
Hi Lionear,

I have a tool similar to yours already. http://evemarket.foxjazz.net

There's no need to be secure, its a spa and on github foxjazz/evemonkey

Using Angular2 which makes it very versatile. I want to add some features but had issues with SSO. I am going to try to work through those soon.

Your welcome to pull the project and find interesting ways to make it better.

FJ
Apophis Kouvo
CCB Rebels
#3 - 2016-08-04 22:06:11 UTC
Is it possible to be able to host this on my own server for my corp?
Lionear Maricadie
EVE Workbench
EVE Workbench Consortium
#4 - 2016-08-05 18:59:16 UTC
foxjazz wrote:
Hi Lionear,

I have a tool similar to yours already. http://evemarket.foxjazz.net

There's no need to be secure, its a spa and on github foxjazz/evemonkey

Using Angular2 which makes it very versatile. I want to add some features but had issues with SSO. I am going to try to work through those soon.

Your welcome to pull the project and find interesting ways to make it better.

FJ


Hi FJ,

EVE Workbench is more than only an market overview but I like the way you did it with Angular (i'm a bit old fashion with development methods etc Smile). What are you using as the backend part to communicate against the CREST environment etc?

I know that SSL is not needed, but its an requirement when you want to deploy the HTTP/2 protocol which we are going to support soon. What issues did you encounter with SSO? I have implemented it in my staging environment but it works like most OAUTH2 operators does.

I will take a look @ your project!

Lionear
Lionear Maricadie
EVE Workbench
EVE Workbench Consortium
#5 - 2016-08-05 19:00:24 UTC
Apophis Kouvo wrote:
Is it possible to be able to host this on my own server for my corp?


Hi Apophis,

Sorry, but EVE Workbench is only an hosted solution currently. For what do you want to use it with your corp?

Lionear
Lionear Maricadie
EVE Workbench
EVE Workbench Consortium
#6 - 2016-09-01 19:40:12 UTC
We had an big issue with our search mechanism... Solved now.