You are browsing as a guest.
Sign up
(or log in) to start making projects!
ANYONE REVIEWING OR RATING, THE RAILWAY URL IS CLOSED AND I SWITCHED TO VERCEL. GO TO THE GITHUB OR THE PROJECT DETAILS
Devlog 2 - Inventory Management System
what changed
- the app tracks WHY a number moved now, not just what it is
- add stock, recount, teardown loss: all logged with a running balance
- a part’s page reads like a bank statement
- teardown can be undone (it was permanent before, on a 2 click button)
- shopping list that isnt tied to a project, for “im running low on 10ks”
- duplicate detection + merge. 10k, 10 K and 10kΩ are one resistor to a
human and 3 rows to a database
- tags actually do smth now: click to filter, autocomplete, rename everywhere
- sortable columns, bench dashboard, paste-a-list import, rate limiting, backups
bugs (the fun part save meeeeeeeee 🙏 )
- making a part skipped the ledger completely. worked fine cuz the views
covered it, which is how that survives until someone adds a 5th path
- deliveries read a stale number and left parts on the shopping list AFTER
they arrived. silent, no error, nothing
- a literal backspace char got into a regex from shell escaping so it could
never match. found it cuz 10kohms refused to fold into 10k
- named a flag
--stdout and django remapped its own stdout kwarg onto it.
- backups looked fine and wrote to nowhere
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.