dorofeev22 / caregiving

CRM of caregiving
The Unlicense
0 stars 1 forks source link

Create prices analyzer #30

Open dorofeev22 opened 6 years ago

dorofeev22 commented 6 years ago

Load file with price list, that contain many product with different prices. Find the max and min prices for each product.

dorofeev22 commented 6 years ago

So far only API: POST 'Content-Type: application/json' /products/prices data '[{ "productNumber": "", "price": "" }]

dorofeev22 commented 6 years ago

Add product count. Find average price.