Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace fitting via CREST #570

Open
mkaito opened this issue Apr 26, 2016 · 1 comment
Open

Replace fitting via CREST #570

mkaito opened this issue Apr 26, 2016 · 1 comment
Labels
enhancement This is a feature request, or an idea to enhancement a current feature

Comments

@mkaito
Copy link

mkaito commented Apr 26, 2016

Currently, exporting a fitting that already exists creates a copy. I'd rather it replace the existing fitting.

@blitzmann blitzmann added the enhancement This is a feature request, or an idea to enhancement a current feature label Apr 26, 2016
@blitzmann
Copy link
Collaborator

It is possible to do this in a round about way. Each saved fitting in EVE has a fitting ID. When importing from EVE, we can save this ID to the fit so that when we go to export it again, we can use it to delete the old one and then upload the new one (which should produce a new ID). When uploading a new fit to EVE, we can simply save the created ID for future use.

It's something that I thought of doing when developing the initial CREST support, but it's going to be a fairly big change. This will go in the backlog for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is a feature request, or an idea to enhancement a current feature
Projects
None yet
Development

No branches or pull requests

2 participants