Version at: 04/07/2014, 13:21 vs. version at: 04/07/2014, 13:24 | ||
---|---|---|
1 | 1 | This is a general work log updated daily. |
2 | 2 | |
3 | 3 | ##Today's TODO list: |
4 | 4 | - check in the MEGA PATCH |
5 | 5 | - keep working on fixing |
6 | 6 | |
7 | 7 | ##This week's TODO list: |
8 | 8 | |
9 | 9 | - make sure code works, fix bugs, breakage |
10 | 10 | - work some more on the api: |
11 | 11 | - add oauth2 authentication |
12 | 12 | - remove exposed text fields from the model resource |
13 | 13 | - hook some post methods to expose the python api |
14 | 14 | - disable exposed pagination |
15 | 15 | - write and expose a saner pagination class |
16 | 16 | |
17 | 17 | ##Work log |
18 | 18 | |
19 | 19 | ###Week 1 19/5 |
20 | 20 | |
21 | 21 | ####Monday |
22 | 22 | - compiled dependencies and tools (sage, git, etc..) |
23 | 23 | - set up virtual env |
24 | 24 | - set up pytoeba-dev repo/structure |
25 | 25 | - setup pytoeba's project structure |
26 | 26 | |
27 | 27 | ####Tuesday |
28 | 28 | - added sentence and link models |
29 | 29 | - threw out sage and compiled scipy/numpy |
30 | 30 | - explored agpl for graph manipulation |
31 | 31 | |
32 | 32 | ####Wednesday |
33 | 33 | - added log model |
34 | 34 | - added correction model |
35 | 35 | - added tag models |
36 | 36 | - added audio model |
37 | 37 | - set up work log |
38 | 38 | |
39 | 39 | ####Thursday |
40 | 40 | - read py.test documentation |
41 | 41 | - read django testing documentation |
42 | 42 | - wrote a passing test for the sentence manager |
43 | 43 | |
44 | 44 | ####Friday |
45 | 45 | - read "Test Driven development with Python" |
46 | 46 | |
47 | 47 | ####Saturday |
48 | 48 | - Finished the sentence manager |
49 | 49 | |
50 | 50 | ###Week 2 26/5 |
51 | 51 | |
52 | 52 | ####Monday/Tuesday |
53 | 53 | - added scaffolding/structure for tests and fixtures using py.test |
54 | 54 | - added database/form validation tests for: |
55 | 55 | - sentence/link models |
56 | 56 | - correction model |
57 | 57 | - tag models |
58 | 58 | - audio models |
59 | 59 | - generated coverage reports |
60 | 60 | |
61 | 61 | ####Wednesday |
62 | 62 | - refactored tests and fixtures to be more modular |
63 | 63 | - added more tests and expanded the manager some more |
64 | 64 | |
65 | 65 | ####Thursday/Friday/Saturday |
66 | 66 | - N/A |
67 | 67 | |
68 | 68 | ###Week 3 2/6 |
69 | 69 | - python api for CRUD operations on Sentences/Tags/Links |
70 | 70 | |
71 | ###Week 4 | |
71 | ###Week 4 9/6 | |
72 | 72 | - User, SocialAccount, Wall, Comment, Message models/managers |
73 | 73 | - python-social-auth integration |
74 | 74 | |
75 | ###Week 5 | |
75 | ###Week 5 16/6 | |
76 | 76 | - Haystack integration |
77 | 77 | - mirroring haystack's searchqueryset api on models with indices |
78 | 78 | - Added indices for sentences, comments, messages, wall posts, comments |
79 | 79 | |
80 | ###Week 6 | |
80 | ###Week 6 23/6 | |
81 | 81 | - Exposed tastypie model resources (still needs work) |
82 | 82 | - Added HTTPBasicAuth/SessionAuth to the api |
83 | 83 | - Exposed haystack's auto_query through tastypie |
84 | 84 | |
85 | ###Week 7 | |
85 | ###Week 7 30/6 | |
86 | 86 | - fixed various bugs |
87 | 87 | - sql optimizations (bulk upsert, bulk update, etc...) |
88 | 88 | - reading ng-book |
diff view generated by jsdifflib |
Version at: 04/07/2014, 13:21
This is a general work log updated daily. ##Today's TODO list: - check in the MEGA PATCH - keep working on fixing ##This week's TODO list: - make sure code works, fix bugs, breakage - work some more on the api: - add oauth2 authentication - remove exposed text fields from the model resource - hook some post methods to expose the python api - disable exposed pagination - write and expose a saner pagination class ##Work log ###Week 1 19/5 ####Monday - compiled dependencies and tools (sage, git, etc..) - set up virtual env - set up pytoeba-dev repo/structure - setup pytoeba's project structure ####Tuesday - added sentence and link models - threw out sage and compiled scipy/numpy - explored agpl for graph manipulation ####Wednesday - added log model - added correction model - added tag models - added audio model - set up work log ####Thursday - read py.test documentation - read django testing documentation - wrote a passing test for the sentence manager ####Friday - read "Test Driven development with Python" ####Saturday - Finished the sentence manager ###Week 2 26/5 ####Monday/Tuesday - added scaffolding/structure for tests and fixtures using py.test - added database/form validation tests for: - sentence/link models - correction model - tag models - audio models - generated coverage reports ####Wednesday - refactored tests and fixtures to be more modular - added more tests and expanded the manager some more ####Thursday/Friday/Saturday - N/A ###Week 3 2/6 - python api for CRUD operations on Sentences/Tags/Links ###Week 4 - User, SocialAccount, Wall, Comment, Message models/managers - python-social-auth integration ###Week 5 - Haystack integration - mirroring haystack's searchqueryset api on models with indices - Added indices for sentences, comments, messages, wall posts, comments ###Week 6 - Exposed tastypie model resources (still needs work) - Added HTTPBasicAuth/SessionAuth to the api - Exposed haystack's auto_query through tastypie ###Week 7 - fixed various bugs - sql optimizations (bulk upsert, bulk update, etc...) - reading ng-book
version at: 04/07/2014, 13:24
This is a general work log updated daily. ##Today's TODO list: - check in the MEGA PATCH - keep working on fixing ##This week's TODO list: - make sure code works, fix bugs, breakage - work some more on the api: - add oauth2 authentication - remove exposed text fields from the model resource - hook some post methods to expose the python api - disable exposed pagination - write and expose a saner pagination class ##Work log ###Week 1 19/5 ####Monday - compiled dependencies and tools (sage, git, etc..) - set up virtual env - set up pytoeba-dev repo/structure - setup pytoeba's project structure ####Tuesday - added sentence and link models - threw out sage and compiled scipy/numpy - explored agpl for graph manipulation ####Wednesday - added log model - added correction model - added tag models - added audio model - set up work log ####Thursday - read py.test documentation - read django testing documentation - wrote a passing test for the sentence manager ####Friday - read "Test Driven development with Python" ####Saturday - Finished the sentence manager ###Week 2 26/5 ####Monday/Tuesday - added scaffolding/structure for tests and fixtures using py.test - added database/form validation tests for: - sentence/link models - correction model - tag models - audio models - generated coverage reports ####Wednesday - refactored tests and fixtures to be more modular - added more tests and expanded the manager some more ####Thursday/Friday/Saturday - N/A ###Week 3 2/6 - python api for CRUD operations on Sentences/Tags/Links ###Week 4 9/6 - User, SocialAccount, Wall, Comment, Message models/managers - python-social-auth integration ###Week 5 16/6 - Haystack integration - mirroring haystack's searchqueryset api on models with indices - Added indices for sentences, comments, messages, wall posts, comments ###Week 6 23/6 - Exposed tastypie model resources (still needs work) - Added HTTPBasicAuth/SessionAuth to the api - Exposed haystack's auto_query through tastypie ###Week 7 30/6 - fixed various bugs - sql optimizations (bulk upsert, bulk update, etc...) - reading ng-book