Skip to content

Commit

Permalink
Merge pull request #85 from trebol-ecommerce/feature/replace-customer…
Browse files Browse the repository at this point in the history
…s-and-salespeople-schemas

Feature/replace customers and salespeople schemas
  • Loading branch information
bglamadrid authored Jul 22, 2024
2 parents 54dc72c + e0941f4 commit 6589b2b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 517 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [BREAKING CHANGE] In newly-named `Order`, `Customer` and `Salesperson` now reference a `Person` element instead
- [BREAKING CHANGE] Rename all instances of `Sell` to `Order`
- Tag `sales` -> `orders`
- Endpoint `/data/sales` -> `/data/orders`
Expand All @@ -24,6 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `SellDetailProperties` -> `OrderDetailProperties`
- All uses of the noun in literal descriptions

### Removed

- [BREAKING CHANGE] Elements that constitute the concepts of `Customer` and `Salesperson`
- Endpoints `/data/customers` and `/data/salespeople`
- Schemas `Customer` and `Salesperson`
- Tags `customers` and `salespeople`

## [v1.7.3] - 2024-03-11

### Changed
Expand Down
Loading

0 comments on commit 6589b2b

Please sign in to comment.