0% found this document useful (0 votes)
5 views1 page

E-commerce System Structure Overview

The document outlines a database schema for a localization and e-commerce system, detailing entities such as User, Admin, Products, Order, and Feedback. It includes attributes for each entity and methods for functionalities like product management, order processing, and user management. The structure emphasizes relationships between entities and their respective operations.

Uploaded by

parth7msdhoni.s
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

E-commerce System Structure Overview

The document outlines a database schema for a localization and e-commerce system, detailing entities such as User, Admin, Products, Order, and Feedback. It includes attributes for each entity and methods for functionalities like product management, order processing, and user management. The structure emphasizes relationships between entities and their respective operations.

Uploaded by

parth7msdhoni.s
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Localization

1
1
- LocalizationId: int AR Feature Analytics
Admin - arId: int
- Language: string - reportId: int
- adminId: int - featureName:
- Currency: int - Data: string
- username: string string
- userId: int
- password: string - Parameters: string 1 1 - arId: int
+ translateContect() - userId: int - adminId: int
+ addProduct()
+ covertCurrency() + detectSurface() + generateReport()
+ deleteProduct() 1
+ setLocalization() + placeObject() + visulizeData()
+ manageUser()
+ adjustAttributes() + analyzeTrands()
1
1 1
1
1
1 *
1 1 1
Products
* - productid: int
1 User 1 - name: string
- userId: int - price: int
1 - name: string 1 Order - image: string
* * - gender: string - orderId: int * - details: string
Feedback - email: string - userId: int Cart - userId: int
- feedbackId: int - password: string - paymentDetail: - adminId: int
* - cartId: int
- userId: int - contactnum: int string - orderId: int + browseProduct()
- productid: int - address: string tId i t
+ confirmOrder() - userId: int + filterProduct()
- rating: string - adminId: int
- productid: int
- comment: string + trackOrder() + searchProduct()
+ register() - totalAmount: int
- adminId: int + generateBill()
+ login() 1 1 + addProduct()
+ + + deleteProduct()
manageFeedback()
+ viewcart()
+ checkout()

You might also like