-
Notifications
You must be signed in to change notification settings - Fork 69
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
Added documentation for report API #7320
Added documentation for report API #7320
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: 0 B Total Size: 1.43 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing the links to the documentation from sidebar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚢
Just want to confirm that the sidebar item will be picked automatically by layout.erb
?
Addressed here: 93c48b7 |
Sadly, it won't. I have pushed a new commit (93c48b7) that adds sidebar link |
- `date_before`: Filter authorizations before this date. | ||
- `date_after`: Filter authorizations after this date. | ||
- `date_between`: Filter authorizations between these dates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addresed here: bae478a
There is a comment that addressed this change: #7320 (comment)
- `date_before`: Filter transactions before this date. | ||
- `date_after`: Filter transactions after this date. | ||
- `date_between`: Filter transactions between these dates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is date filter for transactions is working?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, they do. I just tested it.
Also, can you please link the new issue for context and the mention the place you've moved the work to add the date filters later? |
In the PR description, I have referenced an issue where it is mentioned that date filters needs to be added to the authorizations API documentation once the problem with date filters itself is resolved. |
The part for updating date filter documentation has been moved to #7445 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚢
Fixes #6363
Changes proposed in this Pull Request
This PR adds documentation for reports API endpoints . Date filters for authorizations API endpoint will not be included into this PR. This is because there is an issue with them (sometimes they can return incorrect data) (#7445).
Testing instructions
npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge