-
Notifications
You must be signed in to change notification settings - Fork 6
feat(stories): Add published_at_gt and other date related query parameters
#65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/Domain/Value/QueryParameter/FirstPublishedAtQueryParameter.php
Outdated
Show resolved
Hide resolved
src/Domain/Value/QueryParameter/FirstPublishedAtQueryParameter.php
Outdated
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #65 +/- ##
============================================
+ Coverage 93.88% 93.91% +0.02%
- Complexity 461 488 +27
============================================
Files 72 79 +7
Lines 1620 1675 +55
============================================
+ Hits 1521 1573 +52
- Misses 99 102 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
published_at_gt and other date related query parameters (#64)published_at_gt and other date related query parameters
|
Any further feedback? |
|
Anything I could do so that the PR could be merged? |
|
Hey @frastel sorry for the long response time. i will take a look here |
tests/Unit/Domain/Value/QueryParameter/FirstPublishedAtLtTest.php
Outdated
Show resolved
Hide resolved
tests/Unit/Domain/Value/QueryParameter/FirstPublishedAtGtTest.php
Outdated
Show resolved
Hide resolved
|
Thank you very much @frastel |
Adds support for these query parameters:
published_at_gtpublished_at_ltfirst_published_at_gtfirst_published_at_ltupdated_at_gtupdated_at_ltMore about this topic in the issue: #64