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.
 

[WIP] Fleet-Yo fleet management tool.

Author
Snitch Ashor
Republic Military School
Minmatar Republic
#1 - 2017-01-21 20:40:09 UTC
Hi there,

I came up with a little tool (webpage) to manage and track fleets. This tool is inspired by others out there, mainly the agony fleet manager which relied on the IGB.
Heres a short list of current features:


  • Select backup FCs so they can see what ingame is visible to the boss only
  • Fleet members can post fittings so the fc gets a precise composition
  • Backup FCs can make fleet invites using the webpage


The page is written in php/mysql and uses esi as the only api.
Source is here: https://bitbucket.org/snitchashor/fleet-yo
Demo is here: https://fleet-yo.tk (restricted access)

Requirements:

  • php 5.5+
  • php-curl
  • MySQL
  • php-mysqli
  • For certain features (persistent cookie login), site should be running via ssl


So here's a couple of screens:

https://fleet-yo.tk/img/fleetyo_1.png
https://fleet-yo.tk/img/fleetyo_2.png
https://fleet-yo.tk/img/fleetyo_3.png

And last but not least a couple of credits/software used:

ESI php client generated with swagger-codegen
Auth was adopted from Fuzzy Steve's EVE SSO Auth
Fuzzy Steve's Static dump mysql conversion
jQuery
jQuery datatables
Twitter typeahead.js
Nakupanda's Bootstrap Dialog

Cheers,
Snitch