Changes between Version 1 and Version 2 of Ticket #11645, comment 7


Ignore:
Timestamp:
Apr 3, 2014, 12:06:08 PM (10 years ago)
Author:
falkb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11645, comment 7

    v1 v2  
    1 The code is in function {{{filter_stream(...)}}} of {{{roadmap.py}}} which
     1The code is in function {{{filter_stream(...)}}} of {{{roadmap.py}}} (see source:/simplemultiprojectplugin/trunk/simplemultiproject/roadmap.py#L198) which
    22 1. takes the complete stream, renders it to HTML and extracts all milestone divs (see {{{__extract_div_milestones_array('<div class="milestone">',...)}}}) and stores all these divs in an array
    33 2. looks which projects should be displayed, and iterates for all these projects, and, for every project, it builds up a new project div consisting of the appropriate milestone divs, using the array of the first step (see {{{__process_div_projects_milestones(...)}}})