From: Roland Häder Date: Wed, 16 Jun 2010 23:46:45 +0000 (+0000) Subject: TODOs.txt updated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0435612802564233e0b35c8afd8c5b27a02c397d;p=hub.git TODOs.txt updated --- diff --git a/docs/TODOs.txt b/docs/TODOs.txt index 300e0e5d9..fd6fa0cc0 100644 --- a/docs/TODOs.txt +++ b/docs/TODOs.txt @@ -5,6 +5,8 @@ ./application/hub/main/commands/console/class_HubConsoleMainCommand.php:58: * @todo Try to create a HubActivationTask or so ./application/hub/main/connectors/query/local/class_LocalQueryConnector.php:10: * @todo Find an interface for: handleAllQueries() ./application/hub/main/connectors/query/local/class_LocalQueryConnector.php:78: * @TODO Unfinished work here +./application/hub/main/discovery/socket/class_PackageSocketDiscovery.php:111: // @TODO We may need some locking here +./application/hub/main/factories/socket/class_SocketFactory.php:10: * @todo Find an interface for hub helper ./application/hub/main/filter/activation/class_HubActivationSelfAnnouncementFilter.php:54: * @todo 0% done ./application/hub/main/filter/node/class_NodeInitializationFilter.php:54: * @todo 0% done ./application/hub/main/filter/node/class_NodeInitializationFilter.php:87: // @TODO Can we rewrite this to app_die() ? @@ -13,11 +15,15 @@ ./application/hub/main/filter/shutdown/class_HubShutdownFlushNodeListFilter.php:55: * @todo 0% done ./application/hub/main/filter/shutdown/class_HubShutdownTaskHandlerFilter.php:55: * @todo 0% done ./application/hub/main/filter/task/class_TaskHandlerInitializerFilter.php:55: * @todo 0% done -./application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php:61: * @todo ~10% done -./application/hub/main/handler/network/udp/class_UdpNetworkPackageHandler.php:55: * @todo 0% -./application/hub/main/handler/tasks/class_TaskHandler.php:133: // @TODO Messurement can be added around this call +./application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php:96: * @todo ~10% done +./application/hub/main/handler/network/udp/class_UdpNetworkPackageHandler.php:58: * @todo 0% +./application/hub/main/handler/tasks/class_TaskHandler.php:136: // @TODO Messurement can be added around this call +./application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php:10: * @todo Find an interface for hub helper +./application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php:139: * @todo We may want to implement a filter for ease notification of other objects like our pool +./application/hub/main/helper/connection/udp/class_UdpConnectionHelper.php:10: * @todo Find an interface for hub helper ./application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php:10: * @todo Find an interface for hub helper ./application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php:62: * @todo Rewrite the ->renderXmlContent() call to no arguments +./application/hub/main/helper/hub/connection/class_HubSelfConnectHelper.php:10: * @todo Find an interface for hub helper ./application/hub/main/iterator/network/class_NetworkListenIterator.php:10: * @todo This current implementation is not recommended, use a ./application/hub/main/iterator/network/class_NetworkListenIterator.php:11: * @todo latency-based iteration or similar approaches ./application/hub/main/iterator/pool/handler/class_HandlerPoolIterator.php:10: * @todo This current implementation is not recommended, use a @@ -29,9 +35,9 @@ ./application/hub/main/nodes/boot/class_HubBootNode.php:119: // @TODO Add some filters here ./application/hub/main/nodes/boot/class_HubBootNode.php:58: * @todo add some more special bootstrap things for this boot node ./application/hub/main/nodes/boot/class_HubBootNode.php:99: * @todo Unfinished method -./application/hub/main/nodes/class_BaseHubNode.php:420: * @todo Try to make this method more generic so we can move it in BaseFrameworkSystem -./application/hub/main/nodes/class_BaseHubNode.php:457: * @todo Change the first if() block to check for a specific state -./application/hub/main/nodes/class_BaseHubNode.php:595: // @TODO Add some criteria, e.g. if the node is active or so +./application/hub/main/nodes/class_BaseHubNode.php:412: * @todo Try to make this method more generic so we can move it in BaseFrameworkSystem +./application/hub/main/nodes/class_BaseHubNode.php:452: * @todo Change the first if() block to check for a specific state +./application/hub/main/nodes/class_BaseHubNode.php:627: // @TODO Add some criteria, e.g. if the node is active or so ./application/hub/main/nodes/list/class_HubListNode.php:58: * @todo Implement more bootstrap steps ./application/hub/main/nodes/list/class_HubListNode.php:68: * @todo Unfinished method ./application/hub/main/nodes/list/class_HubListNode.php:91: // @TODO Add some filters here @@ -41,14 +47,15 @@ ./application/hub/main/nodes/regular/class_HubRegularNode.php:58: * @todo Implement this method ./application/hub/main/nodes/regular/class_HubRegularNode.php:68: * @todo Unfinished method ./application/hub/main/nodes/regular/class_HubRegularNode.php:91: // @TODO Add some filters here -./application/hub/main/package/class_NetworkPackage.php:123: // @TODO crc32 is not good, but it needs to be fast +./application/hub/main/package/class_NetworkPackage.php:140: // @TODO crc32 is not good, but it needs to be fast ./application/hub/main/package/class_NetworkPackage.php:22: * @todo Needs to add functionality for handling the object's type -./application/hub/main/package/class_NetworkPackage.php:279: // @TODO Add some logging here -./application/hub/main/package/class_NetworkPackage.php:305: // @TODO Add some logging here -./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:67: * @todo ~30% done -./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:76: // @TODO On some systems it is 134, on some 107? -./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:86: // @TODO We need to somehow detect the state/status of the remote peer and still maintain good speed. -./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:87: // @TODO So maybe some pre-instancing of classes might help here to speedup this I/O intensive process. +./application/hub/main/package/class_NetworkPackage.php:249: // @TODO We may want to do somthing more here? +./application/hub/main/package/class_NetworkPackage.php:344: // @TODO Add some logging here +./application/hub/main/package/class_NetworkPackage.php:370: // @TODO Add some logging here +./application/hub/main/package/class_NetworkPackage.php:393: // @TODO Add some logging here +./application/hub/main/pools/peer/class_DefaultPeerPool.php:148: // @TODO Check for IP +./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:68: * @todo ~30% done +./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:80: // @TODO On some systems it is 134, on some 107? ./application/hub/main/tasks/hub/announcement/class_HubSelfAnnouncementTask.php:53: * @todo 0% ./application/hub/main/tasks/hub/class_HubSelfConnectTask.php:53: * @todo 0% ./application/hub/main/tasks/hub/ping/class_HubPingTask.php:63: * @todo 0% @@ -56,17 +63,17 @@ ./application/hub/main/template/announcement/class_AnnouncementTemplateEngine.php:10: * @todo This template engine does not make use of setTemplateType() ./application/hub/main/template/announcement/class_AnnouncementTemplateEngine.php:253: * @todo Find something useful with this! ./application/hub/main/template/objects/class_ObjectRegistryTemplateEngine.php:10: * @todo This template engine does not make use of setTemplateType() -./application/hub/main/template/objects/class_ObjectRegistryTemplateEngine.php:255: * @todo Find something useful with this! +./application/hub/main/template/objects/class_ObjectRegistryTemplateEngine.php:257: * @todo Find something useful with this! ./application/hub/main/visitor/tasks/class_ActiveTaskVisitor.php:94: * @todo Does a query needs to perform some actions as an active task? ./application/hub/main/visitor/tasks/class_ShutdownTaskVisitor.php:89: * @todo Does a query needs to perform some actions as an active task? ./inc/classes/exceptions/main/class_MissingMethodException.php:13: * @todo Try to rewrite user/guest login classes and mark this exception as deprecated ./inc/classes/exceptions/main/class_NoConfigEntryException.php:10: * @todo Rename this class to NoFoundEntryException ./inc/classes/interfaces/class_FrameworkInterface.php:11: * @todo Find a better name for this interface -./inc/classes/main/class_BaseFrameworkSystem.php:1117: * @todo Write a logging mechanism for productive mode -./inc/classes/main/class_BaseFrameworkSystem.php:1131: // @TODO Finish this part! -./inc/classes/main/class_BaseFrameworkSystem.php:139: // @todo Try to clean these constants up -./inc/classes/main/class_BaseFrameworkSystem.php:220: * @todo This is old code. Do we still need this old lost code? -./inc/classes/main/class_BaseFrameworkSystem.php:288: * @todo SearchableResult and UpdateableResult shall have a super interface to use here +./inc/classes/main/class_BaseFrameworkSystem.php:1131: * @todo Write a logging mechanism for productive mode +./inc/classes/main/class_BaseFrameworkSystem.php:1145: // @TODO Finish this part! +./inc/classes/main/class_BaseFrameworkSystem.php:154: // @todo Try to clean these constants up +./inc/classes/main/class_BaseFrameworkSystem.php:235: * @todo This is old code. Do we still need this old lost code? +./inc/classes/main/class_BaseFrameworkSystem.php:303: * @todo SearchableResult and UpdateableResult shall have a super interface to use here ./inc/classes/main/commands/web/class_WebLoginAreaCommand.php:64: * @todo Add some stuff here: Some personal data, app/game related data ./inc/classes/main/commands/web/class_WebProblemCommand.php:58: * @todo 0% done ./inc/classes/main/commands/web/class_WebStatusCommand.php:58: * @todo 0% done