jreeder / eveposmon

Automatically exported from code.google.com/p/eveposmon
0 stars 0 forks source link

User API Keys Input #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The user needs to be able to input their api keys, and select a character
to use to monitor all starbases the character can see.  This information
needs to be asked for the first time the program loads and then sent along
with the rest for the xml feeds.

Original issue reported on code.google.com by matthewv...@gmail.com on 14 Dec 2007 at 7:40

GoogleCodeExporter commented 9 years ago
I've started converting over the code to use the session class, and will have 
the api
keys stored and, then all requests will go through that which will make it easy 
to
turn off the test server.

Original comment by matthewv...@gmail.com on 17 Dec 2007 at 4:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
AccountInfo needs to be saved across sessions, and then used when needed.  
Initially
i think we will allow just one account info, but in the future multiple ones 
will be
needed, as people will want to monitor pos's that are owned by multiple 
characters.

Original comment by matthewv...@gmail.com on 17 Dec 2007 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by matthewv...@gmail.com on 17 Dec 2007 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by matthewv...@gmail.com on 17 Dec 2007 at 6:22

GoogleCodeExporter commented 9 years ago
Account Info and characters are persistent now

Original comment by lewisva...@gmail.com on 19 Dec 2007 at 7:16

GoogleCodeExporter commented 9 years ago
Just need the data to pass to the servers when requesting a url now.

Original comment by matthewv...@gmail.com on 20 Dec 2007 at 12:30

GoogleCodeExporter commented 9 years ago
Revision 175

Original comment by matthewv...@gmail.com on 20 Dec 2007 at 12:57