~kamstrup/zeitgeist/query-expansion

« back to all changes in this revision

Viewing changes to TODO

The 'never ever use --overwrite again' merge
This branch has become a mess because someone reverted changes and used something
similar to --overwrite without checking which changes were reverted.
With this commit I try to fix the state of this branch, all unittests run sucessfully.
Please check if all changes you made to this branch after 2009-11-14 are there.
Also please never use --overwrite again, and make sure to always run the unittests
before commiting, even before commiting oneline changes, thank you

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- Finish EventsChanged in remote.py
 
2
- Review FocusDurationRegister code,found a lot of naming conventions errors and some minor bugs.
 
3
- Fix the tables to use FLOATS for timestamps instead of INTERGERs (this will affect the code in the engine)
 
4
- Fix the RecentlyUsed provider
 
5
- Test all Relevancy stuff
 
6
- Add a WNCK monitor to inform us with window focus changes. This module should land into the loggers.
 
7
 
 
8
Stuff worth considering:
 
9
 - Log package installations/removals/updates.
 
10
 - Use Pylint / pyflakes to keep the code clean.