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.
Go to file
Martin Geno 84f060cb3b
[TASK] add connection to sql log (fix #4)
2017-04-04 09:49:46 +02:00
KSS-Dokumentation [BUGFIX] Remove ignored files 2017-04-04 07:53:36 +02:00
cmd/stock [TASK] switch from review to stock microservice 2017-04-03 15:00:09 +02:00
http [BUGFIX] fix avg + improve status db connection 2017-04-04 07:37:39 +02:00
lib [TASK] add connection to sql log (fix #4) 2017-04-04 09:49:46 +02:00
models [TASK] improve draft of ProductExists 2017-04-04 08:22:22 +02:00
test [BUGFIX] remove overwrite logging in database test 2017-03-31 11:06:40 +02:00
.gitignore [TASK] add connection to sql log (fix #4) 2017-04-04 09:49:46 +02:00
.test-coverage [TASK] add automatic testing 2017-03-25 14:57:30 +01:00
.travis.yml [TASK] switch from review to stock microservice 2017-04-03 15:00:09 +02:00
README.md [TASK] switch from review to stock microservice 2017-04-03 15:00:09 +02:00
config_example.conf Martin's changes 2017-03-31 10:57:01 +02:00

README.md

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