Add rider sign-up date filter to search functionality#497
Add rider sign-up date filter to search functionality#497
Conversation
Implement a new "signed up" filter allowing users to search riders by signup timeframes (today, yesterday, week, month, year). Includes autocomplete suggestions and badge styling consistent with existing filters. - Add signed_up filter cases to RiderSearch module - Support explicit date boundaries for today/yesterday - Support relative time queries for week/month/year ranges - Add UI suggestions and autocomplete support - Add comprehensive test suite - Introduce signed_up_ago/2 helper for cleaner test code
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Describe your changes
Implement a new "signed up" filter allowing users to search riders by signup timeframes (today, yesterday, week, month, year). Includes autocomplete suggestions and badge styling consistent with existing filters.
Checklist before requesting a review
about this update in the description above.
Summary by cubic
Adds a "signed up" filter to rider search so you can find riders by signup timeframe (today, yesterday, week, month, year). Includes autocomplete suggestions, a "Signed Up" badge, and full test coverage.
signed_upfilter with values: today, yesterday, week, month, year.signed_up_ago/2test helper.Written for commit 0bcbefc. Summary will update on new commits.