<https://lh5.googleusercontent.com/-3m0cdESJcRA/Ud2PgcAymAI/AAAAAAAAAAM/HSyzj4ntjOw/s1600/mlo-projectlist3.jpg>
I was looking into the reporting feature of MLO and got to wondering what I could make it do. Through a bit of trickery, I got it to produce a list of only projects (one of GTD's standard lists, right?). Attached is a screen shot showing projects with notes hidden and then expanded. (It's using data from one of the included templates.) Beyond this though, I think we're pretty limited in this realm. One thing that could really open up the reporting capabilities is to include a new tag which would basically be a well-defined JSON object dump of the mlo data. At that point, with that single addition from the mlo dev team, I think that would open it up to developers within the community (any others out there besides me?) to "have at it", using jQuery and javascript to create new and custom reports. I'd love to get some feedback from the mlo team on the feasibility of adding that tag, and also from the general community as to the desire for something more from the reporting side of things. Thanks! -TC For anyone interested, here's a semi-technical explanation of my report hack: I was looking at the included reports and thought there ought to be a tag like <%IsProject%>, but there doesn't seem to be, and couldn't find any detailed documentation. So....I used jQuery to hack one of the included reports. I included it from a cdn so it doesn't need to be distributed, and I basically used it to hide anything that had the class 'task' but not the class 'project', along with a couple other tweaks for formatting. -- You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mylifeorganized. For more options, visit https://groups.google.com/groups/opt_out.
