Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 964 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 964 Bytes

Dunder Mifflin Warehouse

If the Dunder Mifflin Warehouse had an In and Out system would it be done via Event Sourcing? I don't know but let's try to create something 🤣

Business Domain

Packages are coming in and out of the warehouse. Each time they change their location they are scanned and then marked by a personel. Yet, sometimes they are in the wrong place. What should happen then? We know where the package is, but if the flow went somehow wrong. We should raise an issue and notify right people, maybe create an investigation task.

UI

Most of my projects are backend-only, but this time I will try to visualize simply the movement and the process of receiving, issuing and storing the package.

THERE WILL BE UI

Components

  • Backend
  • Frontend
  • Mobile
  • Backstage
  • Dockerize Backstage
  • Unleash - The Feature Flag System