To-do list | Part-14 Perform CRUD operations on Task Items | Projects in Magento 2

Опубликовано: 01 Март 2026
на канале: Know the Mage
142
7

In this video of To-do series, we will undergo a complete transformation of Task management, making it dynamic. We will perform all CRUD (Create, Read, Update, Delete) operations to manage tasks in the backend.
#magento2 #magentocommerce #crud #todolist #tasklist

Chapters:
0:00 Introduction
0:08 Create Task Management Model
1:55 Create task Abstract controller
2:23 Create task Index Controller
3:19 Create task manager js model
3:38 Retrieve items using fetchItems function
10:35 Save task items using saveItem method
12:20 Create 'Create' controller
12:57 Create 'saveTask' function inside task-manager
15:41 Create 'deleteItem' method
16:39 Create Delete controller
17:32 Create 'deleteTask' function on task-manager
18:44 Simplify deleteTaskItem function inside component
20:00 Modify task status
20:52 Create UpdateStatus controller
22:01 Create updateStatus function inside task-manager js
23:27 Create updateStatus function in task component
24:35 Testing the final results