#97

Smarter sidebar

    • Created on: Sun, Aug 07 2005 (almost 7 years ago)
    • Reported by: Anonymous
    • Assigned to: -
    • Milestone: Someday/Maybe
    • Type: -
    • Resolution: -
    • Version: -
    • Status: New
    • Priority: Normal (3)
    • Component: Functionality (app)
    • Estimate: None/Small/Medium/Large None
    • Severity: -
    • Keywords: -
    Add the following to one to the appropiate model after releasing 1.04.

    select p.name, p.id, COUNT(t.project_id) AS count FROM projects p, todos t 
    WHERE t.project_id IS NOT NULL AND t.done=0 
    AND p.done h1.  t.project_id GROUP BY p.id;
    }}}
    
    Consider moving the sidebar management into a seperate controller. This might allow us to set up some clever OSX/dashboard widgets or small popups.
    
    Select the above for a list of projects by:
    {{{
      p.id IN #{projectids.join(",")}
  • Followers
     
    Ico-users lrbalt 
     
    Attachments
    No attachments
    Associations
     
    No associations
    Activity
     
    User picture

          on Oct 08, 2007 @ 10:22am UTC * By Anonymous

    Milestone set to 2.0
    User picture

          on Jan 16, 2009 @ 07:04pm UTC * By Vitalie Lazu

    Assigned to changed from Anonymous to -none-
    Time Expenditure
    Loading