Skip to content

v3.0.0 api connect

Latest
Compare
Choose a tag to compare
@thuongtruong1009 thuongtruong1009 released this 19 Jun 02:44
679a108

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