Skip to content

Releases: thuongtruong1009/e-shopee

v3.0.0 api connect

19 Jun 02:44
679a108
Compare
Choose a tag to compare

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

New Contributors

  • @dever999 made their first contribution in #78

Full Changelog: v2.2...v3.0

v2.2 refactor

05 May 16:09
65f56dd
Compare
Choose a tag to compare

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

Full Changelog: v2.1...v2.2

v2.1 UI/UX design

15 Mar 02:32
Compare
Choose a tag to compare

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

Full Changelog: v2.0...v2.1

v2.0 components

22 Feb 02:41
71e8a41
Compare
Choose a tag to compare

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

Full Changelog: v1.0...v2.0

v1.0 setup

04 Jan 15:33
18d0abc
Compare
Choose a tag to compare

What's new

  • Initial project and build
  • Generate the template
  • Define components

Details

New Contributors

Full Changelog: https://github.com/thuongtruong1009/e-commerce/commits/v1.0