Version at: 23/05/2014, 11:57

This is a general work log updated daily.

##Today's TODO list:
- check in manager code
- write tests for it

##This week's TODO list:

- finish all the models
- add and test db manager code for the sentence model
- finish sentence related views and test them
- write the import script and import some subset of the data

##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

version at: 26/05/2014, 12:26

This is a general work log updated daily.

##Today's TODO list:
- check in manager code and tests
- start working on sentence views

##This week's TODO list:

- finish sentence related views and test them
- finish corrections and tag views
- finish user views
- write the import script and import some subset of the data

##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

Note

The lines in green are the lines that have been added in the new version. The lines in red are those that have been removed.