0% found this document useful (0 votes)
16 views

VueJS Assignment

The document outlines requirements for a VueJS app including user login/registration, a customer profile table to store basic info, a purchases table to track scores updated based on purchase amounts, and a dashboard displaying registered users, customers, and total purchases.

Uploaded by

Sky High
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

VueJS Assignment

The document outlines requirements for a VueJS app including user login/registration, a customer profile table to store basic info, a purchases table to track scores updated based on purchase amounts, and a dashboard displaying registered users, customers, and total purchases.

Uploaded by

Sky High
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

VueJS Assignment

Create an Vue app with these following requirement:

User login
Create user Registration so that ONLY authorized user can login to the system.

Table : users

Customer pro le
A client need an web app to manage their customer profile with some basic information like:

Table : customers

Name (Required)

Phone number (Required)

Registration date

Address

Score

Created At

Updated At

Score update
Table : purchases

And everytime customer purchase their products they need to update their score points which based on the sum of all the amount for each client 1 score = 10$ .

At this point create a menu item for user to lookup customer or search by name or phone number and then ll in the amount of money. there should be another table for this
transactions call purchases relationship One-to-Many from Customer

Customer-ID (Required)

Amount (Required)

Created At (Auto lled)

After user ll in the record in that purchases table then also update the score in table customers as well.

Dashboard (Home screen)


After login display a Dashboard of

1. Number registered users which has been reigstered in the shop.

2. Number of customers which has been reigstered in the shop.

3. Number of purchases total number of purchases in the shop.

You might also like