pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.61k stars 408 forks source link

Allow fit synchronization from web address #1983

Open zductiv opened 5 years ago

zductiv commented 5 years ago

Alliance / corp fits are hosted in a number of ways and getting them all synced with Pyfa can be a bit of a pain.

Currently Pyfa allows backing up all current fits to html. If Pyfa allowed you to enter a web address of a html file in that same format that had all your alliance fits and periodically pulled them to keep your alliance/corp fits up to date and notified you of any changes that would help to keep up to date easier.

Allowing to have a prefix added to all automatically added fits so you could also identify which were your personal ones and which were added by corp/alliance fit import would be a bonus also.

DarkFenX commented 5 years ago

I get what you mean. I am using gdoc sheet myself for our corp which is pain in the ass (but it's as secure as you want it to be and easy to set up).

Having some way to share fits to alliance/corp would be cool indeed. However, I am unsure if HTML is a good way to handle that. There might be better formats, as well there might be some server-side apps.

Either way, it's more than I am willing to take for current version of pyfa. I'd rather invest more time into the rewrite that I am planning to start soonish. But if anyone wants to take the idea and implement that - I'll appreciate that. But before that, please discuss how you want to do it, because it's rather easy to do wrong.

fonsui commented 5 years ago

I would very much like to see an integration with the more popular fitting management tools available publicly, such as fleet-up, eveworkbench, etc. The ability to manage fittings across Eve, Pyfa, and those cloud platforms from a single point, given that the UI was intuitive, could be exceedingly powerful.

ghost commented 2 years ago

Perhaps also integrate with git for version control?