-
Урок 1.
00:01:18
Welcome
-
Урок 2.
00:02:17
Prerequisites
-
Урок 3.
00:02:40
Exercise files
-
Урок 4.
00:02:08
Introduction to the task book app
-
Урок 5.
00:02:25
Content model for the application
-
Урок 6.
00:04:21
User flow for the application
-
Урок 7.
00:01:03
Set up the core WordPress site
-
Урок 8.
00:02:37
Install OAuth 2 and basic auth plugins
-
Урок 9.
00:02:50
Create a plugin
-
Урок 10.
00:06:41
Add custom post type for tasks
-
Урок 11.
00:03:02
Flush rewrite rules
-
Урок 12.
00:03:53
Create task logger role
-
Урок 13.
00:06:49
Assign capabilities to roles
-
Урок 14.
00:01:45
Remove capabilities upon deactivation
-
Урок 15.
00:04:46
Add CMB2 for custom meta boxes
-
Урок 16.
00:06:11
Create custom meta boxes
-
Урок 17.
00:03:29
CMB2 fields in the REST API
-
Урок 18.
00:06:27
Set status field automatically
-
Урок 19.
00:07:34
Add status field to CMB2 output
-
Урок 20.
00:06:23
Register new REST field for status
-
Урок 21.
00:07:26
Restrict REST access based on roles
-
Урок 22.
00:02:34
Review of user flow
-
Урок 23.
00:03:52
Overview of the standalone app
-
Урок 24.
00:03:09
Configure OAuth 2 in WordPress
-
Урок 25.
00:05:10
Authenticate app users through JSO
-
Урок 26.
00:03:03
Authentication loop and JSO setup
-
Урок 27.
00:07:24
Get most recent tasks from the REST API
-
Урок 28.
00:06:44
Display each task as a card
-
Урок 29.
00:08:03
Make time display human readable
-
Урок 30.
00:02:17
Display task status
-
Урок 31.
00:03:21
Sidebar - Remove 'private' from titles
-
Урок 32.
00:01:51
Overview of the new task form
-
Урок 33.
00:04:13
Create a new task via the REST API
-
Урок 34.
00:03:59
Create a data object from form input
-
Урок 35.
00:03:15
Submit form data via the REST API
-
Урок 36.
00:01:10
The update_view task user flow
-
Урок 37.
00:04:54
Capture the task ID from the URL
-
Урок 38.
00:02:30
Get task data from the REST API
-
Урок 39.
00:02:34
Create basic task display
-
Урок 40.
00:02:56
Display levels using a switch function
-
Урок 41.
00:02:33
Display conditional content
-
Урок 42.
00:10:42
Update tasks through the REST API
-
Урок 43.
00:05:28
Infinite scroll for the task list view
-
Урок 44.
00:08:57
Visualize data using Graph.js
-
Урок 45.
00:02:03
Encrypt all the things
-
Урок 46.
00:02:34
Thanks