Changes between Version 14 and Version 15 of Projects/Quick
- Timestamp:
- 09/01/14 21:42:48 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Quick
v14 v15 11 11 12 12 === Action !ToDos in code === 13 Search the code for {{{@ToDo}}}, e.g.:13 NOTE: The line reference may no longer be correct, so the code for {{{@ToDo}}} or the variable names, e.g.: 14 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) 15 * project_assignee_represent (https://github.com/flavour/eden/blob/master/modules/s3db/project.py#L4928), for an example see: project_TaskRepresent (https://github.com/flavour/eden/blob/master/modules/s3db/project.py#L5677) or search for other uses of S3Represent. 17 16 * Migrate custom methods to use settings.get_ui_formstyle() 18 17 * S3ImportPoI (https://github.com/flavour/eden/blob/master/modules/s3/s3gis.py#L8634) … … 23 22 * https://github.com/flavour/eden/blob/master/modules/s3/s3track.py#L707 24 23 * e.g. with the event_resource model: https://github.com/flavour/eden/blob/master/modules/s3db/event.py#L933 24 * For all {{@ToDo}}}s see: https://github.com/flavour/eden/search?q=%22%40todo%22&type=Code 25 25 === Fix a Ticket === 26 26 Pick a ticket (which could be a bug or an enhancement) from http://eden.sahanafoundation.org/report/1. First ensure that you can repeat this in your local instance - if not: MODIFY TICKET > resolve as > worksforme. If the bug is still present, assign the ticket to yourself. Then fix the bug or implement the feature. Submit your code as a patch to the ticket on Trac, then notify the Sahana-Eden mailing list about your patch for verification. Please submit as a patch file, not zipped. That makes it easier to review without downloading and unzipping. Alternatively (preferred method) push your code in a single commit to your Github repository and make a pull request.