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
mlabusch c974de7690 [Task] Enlarging of the Documentation
Adding chapter for a GettingStarted Guide and some rules for getting
started with the service
2017-04-07 10:24:59 +02:00
KSS-Dokumentation [Task] Enlarging of the Documentation 2017-04-07 10:24:59 +02:00
cmd/stock [TASK] move worker to lib + add permission handler to lib 2017-04-05 20:23:29 +02:00
contrib [TASK] response available as json or svg template 2017-04-04 23:21:05 +02:00
http [TASK] response available as json or svg template 2017-04-04 23:21:05 +02:00
lib [TASK] move worker to lib + add permission handler to lib 2017-04-05 20:23:29 +02:00
models [TASK] move worker to lib + add permission handler to lib 2017-04-05 20:23:29 +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 [TASK] add redirect to other auth microservice + add worker to clean cached values from other microservice 2017-04-05 19:03:44 +02:00
profile.cov [TASK] add redirect to other auth microservice + add worker to clean cached values from other microservice 2017-04-05 19:03:44 +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