Hacker News new | ask | show | jobs
by raihansaputra 1652 days ago
Do you have any recommended readings/resources to help with data modelling? Especially regarding reservation/scheduling and inventory management?
1 comments

The reservation app was super simple so no real guidance there I'd recommend really getting familiar with the Django ORM so that you understand how it generates the schema and how to tweak it to get what you want.

As far as inventory management - I looked at several opensource projects and tried to understand their schema and use cases. Not just Django ones but other languages like PHP - PartKeepr for example.

Inventory management is surprisingly complicated to do in a generic way.

The most difficult part of inventory management is convincing employees that telling the system that 40000 units moved when only 38732 units moved is a problem
Thanks for the pointers! Yeah generalizing inventory management is very confusing. I tried looking into Oodo but can't get my head around the data modeling. It feels like trying to implement double-entry accounting, but the money can rot/be broken/gone for other reasons.
Congrats on making a return on your investment! may I ask how you went about locating a buyer for the screener app?
Asked one of the local investors and got steered to another company that was in the same business altho much bigger. Really just plain luck and I guess having a decent network.