Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

46 lines (31 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.2 - 29-06-2019

Added

  • React Router to handle routing.
  • Preloaded image until load the product image.
  • Profile section to show some user data and earn points.

1.0.1 - 26-06-2019

Added

  • top header fixed on the top.
  • products search by name or category.

Changed

  • product action moved into card bottom.
  • list header within the product list component.
  • product availability by icon > product availability by price.

Fixed

  • product sorting when user have products filtered.
  • allow redeem product when her price is the same as user points.

1.0.0 - 24-06-2019

Added

  • header component to show the current user logged and her points.
  • product list component to show all products available to redeem.
  • product action component to redeem a product using the user points.
  • implementation of unstated as state management.
  • application theme with all styles needed.
  • unit tests for all components.