Changes between Version 11 and Version 12 of Projects/Quick
- Timestamp:
- 04/29/14 10:57:04 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Quick
v11 v12 9 9 == Easy Tasks == 10 10 ''Tasks for beginning coders, or if new to Python or web services'' 11 12 === Action !ToDos in code === 13 Search the code for {{{@ToDo}}}, e.g.: 14 * Migrate represents to S3Represent 15 * project_assignee_represent (https://github.com/flavour/eden/blob/master/modules/s3db/project.py#L4754) 16 * project_task_represent (https://github.com/flavour/eden/blob/master/modules/s3db/project.py#L4798) 17 * Migrate custom methods to use settings.get_ui_formstyle() 18 * S3ImportPoI (https://github.com/flavour/eden/blob/master/modules/s3/s3gis.py#L8634) 11 19 12 20 === Fix a Ticket ===