Skip to content

Apply filter rules to unfiltered transactions

magnusart edited this page Jan 18, 2011 · 1 revision

Story

  • As an app user
  • I want to be able to create filter rules
  • So that the application automatically apply tags to my transactions

Scenario: App user adds a filter in the GUI

  • Given
  • When
  • Then

Scenario: App user removes a filter in the GUI

  • Given
  • When
  • Then

Scenario: Apply Filter rule to unfiltered transactions

  • Given an transaction with the filtered flag set to false
  • When a filter matches a transaction
  • Then add the specified filter tag(s) to the transaction
  • And set the transaction flag filtered true