Changes between Version 14 and Version 15 of Projects/Quick


Ignore:
Timestamp:
09/01/14 21:42:48 (10 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Quick

    v14 v15  
    1111
    1212=== Action !ToDos in code ===
    13 Search the code for {{{@ToDo}}}, e.g.:
     13NOTE: The line reference may no longer be correct, so the code for {{{@ToDo}}} or the variable names, e.g.:
    1414* 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.
    1716* Migrate custom methods to use settings.get_ui_formstyle()
    1817 * S3ImportPoI (https://github.com/flavour/eden/blob/master/modules/s3/s3gis.py#L8634)
     
    2322 * https://github.com/flavour/eden/blob/master/modules/s3/s3track.py#L707
    2423 * 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
    2525=== Fix a Ticket ===
    2626Pick 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.