-
Notifications
You must be signed in to change notification settings - Fork 6
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
Using Data Views in your plugin/preparing for the future #273
Comments
@juanmaguitar with the creation of the issue, only the description came over from the discussion. Please refer to the discussion for additional comment on the topic |
I'm currently working on this blog post. |
I'm working on the draft here: (still not ready for review) |
The draft is ready for a first review: |
I'll do a drive-by in a few hours! |
I added quite a few comments but ran out of steam (it's a long one!). There's feedback from @marybaum and @eidolonnight in the doc too, but I'll wait for one of them to wrap up editing before moving to the next step. Overall, I'm really excited about getting this published on the Dev Blog! |
I did want to point out one thing that was inconsistent throughout the article: When referring to "Data Views," I believe there are two ways you'll want to spell it, depending on the context. When talking about the feature, I'd refer to it as "Data Views." When specifically talking about the component (the code), I'd refer to it as Data Views, DataViews, Dataviews, and Dataview were all used at different points and in different contexts. It would help to bring consistency to it. |
Done! With copious explanations—read or not, as you like. |
Thanks, @eidolonnight @marybaum and @justintadlock, for the review and the feedback. |
I have reviewed the code to address this. I think I've changed all references to DataViews (or Data Views) to be consistent but I'll do another check before the article is published. |
Looks good! I did just catch one extra comma between a subject and verb, and added a missing full stop at the end of a sentence. |
@juanmaguitar seems you are getting ready to publish your first post on the Developer Blog. I am so excited! Here are your checklist for this last step :-) Pre-publishing checklist:
Post-publishing checklist
|
Social copy:
|
Scheduled for social on September 3. |
Discussed in #232
Originally posted by annezazu March 4, 2024
With Data Views making its first entry into the WordPress sphere in 6.5 in a fairly contained way, it feels like a good time to start talking about what's to come and ensuring plugin authors can start reusing what's being done in Core to level up their own designs/flows. I think this would make for a good developer blog post perhaps going through what's available in core, how to follow along, and what components are available to use.
The text was updated successfully, but these errors were encountered: