Skip to content

An e-commerce app managed by an admin where sellers list products, customers browse, add to cart, and view total costs, with products categorized for easy search.

Notifications You must be signed in to change notification settings

Hossam-H22/Dokan_OnlineMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Dokan Online Market

An online marketplace is an e-commerce platform that links sellers with customers under the control of the Admin, in which the sellers can offer products and Every customer can browse or add products to his cart, and display the total cost (receipt) for the customer. To facilitate the search process, the products are divided into categories.


Actons in Project

There are 3 kinds of users. 
1. Customer
    - Register by entering his information (name, email, …).
    - Log in using Email & Password.
    - Browse products by their category or name.
    - Sort the products in any category by rate, name, and price.
    - Add product to his cart if this is available with custom quantity.
    - Checkout of products in the cart.
    - Add rate and comment for any product or seller. 
    - Edit profile information.
    - Type comments to admin.
2. Seller
    - Register by entering his information (name, email, …).
    - Log in using Email & Password.
    - Add a new product and determine its details (name, category, quantity, price, …).
    - Edit product information.
    - remove any product that he sold 
    - The seller can view his history wallet and total profit.
    - Show his feedback page.
    - The seller can search for any product by its name.
    - Edit profile information.
    - Type comments to admin.
3. Admin
    - Delete any Customer.
    - Delete any Seller.
    - Delete any product.
    - Read comments from users.

Designs & Models are used

- MVC model.
- Qt FrameWork (GUI).

Versions of the app

- V 1.0.0
- V 1.1.0
    a. admin page that can delete any customer, seller, or product.
    b. any user can type comments for admin.

Progaraming language

- C++

DataSructures are used

- unordered_map
- vector
- stack
- array

UI Forms

The UI contains mainly 8 forms (Views):
1. Register new users ( customers, sellers )
2. Login for normal users ( customers, sellers )
3. Home page
    - Categories
    - Products list
4. Product page
    - Home
    - Feedback
5. Customer profile
    - Home
    - Cart
    - Favorite
    - Edit profile
6. Seller profile
    - Home
    - Available
    - Wallet History
    - Feedback
    - Edit profile
    - Add product
7. Seller view profile for customers
    - Home
    - Available
    - Feedback
8. Admin page
    - Home
    - Customers
    - Sellers
    - Feedback


Our Team Members
Hossam Hatem
Bassant Hossam
Aya Usama
Omar Khaled
Usama Alaa
Karim Metwaly

Screenshot 2024-02-13 214631

About

An e-commerce app managed by an admin where sellers list products, customers browse, add to cart, and view total costs, with products categorized for easy search.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published