Posted: Thu Feb 23, 2006 6:13 pm
OK, so this web app thing I'm writing...
It will have a COMPLETE list of all skills.
It will be able to store all of your personal skills/data from XML.
It CAN auto-refresh your account, but that requires me having some form (encrypted, whatever) of your uid/pw. I would like everyone to auto-refresh, but if you don't trust me/the software to be secure enough, I understand.
(I can even create an SSL site for transmitting that data, that can then be super-encrypted and stored)
It MAY have a list of all enemies, with their capabilities. eve-db has a database of this information that I can scrape into a DB.
It COULD have a ship database. (eve-db has one i can scrape)
It COULD help figure out training plans for people, using your skills/etc to calculate time/path to a certain goal.
It COULD do damage calculations based on your ship outfit and a given enemy (NPC-like)
It COULD store favorite ship build-outs for various roles.
It COULD store mission information (# of levels, enemies encountered, etc)
What I am working on right now is just making it so that we can store our profiles and then query them, or do various things. The storage and XML import is 100% complete. The display is what I plan to work on next.
Ideas/Suggestions/etc are welcome.
It will have a COMPLETE list of all skills.
It will be able to store all of your personal skills/data from XML.
It CAN auto-refresh your account, but that requires me having some form (encrypted, whatever) of your uid/pw. I would like everyone to auto-refresh, but if you don't trust me/the software to be secure enough, I understand.
(I can even create an SSL site for transmitting that data, that can then be super-encrypted and stored)
It MAY have a list of all enemies, with their capabilities. eve-db has a database of this information that I can scrape into a DB.
It COULD have a ship database. (eve-db has one i can scrape)
It COULD help figure out training plans for people, using your skills/etc to calculate time/path to a certain goal.
It COULD do damage calculations based on your ship outfit and a given enemy (NPC-like)
It COULD store favorite ship build-outs for various roles.
It COULD store mission information (# of levels, enemies encountered, etc)
What I am working on right now is just making it so that we can store our profiles and then query them, or do various things. The storage and XML import is 100% complete. The display is what I plan to work on next.
Ideas/Suggestions/etc are welcome.