memcached_client.py:54: # TODO: use all the servers listed in the settings file
memcached_client.py:60:# TODO: consider adding expiration times for keys
pricedb.py:364: # TODO: handle from_sources
pricedb.py:400: # TODO: this isn't working as expected...
PriceNetwork.py:75: TODO: deal with possible cycles (baskets containing themselves...)
PriceNetwork.py:223: init_graph() # TODO: just add new edges
PriceNetwork.py:236: return None # TODO: log this
PriceNetwork.py:246: return None # TODO: log this
PriceSource.py:614: # TODO: support arbitrary conversion functions other than linear f(x) -> x*C
PriceSource.py:1027: # the one that succeeds. TODO: avoid having to try all sources in the first place.
PriceSource.py:1057: pass # TODO: might want to log this error
PriceSource.py:1065: return math.fsum(values)/float(len(values)) # TODO: work on price list reduction
settings.py:284: TODO: return the file modification time from file metadata
shares.py:85: # TODO: log change
shares.py:95: # TODO: log change
tornado_api.py:42: return # TODO: log this
webapi.py:18: TODO: finish!
webapi.py:79: # TODO: do stuff with incoming data for the fund
Lets handle the following...
memcached_client.py:54: # TODO: use all the servers listed in the settings file memcached_client.py:60:# TODO: consider adding expiration times for keys pricedb.py:364: # TODO: handle from_sources pricedb.py:400: # TODO: this isn't working as expected... PriceNetwork.py:75: TODO: deal with possible cycles (baskets containing themselves...) PriceNetwork.py:223: init_graph() # TODO: just add new edges PriceNetwork.py:236: return None # TODO: log this PriceNetwork.py:246: return None # TODO: log this PriceSource.py:614: # TODO: support arbitrary conversion functions other than linear f(x) -> x*C PriceSource.py:1027: # the one that succeeds. TODO: avoid having to try all sources in the first place. PriceSource.py:1057: pass # TODO: might want to log this error PriceSource.py:1065: return math.fsum(values)/float(len(values)) # TODO: work on price list reduction settings.py:284: TODO: return the file modification time from file metadata shares.py:85: # TODO: log change shares.py:95: # TODO: log change tornado_api.py:42: return # TODO: log this webapi.py:18: TODO: finish! webapi.py:79: # TODO: do stuff with incoming data for the fund