once you have more than like 10 journal entries, it gets hard to find old ones.
Would be really useful to have a search box.
Suggested features:
- search by title or content
- filter by mood (show only entries where mood = 5, etc.)
- filter by date range
- maybe search by tags if we add those later
Could be client-side search for now (filter the entries array) since we're not dealing with thousands of entries. If performance becomes an issue we can add backend search later.
once you have more than like 10 journal entries, it gets hard to find old ones.
Would be really useful to have a search box.
Suggested features:
Could be client-side search for now (filter the entries array) since we're not dealing with thousands of entries. If performance becomes an issue we can add backend search later.