Question: Create an application to manage orders and update user with current status of order- Part 1 1. Create a Form with fields such as

Create an application to manage orders and update user with current status

Create an application to manage orders and update user with current status of order- Part 1 1. Create a Form with fields such as Name, Address and Email 2. In same form create a section with few shopping item 3. Design schema using mongoose for the form 4. While inserting data to field add date of data insertion (pick system date) for each entry 5. Add a "Submit Button" to save data in mongoDB collection, here all user information will be saved Part 2 1. Create an admin dashboard 2. Show all orders placed by the user in one table. You have to add an extra column called status, to know the status of your order as per current date 3. If ordered date and current date of system is same then set status as In progress, if ordered date is one day more than the current date then set status as Dispatched or if ordered date is two days more than the current date then set status as delivered 4. Add one Button in front of each row as "send email" 5. On clicking "send email" button current order status should be mailed to user on his email address

Step by Step Solution

3.51 Rating (168 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

SOLUTION PART1 Overview Playing with polymer in a toy Stack of technology Polymer and Lodash are used in the frontend Nodejs ExpressJS and Mongoose are used in the backend MongoDB is the database Depl... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Organizational Behavior Questions!