~salgado/launchpad-work-items-tracker/performance-improvements

« back to all changes in this revision

Viewing changes to collect_roadmap

  • Committer: Mattias Backman
  • Date: 2011-10-20 08:23:40 UTC
  • mfrom: (301.2.7 front-page)
  • Revision ID: mattias.backman@linaro.org-20111020082340-0a78ooxp81oc9gwf
Stop generating roadmap front page. Add lane selector to lane pages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        assert node['parent_id'] == root_node_id
76
76
        model_lane = Lane(unicode_or_None(node['name']),
77
77
                          node['id'])
 
78
        if model_lane.name == '2011Q3':
 
79
            model_lane.is_current = True
 
80
        else:
 
81
            model_lane.is_current = False
78
82
        collector.store_lane(model_lane)
79
83
        node_id = node['id']
80
84
        if node_id in nodes: