Changes between Version 47 and Version 48 of BluePrintBuildingAssessments
- Timestamp:
- 02/24/11 21:37:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintBuildingAssessments
v47 v48 29 29 * add help text 30 30 * hook into Google Geocoder (e.g. using the geocoder() function in controllers/gis.py) 31 3. Unique identifier visible on forms (Dominic?)31 3. ~~Unique identifier visible on forms~~ (DONE: Domminic) 32 32 4. Provide the historic reports scheduled task 33 33 * ''An hourly record of assessments - to provide a quick report of growth over time. My thought here is that an hourly cron job or similar would be run at the top of the hour that polls the number of assessments of each class, and records these in a table. The report would then present these so we can show activity over time. Highest priority is a table, graphs would be a bonus.''