@@ -339,36 +339,44 @@ Feel free to take a look at the course preview and enroll if it is along with yo
339339 1 . update ProductListScreen.js
340340 2 . handle delete button
341341 3 . rerender after deletion
342- 40 . Show Categories In Sidebar Menu
343- 1 . update ProductListScreen.js
344- 2 . handle delete button
345- 3 . rerender after deletion
346- 41 . Admin Orders
342+ 40 . Admin Orders
347343 1 . create Admin Order menu in header
348344 2 . create AdminOrder.js
349345 3 . load orders from backend
350346 4 . list them in the screen
351347 5 . show delete and edit button
352348 6 . redirect to order details on edit action
353- 42 . Edit Order
349+ 41 . Edit Order
354350 1 . if order is payed show deliver button for admin
355351 2 . handle click on deliver button
356352 3 . set state to delivered
357- 43 . Delete Order
358- 1 . update OrderListScreen.js
359- 2 . handle delete button
360- 3 . rerender after deletion
361- 44 . Show Summary Report in Dashboard
353+ 42 . Show Summary Report in Dashboard
362354 1 . create summary section
363355 2 . style summary
364356 3 . create summary backend
365357 4 . create getSummary in api.js
366358 5 . load data in dashboard screen
367359 6 . show 3 boxes for Users, Orders and Sales
368- 45 . Show Chart in Dashboard
360+ 43 . Show Chart in Dashboard
369361 1 . import chartist
370362 2 . add chartist css to index.html
371363 3 . create linear chart for daily sales
372364 4 . create pie chart for product categories
373- 46 . Publish heroku
365+ 44 . Publish heroku
374366 1 . publish steps
367+ 45 . Product Search Bar
368+ 1 . create search bar in Header.js
369+ 2 . add style
370+ 3 . handle submit form
371+ 4 . edit parse url to get query string
372+ 5 . update product list api for search keyword
373+ 46 . Show Categories In Sidebar Menu
374+ 1 . create aside-open-button in Header.js
375+ 2 . add event to open aside
376+ 3 . create Aside.js component
377+ 4 . Add style aside
378+ 5 . after render close it on click on close button
379+ 6 . Use it in index.html
380+ 7 . Update index.js to render aside 9.
381+ 8 . call getCategories
382+ 9 . create getCategories in api.js
0 commit comments