Packsense - Week 5

Day 19-20: The Gear Section Grows Up

A deep, focused session on one of the most foundational parts of the app. The gear section has been functional for a while — today it became genuinely smart.

What I worked on:

  • Fixed categories — Gear items now belong to a defined set of main categories, bringing consistency to the catalog and making the suggestion logic more reliable. No more free-form categorisation that the rules engine can't interpret.

  • Dynamic subcategories — When a main category is selected, the relevant subcategories appear automatically. Selecting Clothing surfaces options like base layer, jacket, or socks. Selecting Electronics surfaces phone, laptop, charger, and so on. The right level of detail, exactly when it's needed and not before.

  • Volume indicator for bags — Bags now display their volume alongside their weight, giving users a clearer picture of capacity when choosing which bag to bring on a trip. Weight and space are two different constraints — the app now tracks both.

  • Removed the bag toggle — The on/off switch for marking an item as a bag has been cut. It was one decision too many in a flow that should be frictionless. Now, any item categorised as a bag automatically appears in the bag section. Simpler, more intuitive, and one less thing to explain in the tutorial.

  • Suggestion engine connected to real gear — The biggest addition of the day. The rule system built last week is now connected to the user's actual gear catalog. Set a trip length and type, and the app scans the gear library and surfaces suggested items that match the rules — automatically, without the user having to remember what they own or manually cross-reference a packing list. The gap between "I have gear" and "I know what to bring" just closed considerably.

A day that quietly changed how the whole app feels to use. The suggestion engine now has both the logic and the inventory to back it up — which means for the first time, the app can tell a user not just what they should bring, but specifically which of their own items to reach for.

New gear categorization section

Suggestions in the trip page

Suggestions modal

Next
Next

Packsense - Week 4