SiMylo
b08392cd3e
Shorten Line Lengths
...
Refactoring a little so the line lengths will be shorter?
2016-02-05 08:11:48 -06:00
SiMylo
58a7b287f4
Fixing Issue #85 (Duplicated Move Data)
...
Contains a fix and testing for the following issue:
I found that we are sometimes sending multiple exact duplicates of
pokemon move data when there are different levels at which a pokemon
learns a move for different version groups. I found that the problem
was that we were using order_by('level') and duplicate('move_id') .
This link explains why this behavior happens.
https://docs.djangoproject.com/en/1.7/ref/models/querysets/#distinct
2016-02-03 14:24:48 -06:00
Zane Adickes
d6ca4a3f60
had a stash mistake on the last push. this should be a complete push
2016-01-26 21:09:44 -05:00
Zane Adickes
91e84b7079
reorganiztion and clean up.
2016-01-09 10:55:39 -05:00
Zane Adickes
b1302233aa
still need to re-organize v2 docs and work on doc navigation
2016-01-07 08:20:10 -05:00
Zane Adickes
66370dad44
ui using django templates
2016-01-06 17:10:05 -05:00
Zane Adickes
90a0066f33
oh well nevermind
2016-01-04 19:39:50 -05:00
Zane Adickes
f9e528dd38
cleanup. navigation between version uis
2016-01-01 20:05:39 -05:00
Zane Adickes
00408c89e2
home page try it out. contributors. started docs.
2016-01-01 16:48:41 -05:00
Zane Adickes
0fda377b8c
new ui code in angular
2015-12-30 08:22:15 -05:00
Zane Adickes
d0909e1cc3
updated data with all of latest veekun updates
2015-12-28 00:00:14 -05:00
Adickes
0828ffd84c
identify a few arrays
2015-12-08 13:04:15 -05:00
Adickes
e83363cd67
small whoops again
2015-12-08 13:02:32 -05:00
Adickes
adf94814f9
small whoops
2015-12-08 13:01:53 -05:00
Adickes
b4f5680b42
added aditional get methods for each resource and corrected a few things
2015-12-08 12:57:28 -05:00
Adickes
7d25324ac0
added aditional get methods for each resource and corrected a few things
2015-12-08 12:55:48 -05:00
Adickes
714aa0b34d
scrub out some unnecessary changes
2015-12-04 09:35:31 -05:00
Adickes
c454c3d2a0
fixed a bunch of links
2015-12-04 09:05:49 -05:00
Adickes
758bdbf877
probably finalized docs
2015-12-04 00:07:19 -05:00
Adickes
b5364be71b
adding a few more json examples
2015-12-02 00:36:29 -05:00
Adickes
6422ee2411
adding json examples
2015-12-02 00:05:16 -05:00
Adickes
a3c2c17701
test nav table
2015-12-01 20:00:20 -05:00
Adickes
f1b0c9ecbc
test nav again
2015-12-01 19:27:15 -05:00
Adickes
c4761152c0
test nav
2015-12-01 19:25:56 -05:00
Adickes
59bacbf78e
test nav
2015-12-01 19:21:01 -05:00
Adickes
ef3ad99493
json payload test
2015-12-01 19:01:17 -05:00
Adickes
e664020ce3
work for the day
2015-12-01 13:47:46 -05:00
Adickes
dfd2c83991
good start to getting documentation workied out in a readme.
2015-11-29 18:39:38 -05:00
Adickes
009100ef34
link test
2015-11-28 18:52:05 -05:00
Adickes
801dacf3b0
link test three
2015-11-28 11:35:53 -05:00
Adickes
730ff956f9
link test two
2015-11-28 11:33:32 -05:00
Adickes
17c60f6443
link test
2015-11-28 11:25:30 -05:00
Adickes
64a60daa25
start docs
2015-11-28 09:30:55 -05:00
Adickes
5c563dcb27
migration clean up
2015-11-27 01:48:00 +01:00
Adickes
3d8e9a7649
tests now handling all convenience attributes in all apis
2015-11-26 02:18:35 +01:00
Adickes
300f1a9b79
evolution-chain bug fix
2015-11-16 15:42:24 -05:00
Adickes
342ea98b87
I feel like theres a ton of good convenience resource linking going on now
2015-11-16 14:23:41 -05:00
Adickes
1f480cedac
tests covering all endpoints. working on adding some convenience attributes to api resources to help connect them two way style. tests will probably need some small tweaks
2015-11-15 22:29:30 -05:00
Adickes
43f97fd466
clean up
2015-11-10 14:23:46 -05:00
Adickes
75e39ba530
cleaned up the berry mess
2015-11-10 14:20:06 -05:00
Adickes
aa1d7d9939
fished serving almost all data (with the exception of machines and some csv files that didnt have data yet but have been updated in veekuns repo. TESTS STILL NEED TO BE DONE.
2015-11-08 16:26:02 -05:00
Adickes
c1f1f9ace7
apis for locations, location areas, encounters, encounter rates, characteristics, contests, super contests
2015-11-05 09:55:14 -05:00
Adickes
b099558de2
starting a few more api endpoints (locations and encounters)
2015-10-29 13:46:15 -04:00
Adickes
44151e1963
Finished tests for all current API endpoints (34 of them)
2015-10-27 09:36:33 -04:00
Adickes
f3654c3458
half of api tests are done
2015-10-23 00:56:01 -04:00
Adickes
176802e474
starting tests
2015-10-18 19:01:33 -04:00
Adickes
df503e3424
About 80% of data is being served
2015-10-06 13:09:07 -04:00
Adickes
6d7fd53ece
little more work on pokemon evolution chains
2015-10-02 23:40:21 -04:00
Adickes
163e29c527
Renamed PokemonMoveMethod models to MoveLearnMethod because it just damn well makes more sense when I'm reading the code and I assume anyone else will feel the same way. Also, progress on many api resources.
2015-09-26 23:20:19 -05:00
Adickes
16c4ae33ea
Started on pokemon. theyre a bit more complex than v1. not sure hot to break them up.
2015-09-19 18:13:41 -04:00