Skip to content

Latest commit

 

History

History
109 lines (70 loc) · 4.42 KB

CHANGELOG_STOREX.md

File metadata and controls

109 lines (70 loc) · 4.42 KB

StoreX Blazor WebAssembly Changelog

branch : storex

This version is compatible with StoreX-WebAPI v0.0.12

Add:
    - src/Client/Resources/ : Localization files for Spanish.
    - README: A common readme for API and WASM repositories

Edit:
    - src/Client/Shared/ : Customize NavMenu, Main Layout, Base Layout and index to apply StoreX brand.
    - src/Client/Pages/ : Updates for localization strings.
    - Update Logo.

branch : storex

This version is compatible with StoreX-WebAPI v0.0.10

Add:
    - src/Client/Resources/ : Localization files for Spanish.

Edit:
    - src/Client/Shared/ : Customize NavMenu, Main Layout, Base Layout and index to apply StoreX brand.
    - src/Client/Pages/ : Updates for localization strings.

branch : storex

This version is compatible with StoreX-WebAPI v0.0.10

Add:
    - src/Client/Pages:  StoreDashboard and Alerts Pages

Edit:
    - src/Client/Shared: Update NavMenu with new Pages
    - src/Client.Infrastructure/ApiClient: Update APIClient with new Backend Updates

branch : storex

This version is compatible with StoreX-WebAPI v0.0.9

Add:
    - src/Client/Pages:  Customers Page

Edit:
    - src/Client/Shared: Update NavMenu with new Customers Page
    - src/Shared/Authorization/FSHPermission: Update Permissions with new Models
    - src/Client.Infrastructure/ApiClient: Update API with new Models

branch : storex

This version is compatible with StoreX-WebAPI v0.0.6

Edit:
    - Project folder re-organization to meet CLEAN architecture standards
    - Warehouse and Suppliers Pages and Components Updated

branch : storex

This version is compatible with StoreX-WebAPI v0.0.5

Edit:
    - Warehouse Page and Components

branch : storex

Edit:
    - src/Client/Pages/Store : Warehouse Page
    - src/Client/Components/Store : All Warehouses Components

branch : storex

Add:
    - src/Client/Components/Store : Create SimpleOrderTable and SimpleProductTable
    - src/Shared/Authorization/ : Update new Permissions.

Edit:
    - src/Client/Pages/Store : Warehouse Page for manage Orders
    - src/Client/EntityTable : Add Extension to support SelectedItem
    - Update ApiClient with the API Changes
    - Update NavMenu with new Pages

branch : storex

Add:
    - docs/ : Add Readme and changelog
    - Add NavMenuLinks for Orders and Stock

Edit:
    - src/Shared/Authorization : Update permission with new Entities
    - Update ApiClient with the API Changes