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.
v0.0.7 - Complete Dashboard and Alerts
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
v0.0.6 - Complete Customers Page
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
v0.0.5 - Complete Stock Page
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
v0.0.4 - Complete Suppliers Page
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
v0.0.2 - Add a functional Warehouse Page
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
v0.0.1 - Add Supplier Card
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