You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Add src/filter.rs with TicketFilter struct, parse_filters(), and a hand-rolled glob_matches() function supporting * wildcards. Different keys are ANDed; same key, multiple values are ORed. Status and type matching is case-insensitive; priority and title are case-sensitive. Adds 21 unit tests covering glob edge cases, AND/OR semantics, is_empty(), and has_status_filter(). |
3 months ago | |
|---|---|---|
| .. | ||
| display.rs | 3 months ago | |
| filter.rs | 3 months ago | |
| main.rs | 3 months ago | |
| store.rs | 3 months ago | |
| tests.rs | 3 months ago | |
| ticket.rs | 3 months ago | |