eve-val / evecerts

Custom EVE certifications on AppEngine.
1 stars 2 forks source link

Progress should be based on skill points #5

Open fastolfe opened 11 years ago

fastolfe commented 11 years ago

It's not so useful (IMO) to see the number of skills describing my progress toward a cert. I'd rather see how many skill points I need to finish a cert. It should then be possible to get a time estimate as well, which is better than even a percentage.

ayust commented 11 years ago

Yeah, this is something I'd definitely like to have, it's just a bit more complex (the EVE API isn't kind enough to list the skill points for each level of a skill in the skill tree, so it has to be calculated out).

ayust commented 11 years ago

(The other thing here is that it might be deceptive to show a time estimation without taking potential prerequisites into account, and doing that would be a lot more computationally expensive.)