-
Notifications
You must be signed in to change notification settings - Fork 19
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
feature(mvp): Stage 4 add item and collection schemas to rest api #178
feature(mvp): Stage 4 add item and collection schemas to rest api #178
Conversation
31dd285
to
5ee567b
Compare
bc0178e
to
bb0d296
Compare
@Sephsekla this is ready to review. Note: I'm not trying to commit us to anything, but just start work toward an actual rest-api. If anything in this needs to be adjusted as we work to implement notifications, I am 100% on board to either make the changes or support anyone doing the work. |
19b5817
to
075e454
Compare
075e454
to
6c05513
Compare
d02eb54
to
928afba
Compare
Work on this is being continued in #259 |
928afba
to
5108908
Compare
5108908
to
27d5be9
Compare
27d5be9
to
d07a449
Compare
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 🚀
What?
Implement item and collection schemas for notification the rest-api. Initiate PR early to get feedback, still lots to figure out.
Starts work on #176 to create an update rest endpoint for notifications.
Fixes #194
Why?
The rest-api of notifications should implement item and collection schemas.
How?
It adds schemas that the
WP_Rest_Controller
can use to validate api requests.Testing Instructions
Will need to do more research, but I'll be researching core tests and implement something similar.