1
00:00:00,550 --> 00:00:02,800
Hey, welcome to today's project.

2
00:00:03,010 --> 00:00:12,580
Your task for today is to add this edit menu item and a search sub menu item for the ADD menu item.

3
00:00:12,580 --> 00:00:14,590
Please ignore these other two.

4
00:00:14,590 --> 00:00:22,000
These are automatically added by my system, so add an added menu item and a search sub menu item and

5
00:00:22,000 --> 00:00:25,990
you also should implement this dialog window.

6
00:00:26,290 --> 00:00:31,300
So when the user presses on search, this shows up.

7
00:00:32,330 --> 00:00:35,090
And that's your task for this project.

8
00:00:35,680 --> 00:00:40,110
Now, in the next video, I'll show you the solution for this task.

9
00:00:40,120 --> 00:00:46,520
Plus, I'll show you also how to implement the actual search functionality here.

10
00:00:46,540 --> 00:00:51,760
So your task is just to implement the dialog window, not the search functionality, because that's

11
00:00:51,760 --> 00:00:53,050
a bit more advanced.

12
00:00:53,650 --> 00:00:56,540
I have to show you some new code for that.

13
00:00:56,560 --> 00:01:01,210
So the new code that I'll show it to you will enable the search functionality.

14
00:01:01,210 --> 00:01:07,870
For example, when the user when the teacher searches for John Smith, the student and they press on

15
00:01:07,870 --> 00:01:15,580
search, then all the occurrences of John Smith will be selected on the main table, as you can see

16
00:01:15,580 --> 00:01:16,060
here.

17
00:01:16,060 --> 00:01:22,410
So we have two students having the same name, for example, John Smith, John Smith, and that is selected.

18
00:01:22,420 --> 00:01:29,020
However, this is not your task, so please just implement the edit menu item, the search sub menu

19
00:01:29,020 --> 00:01:30,820
item and this dialog window.

20
00:01:30,850 --> 00:01:33,010
Good luck and I'll talk to you in the next video.

