genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0
This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
hs_monolith/README.md

1.1 KiB

Stock-Microservice

This is a microservice cutted out of a Monolith.

Build Status Coverage Status

Features of this stock mircoservice

  • save goods via product with timestamp, if it was found and there place in a warehouse (in the admin front end)
    • add new goods
    • manual delete of goods, e.g if the good get fouled
    • remove a good from warehouse, if it was send to customer
    • lock goods, if a customer has it in his bill (and release after time x, if it was not send to customer)
  • customer front end
    • display availability with something like a traffic lights

Nice to have / Can-But-Must-Not-Feature

  • display of statistics values like how many goods was removed in a time range
  • traffic light in admin front end of goods which get fouled in next time or is already fouled