The local journal can store meat, ratings, costs, and notes, but list, cost, and export always operate on every entry. As the logbook grows, users need a quick way to find a cut, review only high-rated cooks, or export a subset for analysis.
Acceptance criteria:
thermoworks journal list supports filters for meat text, minimum rating, and free-text search across title and notes.
thermoworks journal cost and thermoworks journal export accept the same filters.
- JSON and CSV output include only matching entries.
- Tests cover filter parsing, matching, and filtered output.
The local journal can store meat, ratings, costs, and notes, but list, cost, and export always operate on every entry. As the logbook grows, users need a quick way to find a cut, review only high-rated cooks, or export a subset for analysis.
Acceptance criteria:
thermoworks journal listsupports filters for meat text, minimum rating, and free-text search across title and notes.thermoworks journal costandthermoworks journal exportaccept the same filters.