From fa677aed31faf393d15ac84fbfd1c0eebe2d6986 Mon Sep 17 00:00:00 2001 From: scott Date: Fri, 13 Feb 2026 13:52:19 -0800 Subject: [PATCH] added post urban-attic --- hugo-content/content/posts/urban-attic.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hugo-content/content/posts/urban-attic.md diff --git a/hugo-content/content/posts/urban-attic.md b/hugo-content/content/posts/urban-attic.md new file mode 100644 index 0000000..58ad484 --- /dev/null +++ b/hugo-content/content/posts/urban-attic.md @@ -0,0 +1,11 @@ +--- +title: "Urban Attic" +date: 2026-02-13T13:48:46-08:00 +draft: false +--- + +Just an update post on a project I'm really excited about- a whole inventory management system for a small business that tracks totes and storage. I'll put up a demo version of it at some point so anyone can play around with it, but this is the most official one- I've even signed a contract for revenue sharing. + +It's gotten pretty complex, with Customer management, Tote management, upcoming deliveries and requests in the admin page, a dashboard for customers to manage their totes, keep records of contents (encrypted), update payments, addresses, etc. and even a scheduling system. + +Stay tuned!