Releases: thuongtruong1009/e-shopee
Releases · thuongtruong1009/e-shopee
v3.0.0 api connect
What's Changed
- Config Axios method to call API from Backend (ContentType, Header, BaseURL, Bearer Token...)
- Building abstract class (GET, POST, PUT promise functions...)
- Rendering data from API
- Interacting with the user through interface 3 tiers: Users-Sellers-Admins
- Deploy the real website to the host
- Cleaning and refactoring code
- Enhance UI/UX
- Update README
- Add some features to the user's interface:
Register/Login user
Create a new/Edit/Delete (account profile, payment methods, credit cards, address information...)
Search categories and products by name
Sort/Order products by price, lastest, alphabet, pagination, list view mode
List hot products are discounting
Display product details info by id and by name (id, name, product preview images, descriptions, price, stocks, models, mass, ship to, shop-owned preview...)
Display detail about this product's shop owned by id (id, name, address, descriptions, total products, total reviews, rating cancel, publishing products...)
Add product to cart and preview cart
Update, delete, and change the quantity of products in the cart
Order/checkout products from the cart
Following order status and order details - Add some features of the seller interface:
Create a new/Edit/Delete shop's information
Upload avatar/cover/product demo images
Add a new product category - Add some features of the seller interface:
Search category children by name
Add a new/Update/Delete category children attributes by id
Management categories list
Details
- chores: pre connect axios by @thuongtruong1009 in #74
- feat: add shop view summary by @thuongtruong1009 in #76
- feat: add toast notify popup by @thuongtruong1009 in #77
- feat(connect): login to database by @dever999 in #78
- feat: add connect admin auth by @thuongtruong1009 in #79
- feat(connect): buyer profile account by @thuongtruong1009 in #80
- styles: seller dashboard view by @thuongtruong1009 in #81
- perf(enhancement): seller-shop profile by @thuongtruong1009 in #82
- docs: preview assets demo by @thuongtruong1009 in #84
- reactor(convert): away functions by @thuongtruong1009 in #85
- feat: add category attributes search page by @thuongtruong1009 in #86
- feat: add cart->orders request by @thuongtruong1009 in #87
- feat: checkout order by @thuongtruong1009 in #88
- perf: product stock constraints by @thuongtruong1009 in #89
- refactor(enhance): cart by @thuongtruong1009 in #90
- feat: search products page by @thuongtruong1009 in #91
- feat: add locales scripts by @thuongtruong1009 in #92
- refactor: split cart-item component by @thuongtruong1009 in #93
- fix: cart data by @thuongtruong1009 in #94
- feat: add order detail page by @thuongtruong1009 in #95
- feat: get products of shop by id by @thuongtruong1009 in #96
New Contributors
- @dever999 made their first contribution in #78
Full Changelog: v2.2...v3.0
v2.2 refactor
What's Changed
- Span layout
- Refactoring pages & router
- More features for the seller
- Split code
- Migrate completely to composition API
- Collect shared data
- Minor bugs fixed
Details
- styles: enhance code by @thuongtruong1009 in #61
- feat(add): index page by @thuongtruong1009 in #62
- chores: refactor components + locales scripts by @thuongtruong1009 in #63
- feat: define forms by @thuongtruong1009 in #64
- feat: add categories carousel list by @thuongtruong1009 in #65
- perf: plugin chat embed by @thuongtruong1009 in #66
- feat: add product details table by @thuongtruong1009 in #67
- styles: add pre-checkout pattern-bot by @thuongtruong1009 in #68
- styles: seller register layout by @thuongtruong1009 in #69
- feat: add top-search list by @thuongtruong1009 in #70
- feat: add flash-sales by @thuongtruong1009 in #71
- feat: add deals-arrivals list by @thuongtruong1009 in #72
- feat(add): new products management for seller by @thuongtruong1009 in #73
Full Changelog: v2.1...v2.2
v2.1 UI/UX design
What's Changed
- Completing components.
- Enhance UI/UX.
- Add more icons.
- Init locales script and money unit.
- style layouts.
- Fixes minor bugs.
- refactoring router.
- Rendering products list from the fake array.
- Add scroll to top feature.
- Demo carousel.
Detail
- feat: add calendar event by @thuongtruong1009 in #36
- style: text color by @thuongtruong1009 in #37
- feat: add admin login-page by @thuongtruong1009 in #38
- feat: creat products page carousel by @thuongtruong1009 in #40
- feat: add image demo by @thuongtruong1009 in #41
- feat: about page and style footer link by @thuongtruong1009 in #42
- feat: site-map and dark mode filter by @thuongtruong1009 in #43
- perf: add icons to header by @thuongtruong1009 in #44
- feat: notifications page by @thuongtruong1009 in #45
- perf: dynamic title head by @thuongtruong1009 in #46
- feat: products filter grid by @thuongtruong1009 in #47
- feat: month-banner and popup-qrcode by @thuongtruong1009 in #48
- style: head menu list items by @thuongtruong1009 in #49
- feat: add hint-today component by @thuongtruong1009 in #50
- feat: toogle scroll page by @thuongtruong1009 in #51
- feat: add shop-address page by @thuongtruong1009 in #52
- feat: add signup-page for seller by @thuongtruong1009 in #53
- feat: add favourite-page by @thuongtruong1009 in #54
- style: account-infor by @thuongtruong1009 in #55
- perf: enhance money unit icons by @thuongtruong1009 in #56
- feat: add top-trending by @thuongtruong1009 in #57
- perf: responsive service tab by @thuongtruong1009 in #58
- perf: connect locales script by @thuongtruong1009 in #59
Full Changelog: v2.0...v2.1
v2.0 components
What's Changed
- Building components
- Formed layout 3 sides: customers - the sellers - admin
- External effect: swiper, pie-chart, are-chart
- Route pages into layouts
- Dark-mode and icons
- Upgrade to Composition API in Vue 3
- Customizing scrollbar
Details
- feat: add header navigation by @thuongtruong1009 in #4
- feat: add header search list by @thuongtruong1009 in #6
- feat: add swiper animation by @thuongtruong1009 in #7
- feat: add demo banner by @thuongtruong1009 in #8
- feat: add-footer by @thuongtruong1009 in #9
- feat: add service tab by @thuongtruong1009 in #10
- feat: add demo list 2 by @thuongtruong1009 in #11
- feat: config carousel by @thuongtruong1009 in #12
- perf: fixes iconify by @thuongtruong1009 in #13
- feat: add account left-nav by @thuongtruong1009 in #14
- feat: add login tab by @thuongtruong1009 in #15
- feat: add contact page by @thuongtruong1009 in #16
- feat: add checkout page by @thuongtruong1009 in #17
- feat: add table and right navigation cart layout by @thuongtruong1009 in #18
- style: border-effect by @thuongtruong1009 in #19
- perf: responsive for footer and service component by @thuongtruong1009 in #20
- perf: responsive for checkout form by @thuongtruong1009 in #21
- perf: responsive header by @thuongtruong1009 in #22
- feat: add login for seller by @thuongtruong1009 in #23
- feat: add seller/left-nav and order-top by @thuongtruong1009 in #24
- feat: add a bottom main table by @thuongtruong1009 in #25
- style: query tab display by @thuongtruong1009 in #26
- feat: add add-product layout by @thuongtruong1009 in #27
- feat: add order all form query by @thuongtruong1009 in #28
- feat: add left form information shop by @thuongtruong1009 in #29
- feat: add float head menu product items list by @thuongtruong1009 in #30
- feat: add admin home page by @thuongtruong1009 in #31
- perf(checkout page): option api -> composition api by @thuongtruong1009 in #34
Full Changelog: v1.0...v2.0
v1.0 setup
What's new
- Initial project and build
- Generate the template
- Define components
Details
- feat: add template by @thuongtruong1009 in #1
New Contributors
- @thuongtruong1009 made their first contribution in #1
Full Changelog: https://github.com/thuongtruong1009/e-commerce/commits/v1.0