Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 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

Step: 1

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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Java Programming

Authors: Joyce Farrell

9th edition

1337397075, 978-1337397070

More Books

Students also viewed these Organizational Behavior questions

Question

Explain how anger can negatively affect a conflict situation.

Answered: 1 week ago

Question

Describe the steps one must take to forgive.

Answered: 1 week ago