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