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

Result modification #2

Open blitzmann opened 11 years ago

blitzmann commented 11 years ago

Once you hit submit, that's it. Allow for a mechanism to edit the result (adding more fits, changing quantities, deleting fits, etc).

This depends on some sort of session or authorization code (so that no one can just go to the result and start changing it). Perhaps generate an auth code for each result, and if that's supplied grant access. Nothing too over the top...

blitzmann commented 11 years ago

Some of this (fit adding, auth code generation) was started with commit 6e73180 and commit 8d727fa

blitzmann commented 11 years ago

Authorization was added on commit d905349. A happy byproduct of how market regions were added makes it possible to update the market data for the region simply by selecting the new region and submitting without (or with) a fit. Changing quantities will be through AJAX, still planned.