Please enable JavaScript.
Coggle requires JavaScript to display documents.
Fline - All-in-one online marketplace - Coggle Diagram
Fline - All-in-one online marketplace
Authentication
Login
done
Register
done
E-mail Validation
done
Forgot Password
done
Logout
done
Buyer
Auth
All products
Search
One product
Add to cart
Saved addresses
Profile Page
Checkout
Buy button
Authorization
Cart
Checkout
Seller
Shopname
done
Add products
show shopname on top of home
Auth
done
Remove product
done
Edit product
done
Profile page for seller
All products
Sales made
Product requests
Product reviews
Authorization
Profile
All products
done
Sales
BuyerSchema
username
name
email
password
contact
addresses
cart
orders
DONE
SellerSchema
Shopname
Products
email
name
contact
password
username
DONE
Admin
all sellers
all buyers
delete products
remove seller
remove buyer
complaints
can login from separate website working with same db
requires accesskey for registration
ProductSchema
name
category
photo(s)
seller
quantity
reviews
price
starrating (based on reviews)
description
seller information
questions
discount
options
DONE