Skip to content

Latest commit

 

History

History
122 lines (80 loc) · 5.26 KB

CHANGELOG_STOREX.md

File metadata and controls

122 lines (80 loc) · 5.26 KB

StoreX WebAPI Changelog

branch : storex

Edit:
    - README : Bugfix some links and diagram size

branch : storex

Add:
    - README: Ready Readme for prod and added a database diagram.

Edit:
    - src/Core/ : Clean Code for prod
    - src/Infrstructure/Persistence/Initialization/Store: Edit Seeders with real-world data.

branch : storex

Add:
    - src/Core/Application/Store/StoreProducts/ : Search and Export Requests for Stock Alerts.

Edit:
    - src/Core/Application/Store/StoreProducts/ : Bugfix in StoreProductExportDto

branch : storex

Edit:
    - src/Core/Application/Store : Bugfixes in DeliveryProductDetailsDto for include Products

branch : storex

Add:
    - src/Core/Application/Store : Customer, Project, Quotation, QuotationProduct, Delivery, DeliveryProduct, Invoice, InvoiceProduct
    - src/Host/Controllers/Store : Customer, Project, Quotation, QuotationProduct, Delivery, DeliveryProduct, Invoice, InvoiceProduct
    - src/Core/Shared/Authorization/FSHPermissions.cs : Add Permissions for new Models.
    - src/Infrastructure/Persistance/Configuration/ : Add EntityTypeConfiguration
    - src/Infrastructure/Persistance/Context/ : Add new Tables and Relationships to Context

Edit:
    - src/Core/Domain/Store : Client Model is now Customer.dot
    - src/Migrators : Update InitializeDb Migrator
    - src/Infrstructure/Store : Update Seeder

branch : storex

Add:
    - src/Core/Domain/Store : Client, Project, Quotation, QuotationProduct, Delivery, DeliveryProduct, Invoice, InvoiceProduct

branch : storex

Edit:
    - src/Core/Application/Store : Small bugfixes StoreProducts

branch : storex

Edit:
    - src/Core/Application/Store : Small bugfixes OrderProducts

branch : storex

Edit:
    - src/Core/Application/Store : Small bugfixes to make OrderProducts Searchable

branch : storex

Add:
    - Move Models, Requests, Controllers and Configuration to Store Folder to be independent of original project and avoid merge conflicts
    - src/Infrastructure/Persistence/Store : Seeders for Products and OrderProducts
    - src/Core/Store/OrderProduct : Get OrderProduct By Order Id
    - src/Core/Store/OrderProduct : OrderProductDetailsDto
    - src/Infrstructure/Store : All in one Seeder

Edit:
    - src/Host/Controllers/Store : OrderProduct Controller

branch : storex

Add:
    - src/Infraestructure/Common : Suppliers Seeder

Edit:
    - src/Core/Shared/Authorization/FSHPermissions.cs : Add Permissions for (Suppliers, Orders and OrderProducts)
    - src/Host/Controllers/Catalog/ : Fix Permission attributes in each controller.

branch : storex

Add:
    - /docs/ : Create Readme and Changelog to log my progress.
    - src/Core/Domain/Catalog : Create Entities for Warehouse side. (Provider, Order, Product)
    - src/Application/Catalog/ : Create Requests
    - src/Host/Controllers/Catalog : Create Controllers
    - src/Core/Shared/Authorization : Add New Permissions
    - src/Infrastructure/Persistance/Configuration/ : Add EntityTypeConfigurations
    - src/Infrastructure/Persistance/Context/ : Add DbSets for the new Entities and a Many to Many Relationship

Edit:
    - src/Host/Configuration/mail.json: Edit configuration for new users emails confirmations (Not commit because i don't know yet to use User Secrets)
    - Edit Initial Migration with new Entities