8000 Todo · Ecotrust/forestplanner Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Matthew Perry edited this page Jun 5, 2013 · 4 revisions

To get a list of all TODO tags in the codebase:

 git grep -n "TODO" \
 | grep -v "initial_data.json" | grep -v "OpenLayers.js" \
 | grep -v jqplot | grep -v support | grep -v qunit.js

Currently we've got:

celeryflower-passwords.template:1:user:RICJv6VGl05xQ:TODO this is 'pass', CHANGEME!!!
idb_import/treelive_summary/unpivoted/local_util.py:152:            input_params[attr] = 100.0 #TODO don't assume 100%
lot/templates/common/manage_strata.html:839:                                                    app.strata.colorMap[self.attributes.uid] = self.color();      //TODO: app.strata.colorMap['undefined'] is being set. This should probably be fixed
lot/templates/common/manage_strata.html:909:                                                    // @TODO not yet sure why this is needed. Map was hidden in OG Stand UI via the same KO mechanism (!activeStratum)
lot/trees/management/commands/check_integrity.py:104:        # TODO - do we check this here? This could be a separate issue...
lot/trees/management/commands/import_data.py:98:            # TODO cost raster - for now just use slope
lot/trees/models.py:680:                -- WHERE a.site = 2 -- TODO if we introduce multiple site classes, we need to fix
lot/trees/models.py:730:                -- WHERE a.site = 2 -- TODO if we introduce multiple site classes, we need to fix
lot/trees/plots.py:240:            input_params[attr] = 100.0  # TODO don't assume 100%
lot/trees/tasks.py:146:    # TODO confirm that cond_id exists in the fvsaggregate table
lot/trees/tasks.py:179:    # TODO implement the actual spatial identity operation
lot/trees/tasks.py:196:    # TODO prep scheduler, run it, parse the outputs
lot/trees/tests/unittests.py:474:    TODO test bad shapefiles (other geom types, bad mapping dict, projection)
lot/trees/tests/unittests.py:475:    TODO assert that mapped attributes are populated
lot/trees/tests/unittests.py:476:    TODO strata from shp
lot/trees/tests/unittests.py:984:    fixtures = ['test_treelive_summary', 'test_idb_summary']  #TODO test_conditionvariantlookup
lot/trees/views.py:304:        # TODO thread them and try them as they come in.
lot/trees/views.py:313:                    # TODO maybe compile these and return the closest to map center?
media/common/js/hash_routing.js:26:                /* TODO routing stands
media/common/js/hash_routing.js:35:                // TODO routing scenarios
media/common/js/init.js:120:        // TODO parse out human-readable text from html error responses?
media/common/js/init.js:127://@TODO should pass an object. it's 2013. -wm
media/common/property.js:3:  // TODO: make function to map properties with test
media/common/property.js:19:    // TODO: Make active!
media/common/stand.js:377:    // TODO get this url from workspace doc
media/common/trees.js:174:    // draw is in tree.js TODO: move)
scripts/puppet/manifests/files/celeryd.conf:7:; TODO: More celeryd worker options to explore here:
scripts/puppet/manifests/files/celeryd.erb:7:; TODO: More celeryd worker options to explore here:
scripts/puppet/manifests/files/forestplanner.nginx:3:    server_name localhost;  # TODO puppet template variable
scripts/puppet/manifests/files/forestplanner.uwsgi.ini:3:workers = 1  # TODO change for deployment
scripts/puppet/manifests/lot.pp:172:    listen_addresses => "'*'",  # TODO localhost',
scripts/puppet/modules/postgresql/README.md:10:TODO
scripts/puppet/modules/postgresql/files/pg_hba.conf:92:# TODO remove!
scripts/puppet/modules/python/README.md:17:TODO
Clone this wiki locally
0