by
Dean Lunz
16. April 2010 01:26
- My code had a bug in the way it was presenting class, faction, gender, race id's for characters. The armory uses specific numbers to represent these id's unfortunatley I neglecte to properly match those id's with my own. This has now been fixed.
- I've updated and added some optimizations on how the data is saved, to include versioning and to reduce the storage requirements.
Added more ways to view the member list for a guild (only for icc at the moment). One problem I've run into in presenting the data in this manner is that I had to use abriviated boss names for the headers. If I didnt the width of the columns would be too big and spread out to fit on the page properly.
I'm going to have to start adding some kind of graphs to present the data in a more easy to see format. I'm looking into using google charts, silverlight or maybe rolling my own solution, so I will have to wait to see how that turns out.