c3e6c21189
update TODO Entropy/EntropyDatabaseInterface: - slightly improve atomMatch speed - add method uniformBranch Entropy/EquoInterface: - fix a small type issue in dependencies_test (nothing relevant) - fix a small issue in generate_dependency_tree (nothing to worry about) git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2804 cd1c1023-2f26-0410-ae45-c471fc1f0318
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
TODO list
|
|
|
|
- automatic client db backup
|
|
- rename exceptionTools
|
|
- move etpConst['conflicting_tagged_packages'] elsewhere
|
|
- rewrite EquoInterface.get_meant_packages using soundex
|
|
- cleanup EntropyDatabaseInterface.databaseStructureUpdates
|
|
- move etpConst['filesystemdirs'] and etpConst['filesystemdirsmask'] to config file
|
|
- UGC: personal package sets
|
|
- UGC: bug report documents?
|
|
- UGC: bbcode docs?
|
|
- server-side messages collection
|
|
- community repos: add repository handling on dependencies to avoid library breakages
|
|
- External trigger: rewrite support and use bash
|
|
- split entropy.py into entropy package
|
|
- implement pdepend support in dependencies sorting
|
|
- use expiration as a base to have and handle multiple packages in repo?
|
|
- add changelog to packages
|
|
- documentation + man page
|
|
- find a way to better handle real smartapps deps (need split PDEPEND?)
|
|
- server-side: packages upload through socket? (removing handlers s*it)
|
|
|
|
Repository Manager:
|
|
- fix queue length issue with extended commands on the repository manager server
|
|
- implement Package sets management
|
|
- implement packages.db.system_mask management
|
|
|
|
Spritz:
|
|
- package sets add/remove tool
|
|
- allow package remasking
|
|
- ability to change colours
|
|
- misc.py: use map() and filter() |