Hi Brian,

On 19/10/2010 16:58, Brian Repko wrote:
> Mauro,
>
> Looks AWESOME!
Thanks - I'm quite pleased with how it's shaping up.   We took our time,
but I think we have quite a flexible and powerful tool to play with.
> Two items
>
> 1) for the sequence of meta filters - I'm assuming that filtering does an AND 
> and not an OR logic on the filters.
>    That isn't clear from the documentation.
>
> "+author Mauro", "+theme filtering", "-skip" = "author contains Mauro AND 
> theme contains filtering and skip is false"
Yes, documentation needs to be improved before release.  

In short, a meta filter is a sequence of any number includes/excludes,
so e.g. the following are all valid filters:

"+author Mauro +theme filtering -skip"

"+theme filtering -skip"

"-skip"

And there is logic of which takes precedence over which (so it's an AND
logic to answer your question, but with caveats, for now check unit test
for precise behaviour)
> 2) is there a way to access the meta information during reports - I could use 
> it to report earn/burn if I can add up values?
Yes, the reports do include the meta info  (and report in red when the
story or scenario is not allowed by a meta filter).

Cheers


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to