-
Notifications
You must be signed in to change notification settings - Fork 106
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
Interacting with custom tables #2721
Comments
Lesson Development Checklist
|
@jonathanbossenger Can you please assign this to me? I hope to start working on this script's draft sometime later this week or weekend. 🙂 |
Quick update from this weekendI have started writing this lesson, Module 07: Lesson 02. It's taking me more time than I anticipated because it seems like such a simple lesson, I'm struggling to find words to say. HA! Also resisting the urge to just copy sections from I also chose to introduce the My branch with the working draft is in my fork here: https://github.com/MichelleBlanchette/learn-wp-content/blob/module-07-custom-database-tables--lesson-02/plugin-developer-learning-pathway/07-Custom-Database-Tables/02-Interacting-with-custom-tables.md I'm planning to then explain the simple acts of inserting, updating, deleting, and querying data within the custom table. I expect to have a full draft for this lesson ready for review by the end of next weekend. 🙂 |
This Weekend's UpdateI changed the language style and code examples per feedback on Lesson 1. I then also wrote the next sections about Inserting Data and Querying Data: https://github.com/MichelleBlanchette/learn-wp-content/blob/module-07-custom-database-tables--lesson-02/plugin-developer-learning-pathway/07-Custom-Database-Tables/02-Interacting-with-custom-tables.md Remaining:
|
Thank you for your updates @MichelleBlanchette it makes it a lot easier to draft the weekly content production update. |
Added the Updating Data section this evening. Commit MichelleBlanchette/learn-wp-content@b90efc5 |
No tangible updates this weekend. Started drafting the final two sections: Deleting Data and Generic Queries. Had some personal responsibilities that I needed to take care of, but I hope to have this script ready for peer review by the end of this week. It's a big'n! 😃 |
…anced Use Cases section, noted additional wpdb methods to perform generic SELECT queries, added Summary section - WordPress/Learn#2721
Phew! It's way too late in the evening for me, but this lesson's script is now ready for review, @jonathanbossenger ! Please see the Pull Request: wptrainingteam/learn-wp-content#16 |
@MichelleBlanchette, the PR has been merged; please feel free to go ahead and create the video whenever it's a suitable time for you. Once you've created this video, feel free to go ahead and share the link in a comment on this issue for review, update the project status to "Ready for review," and share that there's new video for review in the #training channel in Slack (example here) |
Sounds good, @jonathanbossenger ! For this weekend's update, I'm happy to say I've fully recorded the audio and have finished editing 7 minutes of the total ~17 minutes of the video. It's going very well, and I'm expecting to finish it tomorrow night. 😀 Wishing everyone a Happy New Year! A new quarter-century milestone!! Woohoo!! 🎇 🎆 |
The video is ready for review, and has a total duration of 16:55 https://drive.google.com/file/d/1vvQODPxpnq068JLDY12Q4f97ZL0DZQ1O/view?usp=sharing **For all my code walk-throughs, I only used an arrow graphic overlay. This is not recommended when talking about code that spans multiple lines, but my editing program doesn't make that easy/possible for me. I looked into the alternative softwares mentioned in the Training Handbook, but they all either required payment or also didn't have a feature to draw shape overlays. |
Details
Prerequisites
It is assumed that the learner has already completed the following lessons:
Learning Objectives
Related Resources and Other Notes
Automation Code
//lesson
The text was updated successfully, but these errors were encountered: