blitzmann / fitShop

Tool to use in Eve Online for evaluating the value of items sourced from various places within the game and out
0 stars 0 forks source link

Multiple fit support #1

Closed blitzmann closed 11 years ago

blitzmann commented 11 years ago

This is a feature that currently isn't around but definitely should be once alpha hits. This will depend on a mechanism to go back and modify a result to add new information to it.

blitzmann commented 11 years ago

Work started with commit 6e73180. I'm starting to realize the power of Python. You can now submit a fit, and it will take the previous result and use that as a baseline and add onto it. Currently only works with the module list, but should be easily adaptable to the fitting list as well. Currently, the "previous result" is hardcoded for debugging purposes (local database result 67), and upon submission it saves it to a new record rather than modifying the old record. But it's a start.

blitzmann commented 11 years ago

Fit / Module stacking now supported as of commit 7d809e5.