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 aab5e492cc [Task] Change status to amount 2017-04-07 11:56:56 +02:00
KSS-Dokumentation [Task] Enlarging of the Documentation 2017-04-07 10:24:59 +02:00
cmd/stock [TASK] extract runtime package from models + test-coverage one package at the time 2017-04-07 11:56:28 +02:00
contrib [TASK] Simulate api from other services 2017-04-07 11:33:06 +02:00
http [TASK] extract runtime package from models + test-coverage one package at the time 2017-04-07 11:56:28 +02:00
lib [TASK] extract runtime package from models + test-coverage one package at the time 2017-04-07 11:56:28 +02:00
models [TASK] extract runtime package from models + test-coverage one package at the time 2017-04-07 11:56:28 +02:00
runtime [TASK] extract runtime package from models + test-coverage one package at the time 2017-04-07 11:56:28 +02:00
test [TASK] Simulate api from other services 2017-04-07 11:33:06 +02:00
webroot [Task] Change status to amount 2017-04-07 11:56:56 +02:00
.gitignore [TASK] add connection to sql log (fix #4) 2017-04-04 09:49:46 +02:00
.test-coverage [TASK] extract runtime package from models + test-coverage one package at the time 2017-04-07 11:56:28 +02: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] Simulate api from other services 2017-04-07 11:33:06 +02:00
profile.cov [TASK] extract runtime package from models + test-coverage one package at the time 2017-04-07 11:56:28 +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